.reg_header {
    width: 100%;
    height: 401px;
    position: relative;
    /* background: linear-gradient(289deg, #14258d 0%, #051044 85%, #040f41 100%);
    padding-top: 70px; */
}

.header_txt .regTop_p1 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    line-height: 42px;
    text-align: center;
    margin-top: 50px;
}

.header_txt .regTop_p2 {
    font-size: 16px;
    color: #9CA2C0;
    line-height: 16px;
    text-align: center;
    margin-top: 28px;
}

.reg_seach_content {
    transition: all 0.3s;
    margin-top: 50px;
}

.reg_seach {
    width: 756px;
    height: 54px;
    background: linear-gradient(180deg, #ffffff 0%, #eaefff 89%, #eaefff 100%);
    border-radius: 2px;
    margin: 0 auto;
}

.reg_seach .reg_l {
    height: 54px;
}

.reg_seach .reg_input {
    float: left;
    border-radius: 2px;
    width: 526px;
    height: 100%;
    font-size: 16px;
    color: #040F43;
    padding-left: 20px;
    /**background: linear-gradient(180deg, #ffffff 0%, #eaefff 89%, #eaefff 100%);**/

    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(234, 239, 255, 1) 89%, rgba(234, 239, 255, 1) 100%);

}

.reg_seach .select {
    position: relative;
    cursor: pointer;
    float: left;
    width: 110px;
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #eaefff 89%, #eaefff 100%);
}

.reg_seach .select span {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    border-left: 1px solid #EFEFEF;
    color: #040F43;
    font-size: 16px;
    margin-top: 15px;
    padding-left: 30px;
}

.reg_seach .select i {
    position: absolute;
    font-size: 16px;
    color: #8187A1;
    right: 14px;
    top: 15px;
}

.reg_seach .seach_select {
    display: none;
    position: absolute;
    width: 110px;
    background: #fff;
    z-index: 30;
    top: 60px;
    right: 0;
    padding: 10px 0;
    box-shadow: 0px 10px 20px 0px rgba(5, 17, 71, 0.07);
}

.overHide {
    overflow-y: scroll;
    max-height: 250px;
}

.reg_seach .seach_select li {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #040F43;
    font-weight: normal;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    text-indent: 30px;
}

.seach_btn i {
    font-size: 16px;
    margin-right: 8px
}

.reg_seach .seach_select li:hover {
    background: #F2F5FF;
    color: #003BFC;
}

.reg_seach_bottom {
    width: 756px;
    margin: 0 auto;
    margin-top: 20px;
}

.reg_seach_bottom ul li {
    float: left;
    color: #fff;
    font-size: 14px;
    margin-right: 14px;
    height: 22px;
    line-height: 22px;
}

.reg_seach_bottom ul li.fg {
    line-height: 22px;
    overflow: hidden;
    width: 1px;
    position: relative;
    display: flex;
    align-items: center;
}

.reg_seach_bottom ul li.fg span {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #EFEFEF;
    opacity: 0.2;
}

.reg_seach_bottom ul li a {
    color: #fff;
    font-size: 14px;
}

.reg_seach_bottom ul li:hover a {
    color: #3464FF;
}

.reg_seach_bottom .zl {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.reg_seach_bottom .zl i {
    font-size: 12px;
    color: #fff;
    margin-left: 3px;
}

.reg_seach_bottom .zl:hover {
    color: #3464FF;
}

.reg_seach_bottom .zl:hover i {
    color: #3464FF;
}

.reg_bignav {
    height: 130px;
    background-color: #fff;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
    border-radius: 6px;
    margin-top: -60px;
    margin-bottom: 60px;
}

.reg_bignav li {
    float: left;
    position: relative;
    width: 33.333%;
    height: 100%;
    padding-top: 33px;
    padding-left: 80px;
}

.reg_bignav li a {
    display: block;
}

.reg_bignav li a img {
    float: left;
    display: block;
    width: 64px;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.reg_bignav li a .reg_bignav_txt {
    float: left;
    margin-left: 20px;
    height: 64px;
}

.reg_bignav li a .reg_bignav_txt span:nth-of-type(1) {
    display: block;
    font-size: 22px;
    color: #121212;
    line-height: 38px;
}

.reg_bignav li a .reg_bignav_txt span:nth-of-type(2) {
    display: block;
    font-size: 15px;
    color: #999;
}

.reg_bignav li a:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.reg_bignav .on:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 64px;
    background: #EFEFEF;
    right: 0;
    top: 33px;
}

.ymreg_pric_box {
    background-color: #fff;
    /* height: 612px; */
}

.ymreg_pric_box .swiper-next, .swiper-prev {
    position: absolute;
    top: 50%;
    color: #3464ff;
    opacity: .4;
    margin-top: -69px;
    z-index: 10;
    cursor: pointer;
    background: none;
    transition: all .3s;
}
.ymreg_pric_box .arrows:hover {
    opacity: .8;
}
    
.ymreg_pric_box .arrows i{
    font-size: 60px;
    display: block;
    width: 30px;
    height: 60px;
}
.ymreg_pric_box:hover .swiper-next{
    right:38px !important;
}
.ymreg_pric_box:hover .swiper-prev{
    left: 10px !important;
}
.ymreg_pric_box .swiper-next{
    right:-50px;
    left: auto;
}
.ymreg_pric_box .swiper-prev{
    left: -78px;
    right: auto;
}

.ymreg_title {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 41px;
    color: #040F43;
    font-size: 36px;
}

.ymreg_swiper {
    width: 100%;
    height: 490px;
}

.ymreg_swiper .ymreg_slide {
    height: 472px;
    padding: 20px 10px 0px 10px;
}

.ymreg_swiper .ymreg_slide li {
    position: relative;
    float: left;
    width: 285px;
    height: 372px;
    background: #ffffff;
    margin: 0px 10px;
    padding: 22px 0 0 30px;
    transition: all 0.3s;
    border: 1px solid #e1e6f0;
}

.ymreg_swiper .ymreg_slide li .hotSellerImg {
    width: 52px;
    height: 56px;
    position: absolute;
    top: -10px;
    right: 26px;
}

.ymreg_swiper .ymreg_slide li .sp1 {
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
    overflow: hidden;
}

.ymreg_swiper .ymreg_slide li .sp1 img {
    display: inline-block;
}

.ymreg_hz {
    position: absolute;
    /* display: block; */
    /* background-image: url('../imgs/hz.png'); */
    /* background-repeat: no-repeat; */
    /* text-align: right; */
    font-size: 39px;
    font-family: DINProM !important;
    color: #0053fc;
    font-weight: 600;
}

.ymreg_hz_com {
    top: -9px;
    height: 24px;
    width: 88px;
    background-position: 0 -205px;
}

.ymreg_hz_net {
    top: -9px;
    height: 24px;
    width: 69px;
    background-position: 0 -139px;
}

.ymreg_hz_org {
    top: -9px;
    height: 24px;
    width: 72px;
    background-position: 0 -171px;
}

.ymreg_hz_cc {
    top: -9px;
    height: 24px;
    width: 49px;
    background-position: 0 -31px;
}

.ymreg_hz_tv {
    top: -9px;
    height: 24px;
    width: 42px;
    background-position: 0 0;
}

.ymreg_hz_vip {
    top: -9px;
    height: 24px;
    width: 62px;
    background-position: 0 -55px;
}

.ymreg_hz_top {
    top: -9px;
    height: 24px;
    width: 66px;
    background-position: 0 -98px;
}

.ymreg_hz_xyz {
    top: -9px;
    height: 24px;
    width: 66px;
    background-position: 0 -98px;
}

.ymreg_hz_club {
    top: -9px;
    height: 24px;
    width: 66px;
    background-position: 0 -98px;
}

.ymreg_hz_biz {
    top: -9px;
    height: 24px;
    width: 66px;
    background-position: 0 -98px;
}

.ymreg_hz_wang {
    top: -9px;
    height: 24px;
    width: 66px;
    background-position: 0 -98px;
}

.ymreg_hz_co {
    top: -9px;
    height: 24px;
    width: 66px;
    background-position: 0 -98px;
}

.ymreg_hz_shop {
    top: -9px;
    height: 24px;
    width: 66px;
    background-position: 0 -98px;
}

.ymreg_hz_ltd {
    top: -9px;
    height: 24px;
    width: 66px;
    background-position: 0 -98px;
}

.ymreg_hz_info {
    top: -9px;
    height: 24px;
    width: 66px;
    background-position: 0 -98px;
}

.ymreg_hz_store {
    top: -9px;
    height: 24px;
    width: 66px;
    background-position: 0 -98px;
}

.ymreg_hz_icu {
    top: -9px;
    height: 24px;
    width: 66px;
    background-position: 0 -98px;
}

.ymreg_hz_tw {
    top: -9px;
    height: 24px;
    width: 42px;
    background-position: 0 0;
}

.ymreg_hz_luxe {
    top: -9px;
    height: 24px;
    width: 66px;
    background-position: 0 -98px;
}

.ymreg_hz_bar {
    top: -9px;
    height: 24px;
    width: 66px;
    background-position: 0 -98px;
}

.ymreg_hz_rest {
    top: -9px;
    height: 24px;
    width: 66px;
    background-position: 0 -98px;
}

.ymreg_hz_cn {
    top: -9px;
    height: 24px;
    width: 49px;
    background-position: 0 -31px;
}

.ymreg_hz_cyou {
    top: -9px;
    height: 24px;
    width: 66px;
    background-position: 0 -98px;
}

.ymreg_swiper .ymreg_slide li .sp1 b {
    position: absolute;
    top: 20px;
    color: #8187A1;
    font-size: 14px;
    height: 14px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt {
    margin-left: 100px;
}
.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_com {
    margin-left: 92px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_net {
    margin-left: 76px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_org {
    margin-left: 77px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_cc {
    margin-left: 58px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_tv {
    margin-left: 54px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_vip {
    margin-left: 70px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_top {
    margin-left: 75px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_xyz {
    margin-left: 76px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_club {
    margin-left: 94px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_biz {
    margin-left: 72px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_wang {
    margin-left: 114px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_co {
    margin-left: 59px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_shop {
    margin-left: 104px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_ltd {
    margin-left: 66px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_info {
    margin-left: 86px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_store {
    margin-left: 110px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_icu {
    margin-left: 70px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_tw {
    margin-left: 64px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_luxe {
    margin-left: 94px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_bar {
    margin-left: 80px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_rest {
    margin-left: 90px;
}

.ymreg_swiper .ymreg_slide li .sp1 b.hz_txt_cn {
    margin-left: 58px;
}

.ymreg_swiper .ymreg_slide li .sp2 {
    margin-top: 12px;
}

.ymreg_swiper .ymreg_slide li .sp2 p {
    position: relative;
    color: #8187A1;
    font-size: 14px;
    padding-left: 12px;
    line-height: 20px;
    margin-bottom: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 223px;
}

.ymreg_swiper .ymreg_slide li .sp2 p:last-child {
    margin-bottom: 21px;
}

.ymreg_swiper .ymreg_slide li .sp2 p:after {
    position: absolute;
    left: 0px;
    top: 8px;
    border-radius: 50%;
    content: "";
    width: 4px;
    height: 4px;
    background: #8187A1;
}

.ymreg_swiper .ymreg_slide li .sp3 {
    width: 225px;
    height: 65px;
    background: #f7f9ff;
    border-radius: 2px;
    padding-top: 14px;
}

.ymreg_swiper .ymreg_slide li .sp3 .sp3_son:nth-of-type(1) {
    border-right: 1px solid #E1E6F0;
}

.ymreg_swiper .ymreg_slide li .sp3 .sp3_son {
    width: 50%;
    text-align: center;
}

.ymreg_swiper .ymreg_slide li .sp3 .sp3_son span:nth-of-type(1) {
    display: block;
    font-size: 16px;
    color: #040F43;
    line-height: 17px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
}

.ymreg_swiper .ymreg_slide li .sp3 .sp3_son span:nth-of-type(2) {
    display: block;
    font-size: 12px;
    color: #8187A1;
    line-height: 12px;
    margin-top: 8px;
}

.ymreg_swiper .ymreg_slide li .sp4 {
    margin-top: 20px;
}

.ymreg_swiper .ymreg_slide li .sp4 b {
    color: #E8001C;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    font-family: DINProM !important;
}

.ymreg_swiper .ymreg_slide li .sp4 em {
    font-size: 14px;
    color: #E8001C;
}

.ymreg_swiper .ymreg_slide li .sp4 span {
    font-size: 14px;
    color: #8187A1;
    margin-left: 12px;
    text-decoration: line-through;
}

.ymreg_swiper .ymreg_slide li .ynreg_btn {
    display: block;
    width: 223px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: linear-gradient(180deg, #3d7fff 0%, #0053fc 64%, #003bfc 100%);
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    margin-top: 22px;
}

.ymreg_swiper .ymreg_slide li .ynreg_btn:hover {
    opacity: 0.8;
}

.ymreg_swiper .ymreg_slide li:nth-child(4n) {
    margin-right: 0;
}

.ymreg_swiper .ymreg_slide li:hover {
    margin-top: -10px;
    box-shadow: 2px 10px 20px 5px rgba(5, 17, 71, 0.07);
}

.ymreg_serve_box {
    width: 100%;
    background-color: #F7F9FF;
}

.ymreg_serve_ul {
    padding-bottom: 40px;
}

.ymreg_serve_ul li {
    float: left;
    width: 386px;
    height: 148px;
    background: #ffffff;
    border-radius: 2px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 30px 0 0 30px;
    transition: all 0.3s;
}

.ymreg_serve_ul li .p1 {
    color: #040F43;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: PingFangSC, PingFang SC;
}

.ymreg_serve_ul li .p1 i {
    color: #040F43;
    font-size: 24px;
    margin-right: 14px;
    vertical-align: bottom;
}

.ymreg_serve_ul li .p2 {
    width: 322px;
    color: #8187A1;
    font-size: 14px;
    margin-top: 18px;
    line-height: 24px;
}

.ymreg_serve_ul li:nth-child(3n) {
    margin-right: 0;
}

.ymreg_serve_ul li:hover {
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
}

.ymreg_serve_ul li:hover .p1 {
    color: #003BFC;
}

.ymreg_serve_ul li:hover .p1 i {
    color: #003BFC;
}

.ymreg_tuijian_box {
    padding: 60px 0;
}

.yz_left {
    width: 714px;
    height: 384px;
    background: #ffffff;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
    border-radius: 2px;
}

.yz_right {
    width: 464px;
    height: 384px;
    background: #ffffff;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
    border-radius: 2px;
}

.yz_tit {
    width: 100%;
    height: 74px;
    line-height: 74px;
    padding: 0 30px;
    border-bottom: 1px solid #E1E6F0;
}

.yz_tit_l {
    position: relative;
    color: #040F43;
    font-size: 18px;
    font-weight: bold;
    margin-left: 13px;
    font-family: PingFangSC-Medium, PingFang SC;
}

.yz_tit_l:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 16px;
    background-color: #040F43;
    top: 28px;
    left: -10px;
}

.yz_tit_r {
    font-size: 16px;
    color: #8187A1
}

.yz_tit_r i {
    font-size: 14px;
    color: #8187A1;
    margin-left: 2px;
    margin-right: -2px;
    vertical-align: bottom;
}

.yz_tit_r:hover {
    color: #003BFC;
    cursor: pointer;
}

.yz_tit_r:hover i {
    color: #003BFC;
    cursor: pointer;
}

.yz_ul {
    padding-left: 30px;
}

.yz_ul li {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    width: 210px;
    height: 130px;
    border-radius: 2px;
    border: 1px solid #EFEFEF;
    padding-left: 24px;
    padding-top: 24px;
    transition: all 0.2s;
}

.yz_ul li .ym_name {
    color: #040F43;
    font-size: 20px;
    font-weight: bold;
    font-family: arial !important;
}

.yz_area {
    margin-top: 12px;
}

.yz_area .price {
    color: #E8001C;
    font-size: 17px;
}

.yz_area .time {
    color: #040F43;
    opacity: 0.5;
}

.yz_more {
    display: none;
    width: 116px;
    height: 32px;
    line-height: 32px;
    padding-left: 19px;
    background: linear-gradient(180deg, #3d7fff 0%, #0053fc 64%, #003bfc 100%);
    box-shadow: 0px 4px 8px 0px rgba(0, 59, 252, 0.36);
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 20px;
    transition: all 0.2s;
}

.yz_more i {
    color: #FFFFFF;
    font-size: 14px;
    vertical-align: bottom;
    margin-left: 5px;
}

.border {
    border-bottom: 1px solid #EFEFEF;
}

.yz_ul li:hover .yz_more {
    display: block;
}

.yz_ul li:hover .yz_area {
    display: none;
}

.yz_ul li:hover {
    background-color: #F2F5FF;
    border: 1px solid #F2F5FF;
}

.yz_over li {
    float: left;
    width: 100%;
    height: 62px;
    padding: 0 30px;
    transition: all 0.2s;
}

.yz_over li:hover {
    background-color: #F2F5FF;
}

.yz_over li:hover .time {
    display: none;
}

.yz_over li:hover .ym_cj {
    display: block;
}

.yz_over li:hover .yz_over_list {
    border-bottom: 1px solid #F2F5FF;
}

.yz_over_list {
    width: 100%;
    height: 62px;
    line-height: 62px;
    border-bottom: 1px solid #EFEFEF;
}

.yz_over_list:last-of-type {
    border-bottom: none !important;
}

.yz_over_list div {
    float: left;
}

.yz_over_list .name {
    width: 50%;
    height: 60px;
}

.yz_over_list .name a {
    color: #040F43;
    font-size: 20px;
    font-weight: bold;
    font-family: arial !important;
}

.yz_over_list .pric {
    width: 25%;
    font-size: 17px;
    color: #E8001C;
    text-align: center;
}

.yz_over_list .time {
    width: 25%;
    font-size: 14px;
    color: #040F43;
    opacity: 0.5;
    text-align: right;
    transition: all 0.2s;
}

.ym_cj {
    display: none;
    float: left;
    width: 25%;
    text-align: right;
    transition: all 0.2s;
}

.cj_btn {
    display: inline-block;
    width: 58px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: linear-gradient(180deg, #3d7fff 0%, #0053fc 64%, #003bfc 100%);
    box-shadow: 0px 4px 8px 0px rgba(0, 59, 252, 0.36);
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
}

.ykj_content {
    height: 402px;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
    border-radius: 4px;
    background-image: url(../imgs/guangdian.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 383px 355px;
}

.ykj_swiper {
    width: 100%;
    height: 328px;
}

.ykj_ul {
    padding: 0 30px;
}

.ykj_ul li {
    float: left;
    width: 276px;
    height: 130px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #EFEFEF;
    margin-right: 12px;
    margin-bottom: 12px;
    padding-left: 24px;
    padding-top: 24px;
    transition: all 0.2s;
}

.ykj_ul li .ym_name {
    color: #040F43;
    font-size: 20px;
    font-weight: bold;
    font-family: arial !important;
}

.ykj_ul li:nth-child(4n) {
    margin-right: 0;
}

.ykj_ul li:hover .yz_more {
    display: block;
}

.ykj_ul li:hover .yz_area {
    display: none;
}

.ykj_ul li:hover {
    background-color: #F2F5FF;
    border: 1px solid #F2F5FF;
}

.tuijian_l_box {
    width: 714px;
    height: 384px;
    background: #ffffff;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
    border-radius: 2px;
}

.tuijian_r_box {
    width: 464px;
    height: 384px;
    background: #ffffff;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
    border-radius: 2px;
}

.ymreg_bottom_box {
    width: 100%;
    height: 180px;
    background: url(../imgs/reg_bottombg.png) no-repeat center;
    background-size: cover;
    padding-top: 48px;
}

.ymreg_bottom_box p {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 24px;
}

.ymreg_bottom_box .ymreg_regbtn {
    display: block;
    width: 120px;
    height: 36px;
    border-radius: 2px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0);
    margin-top: 32px;
    transition: all 0.3s;
}

.ymreg_bottom_box .ymreg_regbtn:hover {
    background-color: #fff;
    color: #003BFC;
}

.regseach_header {
    width: 100%;
    height: 335px;
    background: url("../imgs/regseach_banner.png") no-repeat center #0C121C;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 70px;
}

.regseach_header .reg_seach_content {
    margin-top: 40px;
}

.regseach_header .reg_seach {
    height: 48px;
}

.regseach_header .reg_seach span {
    margin-top: 12px;
}

.regseach_header .reg_seach i {
    top: 12px;
}

.regseach_header .reg_seach_bottom {
    margin-top: 20px;
}

.regseach_header .reg_l {
    height: 48px;
}

.regseach_header .seach_btn {
    position: relative;
    float: left;
    width: 120px;
    height: 48px;
    background: linear-gradient(180deg, #3d7fff 0%, #0053fc 64%, #003bfc 100%);
    border-radius: 0px 3px 3px 0px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.regseach_header .seach_btn i {
    top: 18px;
}

.header_txt2 {
    margin-top: 50px;
}

.header_txt2 .banner_p {
    display: block;
    font-size: 30px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
}

.ymregss_section {
    padding-bottom: 60px;
}

.ymreg_ss_l {
    width: 880px;
}

.ymreg_ss_r {
    width: 300px;
}

.ymreg_tab_content {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
}

.ymreg_tab_content .ymreg_ss1_ul li {
    width: 100%;
    height: 50px;
    border-bottom: 1px dashed #e1e6f0;
    padding: 0 24px;
}

.ymreg_tab_content .ymreg_ss1_ul .empty {
    width: 100%;
    height: 50px;
    border-bottom: 1px dashed #e1e6f0;
    padding: 0 24px;
}

.ymreg_tab_content .ymreg_ss1_ul li:last-of-type {
    border-bottom: none;
}

.ymreg_tab_content .ymreg_ss1_ul li:hover,
#YMREG .ymreg_tab_content .ymreg_ss1_ul li.on{
    background-color: #F2F5FF;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_left {
    width: 424px;
    line-height: 49px;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_left .ym_name a {
    display: block;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.payCar_list .ymname {
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_left .ym_sta1 {
    font-size: 14px;
    color: #009207;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_left .ym_sta2 {
    font-size: 14px;
    color: #E49A00;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_left .ym_sta3 {
    font-size: 14px;
    color: #E8001C;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_left .ym_sta4 {
    font-size: 14px;
    color: #8187A1;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_left .ym_sta5 {
    font-size: 14px;
    color: #009207;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_center {
    width: 150px;
    white-space: nowrap;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_center .del_time {
    font-size: 14px;
    color: #121212;
    line-height: 49px;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_center .now_pric {
    font-size: 14px;
    color: #121212;
    line-height: 49px;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_center .now_pric b {
    font-size: 14px;
    color: #E8001C;
    font-weight: 600;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_center .shounian {
    font-size: 14px;
    color: #8187A1;
    line-height: 49px;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_center .shounian b {
    font-size: 14px;
    color: #E8001C;
    /* font-weight: 600; */
}

.ymreg_tab_content .ymreg_ss1_ul .tab_right .a_btn {
    float: left;
    display: block;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    margin-top: 9px;
    background: #ffffff;
    margin-left: 10px;
    transition: all 0.2s;
    width: 80px;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_right .status1_btn {
    color: #009207;
    border: 1px solid #009207;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_right .status1_btn:hover {
    color: #fff;
    background-color: #009207;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_right .status2_btn {
    color: #E49A00;
    border: 1px solid #E49A00;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_right .status2_btn:hover {
    color: #fff;
    background: #E49A00;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_right .status3_btn {
    color: #E8001C;
    border: 1px solid #E8001C;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_right .status3_btn:hover {
    color: #fff;
    background: #E8001C;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_right .status4_btn {
    color: #8187A1;
    border: 1px solid #E1E6F0;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_right .status4_btn:hover {
    color: #3464FF;
    border: 1px solid #3464FF;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_right .whois_btn {
    color: #8187a1;
    border: 1px solid #e1e6f0;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_right .whois_btn:hover {
    color: #3464ff;
    border-color: #3464ff;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_right .status4_btn_on {
    color: #3464FF;
    background: #fff;
    border: 1px solid #3464FF;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_right .status4_btn2 {
    color: #3464FF;
    border: 1px solid #3464FF;
}

.ymreg_tab_content .ymreg_ss1_ul .tab_right .status4_btn2:hover {
    color: #fff;
    background: #3464FF;
}

#tj2 .ymreg_ss_title .huan:hover,
#tj2 .ymreg_ss_title .huan:hover i {
    color: #3464FF;
}

.tab_right .layui_load i {
    line-height: 49px;
}

.ymreg_ss_title {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 24px;
    border-bottom: 1px solid #E1E6F0;
}

.ymreg_ss_title .title {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    font-family: PingFangSC-Medium, PingFang SC;
}

.ymreg_ss_title .more {
    font-size: 12px;
    color: #8187A1;
    cursor: pointer;
    height: 50px;
}

.ymreg_ss_title .more i {
    vertical-align: bottom;
    font-size: 20px;
    color: #8187A1;
    margin-right: -5px;
}

.ymreg_ss_title .more .shuxin {
    margin-right: 8px !important;
    font-size: 12px !important;
    vertical-align: 0px;
}

.ymreg_ss_title:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 14px;
    left: 10px;
    top: 17px;
    background: linear-gradient(180deg, #3d7fff 0%, #0053fc 64%, #003bfc 100%);
}

.ymregss_r_title {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #E1E6F0;
}

.ymregss_r_title .title {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #333333;
}

.ymregss_r_title .clear {
    font-size: 12px;
    color: #999;
    cursor: pointer;
}

.ymregss_r_title .clear:hover {
    color: #3464ff;
}

.ymregss_r_title .more {
    font-size: 12px;
    color: #8187A1;
}

.ymregss_r_title .more i {
    vertical-align: bottom;
    font-size: 12px;
    color: #8187A1;
    margin-right: -4px;
    margin-left: 2px;
}

.ymregss_r_box1 {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
}

.ymregss_r_box1 .noDate,
.ymregss_r_box1 .noDate1 {
    font-size: 14px;
    text-align: center;
    padding: 68px 0;
    color: #999;
}

.ymregss_r_box1 .noDate p,
.ymregss_r_box1 .noDate1 p {
    margin-top: 5px;
}

.ymregss_r_box1 .noDate1 img {
    display: inline-block;
    text-align: center
}

.ymregss_r_box1 .button {
    /* border-top: 1px solid #eee; */
    padding: 19px 20px 26px 25px;
    display: none;
}

.ymregss_r_box1 .button button {
    width: 255px;
    height: 38px;
    font-size: 14px;
    color: #fff;
    background: #3464FF;
    border-radius: 2px;
}

.ymregss_r_box1 .button button:hover {
    opacity: 0.8;
}

.ymregss_r_box1 .dataul li {
    box-sizing: border-box;
    width: 300px;
    padding: 0 20px;
}

.ymregss_r_box1 .dataul li:last-child {
  border: 0;
}

.ymregss_r_box1 .dataul li .dataul_son {
    color: #666;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #E1E6F0;
}

.ymregss_r_box1 .dataul li .dataul_son span {
    font-size: 14px;
}

.ymregss_r_box1 .dataul li .dataul_son .ym a {
    color: #8187A1;
    font-size: 14px;
    width: 133px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ymregss_r_box1 .dataul li .dataul_son a.fr {
    cursor: pointer;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    color: #3464FF;
    padding: 0 14px;
    height: 27px;
    line-height: 25px;
    border: 1px solid #3464FF;
    background-color: #fff;
    transition: all 0.3s;
}

.ymregss_r_box1 .dataul li .dataul_son:hover a.fr {
    display: block !important;
}

.ymregss_r_box1 .dataul li .dataul_son:hover .unzt.fr {
    display: none !important;
}

.ymregss_r_box1 .dataul li a.fr:hover {
    border: 1px solid #3464FF;
    background-color: #3464FF;
    color: #fff;
}

.ymregss_r_box1 .dataul li:last-child .dataul_son {
    border: none;
}

.ymregss_r_box1 .dataul li:hover {
    background-color: #f2f5ff;
}

.ymregss_r_box1 .dataul li:hover .ym a {
    color: #3464FF;
}

.ymregss_r_box1 .dataul li:hover .ym_btn {
    display: block;
}

.ymregss_r_box1 .scorll {
    max-height: 250px;
    overflow-y: scroll;
}

.ymregss_r_box2 {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
}

.ymregss_r_box2 .swiper-container .swiper-wrapper .swiper-slide:hover {
    background: #f2f5ff;
    color: #3464ff;
}

.ymregss_r_box2 .dt_swiper {
    width: 100%;
    height: 250px;
    position: relative;
    top: -1px;
}

.ymregss_r_box2 .dt_swiper li {
    padding: 0 20px;
    box-sizing: border-box;
    width: 300px;
}

.ymregss_r_box2 .dt_swiper li div {
    position: relative;
    font-size: 14px;
    color: #8187A1;
    line-height: 50px;
    /* padding-left: 8px; */
    border-bottom: 1px dashed #e1e6f0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ymregss_r_box2 .dt_swiper li div span {
    font-size: 14px;
    line-height: 14px;
    color: #E8001C;
}

/* .ymregss_r_box2 .dt_swiper li div:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #8187a1;
    border-radius: 50%;
    left: 0px;
    top: 23px;
} */

.ymregss_r_box2 .dt_swiper li:hover {
    background-color: #f5f5f5;
}

.ymregss_r_box2 .dt_swiper li:hover div {
    color: #3464FF;
}

.ymregss_r_box2 .dt_swiper li:hover div:after {
    background-color: #3464FF;
}

.ymregss_r_box2 .dt_swiper li:hover div span {
    color: #3464FF;
}

.ymregss_r_box3 {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
}

.ymregss_r_box3 img {
    width: 100%;
}

.ymregss_r_title .more:hover,
.ymregss_r_title .more:hover i {
    color: #3464ff;
}

.ymregss_r_box4 {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
}

.ymregss_r_box4 .qs_ul li {
    padding: 0 20px;
}

.ymregss_r_box4 .qs_ul li a {
    display: block;
    position: relative;
    font-size: 14px;
    color: #8187A1;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #E1E6F0;
}

.ymregss_r_box4 .qs_ul li:last-child a{
  border:0;
}
.ymregss_r_box4 .qs_ul li:hover{
    background: #f2f5ff;
}

/* .ymregss_r_box4 .qs_ul li a:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 50%;
    left: 0px;
    top: 23px;

} */

.ymregss_r_box4 .qs_ul li:hover a,
.ymregss_r_box4 .qs_ul li:hover span:first-child  {
    color: #3464FF !important;
}

.search_left {
    width: 880px;
}

.entry {
    background-color: #ffffff;
    padding: 20px 26px 24px 24px;
    margin-bottom: 20px;
}

.entry .price {
    color: #8187a1;
    line-height: 14px;
}

.entry .price:hover {
  color: #3464FF;
}

.entry .title {
    font-size: 0;
}

.entry .title a {
    color: #333333;
    font-size: 14px;
    display: inline-block;
    padding: 0 16px;
    line-height: 14px;
    border-right: 1px solid #E1E6F0;
}
.entry .Bulk_SSL a {
    border: none !important;
    
    padding: 0 7px !important;
}

.entry .title a:hover {
    color: #3464FF;
}

.entry .title .active {
    color: #3464FF;
}

.entry .title a:first-child {
    padding-left: 0;
}

.entry .title a:last-child {
    border-right: none;
}

.entry .text {
    margin: 20px 0 16px;
    border: solid 1px #E1E6F0;
    width: 100%;
    height: 220px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    line-height: 24px;
    color: #333;
    padding: 10px 15px 12px 18px;
}

.entry .text:hover,.entry .text:focus{
    border-color: #3464FF;
}

.entry .resetBtn {
    color: #8187A1;
    width: 160px;
    height: 42px;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #E1E6F0;
    border-radius: 2px;
    transition: all 0.3s;
    font-size: 14px;
}

.entry .resetBtn:hover {
    color: #3464FF;
    border: 1px solid #3464FF;
}

.entry .atOnceBtn {
    color: #ffffff;
    width: 160px;
    height: 42px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(180deg, #3d7fff 0%, #0053fc 65%, #003bfc 100%);
    margin-right: 4px;
    border-radius: 2px;
    transition: all 0.3s;
    font-size: 14px;
}

.entry .atOnceBtn:hover {
    opacity: 0.8;
}

.atOnceBtn_tips {
    color: #999;
    line-height: 42px;
    margin-left: 20px;
}

.entry .descr {
    color: #999999;
    right: 15px;
    bottom: 36px;
    font-size: 12px;
}

.entry .num {
    color: #ffbf1f;
}

.entry .clearBtn {
    color: #3464FF;
    display: inline-block;
    margin-left: 12px;
    cursor: pointer;
}

.entry .cxz,
.entry .cxz:hover {
    background: #3464ff !important;
    cursor: not-allowed;
    opacity: .8;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.chaxun_content {
    width: 100%;
    background-color: #fff;
}

.chaxun_content .chaxun_nothing .title_no {
    width: 100%;
    height: 54px;
    border-bottom: 1px solid #e1e6f0;
    line-height: 53px;
    padding-left: 24px;
}

.chaxun_content .chaxun_nothing .title_no span {
    position: relative;
    font-size: 14px;
    color: #3464FF;
    display: inline-block;
}

.chaxun_content .chaxun_nothing .chaxun_no_main {
    width: 100%;
    height: 444px;
    background-color: #fff;
}

.chaxun_content .chaxun_nothing .chaxun_no_main img {
    display: block;
    width: 252px;
    margin: 80px auto 24px;
}

.chaxun_content .chaxun_nothing .chaxun_no_main p {
    text-align: center;
    color: #999;
    font-size: 12px;
    line-height: 22px;
}

.chaxun_content .chaxun_nothing .chaxun_no_main p:nth-of-type(2) {
    margin-top: 12px;
}

.chaxun_content .active {
    font-size: 14px !important;
    color: #3464FF !important;
}

.chaxun_status_ul .active:after {
    font-size: 14px;
    color: #3464FF;
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #3464FF;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.chaxun_yes_main .chaxun_status_ul {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #E1E6F0;
    line-height: 50px;
    padding-left: 24px;
}

.chaxun_yes_main .chaxun_status_ul li {
    position: relative;
    float: left;
    font-size: 14px;
    color: #333;
    margin-right: 60px;
    cursor: pointer;
    line-height: 49px;
}

.chaxun_yes_main .chaxun_yes_wrap .tab_ul {
    width: 100%;
    max-height: 444px;
    overflow-y: auto;
}

.chaxun_yes_main .chaxun_yes_wrap .tab_ul .tab_li {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.chaxun_yes_main .chaxun_yes_wrap .tab_ul .tab_li .tab_tr {
    height: 100%;
    margin: 0 24px;
    border-bottom: 1px dashed #E1E6F0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.chaxun_yes_main .chaxun_yes_wrap .tab_ul .tab_li:hover,.chaxun_yes_main .chaxun_yes_wrap .tab_ul .tab_li.active {
    background-color: #F2F5FF;
}

.scroll {
    max-height: 650px !important;
    overflow-y: scroll !important;
}

.chaxun_yes_main .tab_tr_l {
    width: 50%;
    line-height: 49px;
}

.chaxun_yes_main .tab_tr_l .ym_name {
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #121212;
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
    float: left;
}

.chaxun_yes_main .tab_tr_r {
    width: 50%;
    line-height: 14px;
}

.chaxun_yes_main .tab_tr_r .price {
    color: #8187A1;
    font-size: 14px;
    line-height: 49px;
}

.chaxun_yes_main .tab_tr_r .price i {
    color: #E8001C;
    font-size: 14px;
    font-family: Arial !important;
}

.chaxun_yes_main .tab_tr_r .chuaxun_btn_wrap {
    min-height: 50px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.chaxun_yes_main .tab_tr_r .chuaxun_btn_wrap .a_btn {
    float: right;
    display: block;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    background: #ffffff;
    margin-left: 10px;
    transition: all 0.2s;
    padding: 0 14px;
    color: #8187A1;
}

.chaxun_yes_main .tab_tr_r .chuaxun_btn_wrap .join_btn {
    border: 1px solid #E1E6F0;
}

.chaxun_yes_main .tab_tr_r .chuaxun_btn_wrap .join_btn:hover {
    color: #3464FF !important;
    border: 1px solid #3464FF !important;
}

.chaxun_yes_main .tab_tr_r .chuaxun_btn_wrap .reg_btn {
    border: 1px solid #3464FF;
    color: #3464FF;
}

.chaxun_yes_main .tab_tr_r .chuaxun_btn_wrap .reg_btn:hover {
    background-color: #3464FF;
    color: #fff;
}

.chaxun_yes_main .tab_tr_r .chuaxun_btn_wrap .qz_btn {
    border: 1px solid #009207;
    color: #009207;
}

.chaxun_yes_main .tab_tr_r .chuaxun_btn_wrap .qz_btn:hover {
    background-color: #009207;
    color: #fff;
}

.chaxun_yes_main .tab_tr_r .chuaxun_btn_wrap .chajj_btn {
    border: 1px solid #E49A00;
    color: #E49A00;
}

.chaxun_yes_main .tab_tr_r .chuaxun_btn_wrap .chajj_btn:hover {
    background-color: #E49A00;
    color: #fff;
}

.chaxun_yes_main .tab_tr_r .chuaxun_btn_wrap .ykj_btn {
    border: 1px solid #E8001C;
    color: #E8001C;
}

.chaxun_yes_main .tab_tr_r .chuaxun_btn_wrap .ykj_btn:hover {
    background-color: #E8001C;
    color: #fff;
}

.chaxun_yes_main .tab_foot {
    width: 100%;
    height: 80px;
    background-color: #fff;
    padding: 0 24px;
    line-height: 80px;
    box-shadow: 0px -2px 4px 0px rgb(5 17 71 / 5%);
}

.chaxun_yes_main .tab_foot .checkAll b {
    color: #8187a1;
    font-size: 14px;
    margin-left: 12px;
    cursor: pointer;
}

.chaxun_yes_main .tab_foot .checkAll b:hover {
    color: #3464FF;
}

.chaxun_yes_main .tab_foot .joinAll_btn {
    display: block;
    padding: 0 14px;
    height: 32px;
    background: linear-gradient(180deg, #3d7fff 0%, #0053fc 65%, #003bfc 100%);
    border-radius: 2px;
    transition: all 0.2s;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    margin-top: 24px;
    text-align: center;
}

.chaxun_yes_main .tab_foot .joinAll_btn1 {
    display: block;
    padding: 0 14px;
    height: 32px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.2s;
    font-size: 14px;
    color: #3464FF;
    line-height: 32px;
    margin-top: 24px;
    text-align: center;
    border: 1px solid #3464FF;
}

.chaxun_yes_main .tab_foot .joinAll_btn1:hover {
    color: #fff;
    background: #3464FF;
}

.chaxun_yes_main .tab_foot .daochu_btn {
    background: #FFFFFF;
    border-radius: 0;
    border: 1px solid #E1E6F0;
    color: #8187A1;
}

.chaxun_yes_main .tab_foot .daochu_btn:hover {
    background: #fff !important;
    border-color: #3464ff;
    color: #3464ff;
}

.zhuanru_header {
    position: relative;
    width: 100%;
    height: 530px;
    background: linear-gradient(289deg, #14258d 0%, #051044 85%, #040f41 100%);
    padding-top: 70px;
}

.zhuanru_header .zhuan_seach_btn {
    position: relative;
    float: right;
    width: 120px;
    height: 54px;
    background: linear-gradient(180deg, #3d7fff 0%, #0053fc 64%, #003bfc 100%);
    border-radius: 0px 2px 2px 0px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.header_txt2 p {
    font-size: 16px;
    font-weight: 400;
    color: #9CA2C0;
    line-height: 16px;
    text-align: center;
    margin-top: 26px;
}

.zhaunru_top_nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    padding: 20px 0;
    background: url(../imgs/zhaunru_top_bg.png) no-repeat center;
    background-size: cover;
}

.zhaunru_top_nav .zhaunru_top_ul {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.zhaunru_top_nav .zhaunru_top_ul li {
    float: left;
    width: 25%;
    height: 80px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.zhaunru_top_nav .zhaunru_top_ul li .p1 {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 10px;
    margin-bottom: 18px;
    line-height: 20px;
}

.zhaunru_top_nav .zhaunru_top_ul li .p2 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 14px;
}

.zhuan_section {
    width: 100%;
}

.zhuan_section .zhuan_title {
    color: #040F43;
    font-size: 34px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
    font-weight: 600;
    line-height: 100%;
}

.zhuan_liucheng {
    background-color: #fff;
    padding-bottom: 60px;
}

.zhuan_liucheng .liucheng_ul li {
    position: relative;
    float: left;
    width: 285px;
    height: 330px;
    background: #ffffff;
    border: 1px solid #E1E6F0;
    margin-right: 20px;
    transition: all 0.3s;
    padding: 60px 38px 0;
    cursor: pointer;
}

.zhuan_liucheng .liucheng_ul li .liuchneg_icon i {
    font-size: 48px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #687896;
    line-height: 48px;
}

.zhuan_liucheng .liucheng_ul li .liuchneg_icon1 {
    background-position: -48px 0;
}

.zhuan_liucheng .liucheng_ul li .liuchneg_icon2 {
    background-position: -144px 0;
}

.zhuan_liucheng .liucheng_ul li .liuchneg_icon3 {
    background-position: -192px 0;
}

.zhuan_liucheng .liucheng_ul li .liuchneg_icon4 {
    background-position: -96px 0;
}

.zhuan_liucheng .liucheng_ul li .liuchneg_icon5 {
    background-position: 0px 0;
}

.zhuan_liucheng .liucheng_ul li .liucheng_p1 {
    color: #040F43;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    margin: 30px 0 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
}

.zhuan_liucheng .liucheng_ul li .liucheng_p2 {
    color: #8187A1;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}

.zhuan_liucheng .liucheng_ul li .rank {
    position: absolute;
    top: -9px;
    right: 24px;
    font-size: 32px;
    color: #687896;
}

.zhuan_liucheng .liucheng_ul li:last-of-type {
    margin-right: 0px;
}

.zhuan_liucheng .liucheng_ul li:hover {
    margin-top: -10px;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
}

.zhuan_liucheng .liucheng_ul li:hover .liuchneg_icon i,
.zhuan_liucheng .liucheng_ul li:hover .liucheng_p1 {
    color: #3464ff;
}

.zhuan_why {
    background-color: #F7F9FF;
    padding-bottom: 60px;
}

.zhuan_why .zhuan_why_ul li {
    float: left;
    width: 386px;
    height: 260px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s;
    margin-right: 20px;
    padding: 46px 65px 0 65px;
}

.zhuan_why .zhuan_why_ul li .liuchneg_icon i {
    display: block;
    margin: 0 auto;
    font-size: 54px;
    line-height: 54px;
    color: #687896;
    text-align: center;
    width: 54px;
}

.zhuan_why .zhuan_why_ul li .liuchneg_icon6 {
    background-position: -348px 0;
}

.zhuan_why .zhuan_why_ul li .liuchneg_icon7 {
    background-position: -240px 0;
}

.zhuan_why .zhuan_why_ul li .liuchneg_icon8 {
    background-position: -294px 0;
}

.zhuan_why .zhuan_why_ul li .liucheng_p1 {
    color: #040F43;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    margin: 23px 0 26px 0;
}

.zhuan_why .zhuan_why_ul li .liucheng_p2 {
    color: #8187A1;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.zhuan_why .zhuan_why_ul li:last-of-type {
    margin-right: 0px;
}

.zhuan_why .zhuan_why_ul li:hover {
    margin-top: -10px;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
}

.zhuan_why .zhuan_why_ul li:hover .liuchneg_icon i,
.zhuan_why .zhuan_why_ul li:hover .liucheng_p1 {
    color: #3464ff;
}

.zhuan_careful {
    background-color: #fff;
    padding-bottom: 60px;
}

.zhuan_careful .zhuan_careful_content {
    height: 460px;
    background: #fff;
    border-radius: 2px;
    padding: 0 30px;
}

.zhuan_careful .zhuan_careful_content .zhuan_careful_title {
    width: 100%;
    height: 72px;
    line-height: 72px;
}

.zhuan_careful .zhuan_careful_content .zhuan_careful_title span {
    display: block;
    position: relative;
    font-size: 18px;
    color: #040F43;
    font-weight: 600;
    padding-left: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
}

.zhuan_careful .zhuan_careful_content .zhuan_careful_title span:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 16px;
    background: #040f43;
    left: 0;
    top: 28px;
}

.zhuan_careful .zhuan_careful_content .zhuan_careful_ul li {
    float: left;
    width: 560px;
    height: 72px;
    background: #ffffff;
    border: 1px solid #E1E6F0;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.zhuan_careful .zhuan_careful_content .zhuan_careful_ul li em {
    float: left;
    display: block;
    line-height: 36px;
    width: 66px;
    text-align: center;
    color: #687896;
    font-size: 26px;
    border-right: 1px solid #E1E6F0;
    margin-top: 17px;
}

.zhuan_careful .zhuan_careful_content .zhuan_careful_ul li p {
    float: left;
    width: 455px;
    margin-left: 20px;
    font-size: 14px;
    color: #8187A1;
    margin-top: 14px;
}

.zhuan_careful .zhuan_careful_content .zhuan_careful_ul li .p_one {
    line-height: 70px !important;
    margin-top: 0px !important;
}

.zhuan_careful .zhuan_careful_content .zhuan_careful_ul li:nth-child(2n) {
    margin-right: 0;
}

.zhuan_careful .zhuan_careful_content .zhuan_careful_ul li:hover {
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
}

.zhuan_careful .zhuan_careful_content .zhuan_careful_ul li:hover p {
    color: #3464FF;
}

.zhuan_careful .zhuan_careful_content .zhuan_careful_ul li:hover em {
    color: #3464FF;
}

.zhuan_price {
    background-color: #F7F9FF;
    padding-bottom: 60px;
}

.zhuan_price .zhuan_table {
    background-color: #fff;
}

.zhuan_price .zhuan_table thead tr th {
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 48px;
    border: 1px solid #E1E6F0;
    border-left: none;
    border-bottom: 0;
}
.zhuan_price .zhuan_table thead tr th:first-child{
    border-left: 1px solid #E1E6F0 ;
}
.zhuan_price .zhuan_table thead tr th:nth-of-type(1) {
    text-align: left;
    text-indent: 56px;
}

.zhuan_price .zhuan_table tbody tr td {
    border: 1px solid #E1E6F0;
    font-size: 14px;
    text-align: center;
    line-height: 48px;
    color: #8187A1;
}

.zhuan_price .zhuan_table tbody tr td:nth-of-type(1) {
    text-align: left;
    text-indent: 56px;
}

.zhuan_price .zhuan_table tbody tr td:nth-of-type(3) i {
    color: #666;
    font-size: 14px;
}

.zhuan_price .zhuan_table tbody tr td:nth-of-type(4) i {
    color: #E8001C;
    font-size: 14px;
}

.zhuan_price .zhuan_table tbody tr:hover {
    background-color: #F2F5FF;
}

.manyReg .search_left {
    width: 1200px !important;
}

.manyReg .manyReg_xieyi {
    line-height: 38px;
}

.manyReg .manyReg_xieyi span {
    margin-left: 8px;
}

.manyReg .manyReg_xieyi span a {
    color: #3464FF;
}

.manyReg .tab_foot_btn {
    display: block;
    width: 122px;
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 24px;
}

/* .manyReg .daochu_btn {
  background: #3464ff;
} */
.manyReg .agan_btn {
    background-color: #E49A00;
    margin-right: 18px;
}

.manyReg .agan_btn:hover {
    opacity: 0.8;
}

.tab_tr_r .reg_status {
    color: #009207;
    font-size: 14px;
    line-height: 50px;
}

.tab_tr_r .reg_status2 {
    color: #999;
    font-size: 14px;
    line-height: 50px;
}

.manyReg .chajj_btn {
    margin-left: 30px;
}

.fail_txt {
    font-size: 14px;
    color: #E8001C !important;
    line-height: 1.5 !important;
    padding-top: 12px;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.fail_txt a{
    white-space: nowrap;
}
.msg-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.msg-btn .a_btn {
    flex: 0 0 78px;
    padding: 0 !important;
    margin-top: 0 !important;
}

.fs14 {
    font-size: 14px;
}

.ml20 {
    margin-left: 20px !important;
}

.hl_right {
    width: 464px;
    height: 356px;
    background: #fff;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
    border-radius: 2px;
}

.hl_right .hl_zx li {
    width: 100%;
    height: 51px;
    padding: 0 30px;
    transition: all 0.3s;
}

.hl_right .hl_zx li a {
    display: block;
    border-bottom: 1px dashed #E1E6F0;
}

.hl_right .hl_zx li a p {
    float: left;
    width: 282px;
    color: #040F43;
    font-size: 16px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hl_right .hl_zx li a .zx_news {
    color: #E8001C !important;
}

.hl_right .hl_zx li a .zx_news i {
    color: #E8001C;
    font-size: 16px;
}

.hl_right .hl_zx li a span {
    float: right;
    color: #8187A1;
    font-size: 14px;
    line-height: 50px;
    font-family: Microsoft YaHei;
}

.hl_right .hl_zx li:last-child a {
    border-bottom: none;
}

.hl_right .hl_zx li:hover {
    background-color: #F2F5FF;
}

.hl_right .hl_zx li:hover p {
    color: #3464FF !important;
}

.hl_ul {
    float: left;
    padding-left: 30px;
}

.hl_ul li {
    float: left;
    width: 210px;
    height: 116px;
    background-color: #fff;
    margin-right: 12px;
    margin-bottom: 12px;
    padding-top: 30px;
    border: 1px solid #EFEFEF;
    transition: all 0.3s;
}

.hl_ul li:hover {
    background-color: #F2F5FF;
    border: 1px solid #F2F5FF;
}

.hl_ul li:hover i {
    color: #003BFC;
}

.hl_ul li:nth-child(3n) {
    margin-right: 0;
}

.hl_ul i {
    display: block;
    text-align: center;
    font-size: 26px;
    color: #040F43;
    height: 26px;
    font-family: DINProM !important;
}

.hl_ul span {
    display: block;
    font-size: 14px;
    color: #8187A1;
    text-align: center;
    margin-top: 12px;
}

.changjian_qs {
    width: 714px;
    height: 356px;
    background: #fff;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
    border-radius: 2px;
}

.changjian_qs_ul {
    width: 100%;
}

.changjian_qs_ul li {
    padding: 0 30px;
}

.changjian_qs_ul li:last-of-type a {
    border: none;
}

.changjian_qs_ul li a {
    display: block;
    border-bottom: 1px dashed #E1E6F0;
    line-height: 50px;
    font-size: 16px;
    color: #040F43;
}

.changjian_qs_ul li:hover {
    background-color: #F2F5FF;
}

.changjian_qs_ul li:hover a {
    color: #3464FF;

}

.progress_div {
    margin: 0 0 20px 0;
    overflow: hidden;
    background: #fff;
    padding: 20px 24px;
    position: relative;
    color: #8187A1;
    display: none;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #0182ea;
    /* -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); */
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-info {
    background-color: #3464ff;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress {
    float: left;
    width: 610px;
    height: 20px;
    background-image: -webkit-linear-gradient(45deg, #d8d8d8 0%, #dcdcdc 100%);
    background-image: -o-linear-linear-gradient(45deg, #d8d8d8 0%, #dcdcdc 100%);
    background-image: linear-gradient(45deg, #d8d8d8 0%, #dcdcdc 100%);
    overflow: visible;
    border-radius: 20px;
    margin: 0 14px;
}

.progress .progress-bar {
    border-radius: 20px;
    position: relative;
    animation: animate-positive 2s;
}

.progress-bar.active {
    animation: reverse progress-bar-stripes 0.4s linear infinite, animate-positive 2s;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.total:before {
    content: '/';
}

.now-num,
.total {
    color: #e8001c;
}

.icon-stop {
    display: inline-block;
    padding: 0;
    text-align: center;
    height: 36px;
    position: absolute;
    top: 12px;
    right: 24px;
    border-radius: 2px;
    background: #E49A00;
    color: #fff;
    line-height: 36px;
    cursor: pointer;
    transition: all 0.3s;
    width: 74px;
}

.icon-stop.stop {
    background: #3464ff;
}

.icon-stop.ywc {
    background: #009207;
}

.tjx {
    display: inline-block;
    width: 68px;
    text-align: center;
    background: #F7F9FF;
    height: 36px;
    position: absolute;
    top: 12px;
    line-height: 36px;
    border-radius: 2px;
    right: 108px;
}

.icon-stop:hover {
    opacity: 0.8;
}

.manyReg .icon-stop {
    width: 108px;
}

.news_banner {
    width: 100%;
    height: 348px;
    padding-top: 70px;
    background: linear-gradient(289deg, #14258d 0%, #051044 86%, #040f41 100%);
}

.news_banner-txt {
    margin-top: 69px;
}

.news_banner-txt h5 {
    font-weight: normal;
    font-size: 38px;
    color: #ffffff;
    line-height: 42px;
    text-align: center;
}

.news_banner-txt .hr {
    position: relative;
}

.news_banner-txt .hr span {
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.64) 32%, #ffffff 50%, rgba(255, 255, 255, 0.7) 69%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.2;
    margin: 40px auto;
}

.news_banner-txt .hr i {
    position: absolute;
    width: 80px;
    height: 4px;
    background: #ffffff !important;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 1 !important;
}

.news_banner-txt p {
    color: #9CA2C0;
    font-size: 14px;
    text-align: center;
}

.nwes_section {
    padding-bottom: 60px;
}

.nwes_section_l {
    width: 880px;
    background-color: #fff;
}

.nwes_section_l .news_ul li {
    width: 100%;
    height: 50px;
    padding: 0 24px;
    line-height: 49px;
    clear: both;
}

.nwes_section_l .news_ul li a {
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #E1E6F0;
}

.nwes_section_l .news_ul li a p {
    float: left;
    color: #333;
    font-size: 15px;
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nwes_section_l .news_ul li a p i {
    font-size: 18px;
    color: #E8001C;
    margin-left: 5px;
    vertical-align: -2px;
}

.nwes_section_l .news_ul li a span {
    float: right;
    color: #8187A1;
    font-size: 12px;
    font-family: Microsoft YaHei;
}

.nwes_section_l .news_ul li:hover {
    background-color: #F2F5FF;
}

.nwes_section_l .news_ul li:hover a p {
    color: #3464FF;
}

.nwes_section_r {
    width: 300px;
}

.nwes_section_r .nwes_section_r-gg1 {
    margin-bottom: 20px;
}

.nwes_section_r .nwes_section_r-gg1 img {
    display: block;
    width: 100%;
}

.nwes_section_r .nwes_section_r-gg2 img {
    display: block;
    width: 100%;
}

.nwes_section_r1 {
    width: 300px;
    background: #ffffff;
    margin-bottom: 20px;
}

.nwes_section_r1 h6 {
    color: #333;
    font-size: 16px;
    line-height: 49px;
    border-bottom: 1px solid #E1E6F0;
    padding-left: 20px;
    font-weight: 600;
}

.nwes_section_r1 ul {
    max-height: 300px;
    overflow-y: auto;
}

.nwes_section_r1 ul li {
    position: relative;
    padding: 0 20px;
    overflow-x: hidden;
}

.nwes_section_r1 ul li a {
    width: 250px;
    line-height: 49px;
    display: block;
    font-size: 14px;
    color: #8187A1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #E1E6F0;
}

.nwes_section_r1 ul li:last-child a {
    border-bottom: 0;
}

.nwes_section_r1 ul li:hover {
    background: #F2F5FF;
}

.nwes_section_r1 ul li:hover a {
    color: #3464FF;
}

.nwes_section_r1 ul li:hover::after {
    background: #3464ff;
}

.details_left {
    width: 100%;
    background: #fff;
    padding: 25px 25px 0 25px;
}

.details_left h1 {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}

.content a {
    color: #3464ff;
}

.details_left h1 span {
    margin-left: 12px;
    display: inline-block;
    width: 37px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    background: #edf7fd;
    border: 1px solid #3464ff;
    font-size: 12px;
    color: #3464ff;
    vertical-align: middle;
}

.details_left div.timer2 {
    color: #8187A1;
    font-size: 12px;
    margin: 15px auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #E1E6F0;
}

.details_left .timer span {
    margin-right: 15px;
}

.details_left .content {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.details_left .video {
    margin: 25px 0;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.details_left .video p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.details_left .video .play {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url("../img/help/play.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.details_left .process .btn {
    margin-top: 20px;
}

.details_left .process .btn button {
    width: 66px;
    height: 24px;
    background: #3464ff;
    font-size: 14px;
    color: #fff;
}

.details_left .process img {
    width: 100%;
    margin-top: 20px;
}

.details_left .process p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}

.details_left .process p span {
    color: #3464ff;
}

.details_left .process h3 {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    line-height: 16px;
}

.details_left video {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.details_left .content img {
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

.details_left .content p {
    margin-bottom: 20px;
    word-break: break-word;
}

.help_detail_page {
    border-top: 1px solid #E1E6F0;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 400;
    color: #8187a1;
}

.help_detail_page a {
    color: #3464ff;
    max-width: 355px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: right;
}

.help_detail_news {
    background-color: #fff;
}

.help_detail_news h3 {
    padding: 0 20px;
    line-height: 53px;
}

.help_detail_news h3 span {
    padding: 0;
    line-height: 52px;
}

.help_detail_news ul {
    padding: 0 20px;
}

.help_detail_news li {
    height: 50px;
    line-height: 50px;
    padding-left: 13px;
    border-bottom: 1px solid #eee;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.help_detail_news li:before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background: #bfbfbf;
    border-radius: 2px;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.help_detail_news li a {
    display: block;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.help_detail_news li:hover a {
    color: #3464ff;
}

.help_detail_news li:last-child {
    border-bottom: 0;
}

.help_banner {
    width: 100%;
    height: 516px;
    padding-top: 70px;
    background: linear-gradient(289deg, #14258d 0%, #051044 85%, #040f41 100%);
}

.help_banner .zhuan_seach_btn {
    position: relative;
    float: right;
    width: 120px;
    height: 54px;
    background: linear-gradient(180deg, #3d7fff 0%, #0053fc 64%, #003bfc 100%);
    border-radius: 0px 2px 2px 0px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.help_banner .reg_input {
    width: 636px !important;
}

.help_banner .reg_seach {
    margin-top: 50px;
}

.help_top {
    margin-top: -130px;
}

.help_top .help_top_son {
    float: left;
    width: 386px;
    background: #ffffff;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
    border-radius: 6px;
    margin-right: 20px;
    transition: all 0.3s;
    padding: 40px 40px 0 40px;
}

.help_top .help_top_son h6 {
    position: relative;
    font-size: 20px;
    color: #333;
    line-height: 20px;
    padding-left: 17px;
    font-family: PingFangSC-Medium, PingFang SC;
}

.help_top .help_top_son h6:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 20px;
    background: linear-gradient(180deg, #3d7fff 0%, #0053fc 64%, #003bfc 100%);
    left: 0;
    top: -1px;
}

.help_top .help_top_son .qs_ul {
    margin-top: 30px;
    min-height: 240px;
}

.help_top .help_top_son .qs_ul li {
    position: relative;
    margin-bottom: 24px;
}

.help_top .help_top_son .qs_ul li a {
    padding-left: 17px;
    display: block;
    width: 300px;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px;
}

.help_top .help_top_son .qs_ul li::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333 !important;
    left: 0;
    top: 5px;
}

.help_top .help_top_son .qs_ul li:hover a {
    color: #3464FF;
}

.help_top .help_top_son .qs_ul li:hover:after {
    background: #3464FF !important;
}

.help_top .help_top_son .help_top-more {
    width: 100%;
    height: 72px;
    border-top: 1px solid #E1E6F0;
    line-height: 71px;
}

.help_top .help_top_son:nth-of-type(3) {
    margin-right: 0;
}

.help_top .help_top_son:hover {
    margin-top: -10px;
}

.helpcenter_title {
    color: #040F43;
    font-size: 36px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
    font-weight: 600;
}

.bianjie_l,
.bianjie_r {
    width: 590px;
    height: 356px;
    background: #ffffff;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
    border-radius: 6px;
}

.bianjie_l {
    margin-right: 20px;
}

.bianjie_l .yz_tit,
.bianjie_r .yz_tit {
    height: 72px !important;
    line-height: 71px !important;
    border-bottom: 1px solid #E1E6F0;
}

.bianjie_l ul li,
.bianjie_r ul li {
    padding: 0 30px;
}

.bianjie_l ul li a,
.bianjie_r ul li a {
    display: block;
    height: 50px;
    border-bottom: 1px dashed #E1E6F0;
    line-height: 50px;
    clear: both;
}

.bianjie_l ul li a p,
.bianjie_r ul li a p {
    float: left;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 450px;
    cursor: pointer;
}

.bianjie_l ul li a span,
.bianjie_r ul li a span {
    float: right;
    color: #8187A1;
    font-family: Microsoft YaHei;
}

.bianjie_l ul li:last-of-type a,
.bianjie_r ul li:last-of-type a {
    border: none;
}

.bianjie_l ul li:hover p,
.bianjie_r ul li:hover p {
    color: #3464FF;
    background: #F2F5FF;
}

.bianjie_l ul li:hover,
.bianjie_r ul li:hover {
    background: #F2F5FF;
}

.help_serve li {
    float: left;
    width: 20%;
    height: 90px;
    transition: all 0.3s;
    padding-left: 36px;
}

.help_serve li i {
    font-size: 32px;
    float: left;
    line-height: 90px;
}

.help_serve li div {
    margin-left: 12px;
    margin-top: 24px;
}

.help_serve li div .p1 {
    font-size: 16px;
    color: #333;
    line-height: 16px;
    margin-bottom: 12px;
}

.help_serve li div .p2 {
    font-size: 14px;
    line-height: 14px;
    color: #666;
}

.help_serve li:hover {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(5, 17, 71, 0.1);
    border-radius: 2px;
    margin-top: -8px;
}

.nothing_img {
    width: 252px;
    display: block;
    margin: 0 auto;
}

.nothing_txt {
    font-size: 12px;
    color: #8187A1;
    text-align: center;
    line-height: 24px;
    margin-top: 14px;
}

.help_nothing_content {
    width: 100%;
    height: 318px;
    padding-top: 85px;
}

.help_nothing_content .gondan_up {
    display: block;
    margin: 0 auto;
    margin-top: 18px;
    width: 90px;
    height: 28px;
    line-height: 28px;
    background: #3464ff;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.help_nothing_content .gondan_up:hover {
    opacity: 0.8;
}

.helpList_r {
    width: 100%;
    background: #ffffff;
    margin-bottom: 20px;
}

.helpList_r h6 {
    color: #333;
    font-size: 16px;
    line-height: 49px;
    border-bottom: 1px solid #E1E6F0;
    padding-left: 20px;
    font-weight: 600;
}

.helpList_r .classdh {
    padding: 20px 20px 10px 20px;
}

.helpList_r .classdh li {
    float: left;
    width: 80px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #E1E6F0;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.helpList_r .classdh .active {
    background: #F2F5FF;
    border-radius: 2px;
    border: 1px solid #3464FF;
}

.helpList_r .classdh .active a {
    color: #3464FF;
}

.helpList_r .classdh li:nth-child(3n) {
    margin-right: 0;
}

.helpList_r .classdh li:hover {
    background: #F2F5FF;
    border-radius: 2px;
    border: 1px solid #3464FF;
}

.helpList_r .classdh li:hover a {
    color: #3464FF;
}

.domain_step_box {
    margin-top: 70px;
    padding: 20px 0;
}

.pay_step {
    height: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pay_step span {
    float: left;
    display: block;
    width: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.pay_step1 {
    background-image: url('../imgs/paystep1.png');
}

.pay_step1 .sp1 {
    color: #fff;
}

.pay_step1 .sp2 {
    color: #666;
}

.pay_step2 {
    background-image: url('../imgs/paystep2.png');
}

.pay_step2 span {
    color: #fff;
}

.payCar_table {
    background-color: #fff;
    padding-left: 24px;
    max-height: 200px;
    overflow-y: auto;
}

.payCar_table thead tr {
    border-bottom: 1px solid #E5E5E5 !important;
}

.payCar_table thead tr th {
    text-align: left !important;
}

.payCar_table thead tr th:nth-of-type(1) {
    text-align: center !important;
}

/*.payCar_table thead tr th:last-of-type {*/
/*color: #3464FF;*/
/*}*/
.payCar_table tbody tr td:nth-of-type(1) {}

.payCar_table tbody i {
    color: #E8001C;
    font-family: DINProM;
}

.payCar_table tbody tr:hover {
    background: #F2F5FF;
}

.payCar_table tbody tr:hover td:nth-of-type(1) {
    color: #3464FF;
}

/* .payCar_table tbody td:last-of-type {
    color: #3464FF;
    cursor: pointer;
} */

.payCar_table tr {
    height: 50px;
    line-height: 49px;
    border-bottom: 1px dashed #e1e6f0;
}

.pay_style_box {
    background-color: #fff;
    margin-top: 20px;
}

.pay_style_box .title {
    width: 100%;
    height: 50px;
    line-height: 49px;
    border-bottom: 1px solid #e1e6f0;
    font-size: 14px;
    color: #333;
    padding-left: 21px;
}

.pay_style_box .pay_style_ul {
    padding: 24px 0 30px 21px;
}

.pay_style_box .pay_style_ul .pay_style {
    float: left;
    width: 178px;
    height: 68px;
    border: 1px solid #e1e6f0;
    margin-right: 20px;
    transition: all 0.3s;
    background-image: url(../imgs/paystyle.png);
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.pay_style_box .pay_style_ul .xz {
    display: none;
    position: absolute;
    font-size: 30px;
    right: -1px;
    bottom: -1px;
    color: #3464FF;
    line-height: normal;
}

.pay_style_box .pay_style_ul .pay_style1 {
    background-position: 0 0;
}

.pay_style_box .pay_style_ul .pay_style2 {
    background-position: 0 -66px;
}

.pay_style_box .pay_style_ul .pay_style3 {
    background-position: 0 -132px;
}

.pay_style_box .pay_style_ul .pay_style4 {
    background-position: 0 -198px;
}

.pay_style_box .pay_style_ul .pay_style5 {
    background-position: 0 -264px;
}

.pay_style_box .pay_style_ul .pay_active {
    border: 1px solid #3464FF;
}

.pay_style_box .pay_style_ul .pay_active .xz {
    display: block;
}

.pay_total {
    height: 270px;
    background: #fff;
    margin: 20px auto;
    padding: 18px 60px 0 0;
}

.pay_total-main {
    display: flex;
    justify-content: space-between;
}

.pay_total-main p {
    white-space: pre;
    text-align: right;
    font-size: 16px;
}

.pay_total-main .mr38 {
    margin: 38px 0 20px;
}

.pay_total-left {
    flex: 1;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
    margin-right: 20px;
}

.pay_total-left i {
    color: #E49A00;
    font-size: 16px;
}

.pay_total-left span {
    font-size: 16px;
    margin-left: 35px;
}

.pay_total-left b,
.pay_total-right b {
    font-size: 16px;
}

.pay_total-right {
    font-family: MicrosoftYaHei;
    line-height: 34px;
    color: #E8001C;
}

.pay_total-right .mr38 {
    font-size: 28px;
    font-weight: Bold;
}

.pay_total-right .mr38 b {
    font-size: 28px;
    font-weight: Bold;
}

/* .pay_total p {
    font-size: 14px;
    color: #333;
    line-height: 72px;
}

.pay_total p i {
    font-size: 14px;
    color: #E8001C;
} */

.pay_r .manyReg_xieyi {
    line-height: 44px;
}

.pay_r .manyReg_xieyi span {
    margin-left: 8px;
    color: #333;
    font-size: 14px;
}

.pay_r .manyReg_xieyi span a {
    color: #3464FF;
    font-size: 14px;
}

.pay_r .pay_btn {
    width: 120px;
    height: 44px;
    line-height: 32px;
    background: linear-gradient(180deg, #3d7fff 0%, #0053fc 64%, #003bfc 100%);
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
    transition: all 0.3s;
}

.pay_r .pay_btn:hover {
    opacity: 0.8;
}

.tips_box {
    position: relative;
    height: 128px;
    background: #dfecff;
    border-radius: 2px;
    border: 1px solid #afcfff;
    padding: 20px 0 0 30px;
    margin-bottom: 20px;
}

.tips_box p {
    line-height: 22px;
    font-size: 12px;
    color: #0D236D;
}

.tips_box i {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 18px;
    color: #8187A1;
    line-height: normal;
    cursor: pointer;
    padding: 10px;
}

.paySure_pop .pop_txt {
    padding: 0 24px;
    margin-top: 24px;
}

.paySure_pop .pop_txt i {
    float: left;
    font-size: 24px;
    color: #E49A00;
    line-height: 42px;
}

.paySure_pop .pop_txt p {
    float: left;
    color: #333;
    font-size: 14px;
    margin-left: 20px;
}

.paySure_pop .pop_txt p em {
    color: #E8001C;
    font-size: 14px;
}

.paySure_pop .pop_btn_box {
    text-align: right;
    padding-right: 8px;
    margin-top: 20px;
}

.paySure_pop .pop_btn_box .cancel_btn {
    display: inline-block;
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    color: #999 !important;
    border: 1px solid #E5E5E5 !important;
    background-color: #fff !important;
    font-size: 14px;
    transition: all .3s;
}

.paySure_pop .pop_btn_box .cancel_btn:hover {
    border-color: #3464FF !important;
    color: #3464FF !important;
}

.paySure_pop .pop_btn_box .sure_btn {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    margin-left: 10px;
    padding: 0 15px;
    color: #fff;
    border: 1px solid #3464FF;
    background: linear-gradient(180deg, #3d7fff 0%, #0053fc 64%, #003bfc 100%);
}

.paySure_pop .pop_btn_box .sure_btn:hover {
    opacity: 0.8;
}

.payMoney_content {
    background-color: #fff;
    margin-bottom: 30px;
}

.payMoney_content .active {
    font-size: 14px !important;
    color: #3464FF !important;
}

.payMoney_content .chaxun_status_ul .active:after {
    font-size: 14px;
    color: #3464FF;
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #3464FF;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.payMoney_content .tab_r {
    font-size: 14px;
    color: #666;
    line-height: 49px;
}

.payMoney_content .reg_succ {
    line-height: 49px;
    font-size: 14px;
    color: #009207;
}

.daochu_btn,
.daochu_btn1 {
    display: block;
    min-width: 112px;
    height: 32px;
    line-height: 30px;
    border-radius: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 24px;
    background: linear-gradient(180deg, #3d7fff 0%, #0053fc 65%, #003bfc 100%);
}

.guanli {
    background: #009207;
    color: #fff;
    border: 1px solid #009207;
}

.icon-stop.zt {
    background: #009207;
}

.table_price .zhuan_table tbody tr td:nth-of-type(7) {
    color: #3464FF !important;
    cursor: pointer;
}

.table_price thead tr {
    background-color: #F7F9FF !important;
}

.price_tab_box1{
    background-color: #fff;
    line-height: 23px;
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    z-index: 999;
    box-shadow: 0px 2px 4px 0px rgba(5, 17, 71, 0.05);
}

.price_tab_box1 li{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 46px;
    float: left;
    margin-right: 30px;
    cursor: pointer;
}
.price_tab_box1 li.active{
    color: #3464FF;
    position: relative;
    font-weight: bold;
}
.price_tab_box1 li.active::before{
    content: '';
    color: #3464FF;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-bottom: 3px solid #3464FF;
    width: 30px;
    margin-left: -15px;
}
.price_tab_box {
    margin-top: 136px;
    margin-bottom: 40px;
    padding: 0 30px 40px 30px;
    background-color: #fff;
    display: none;
}

.price_tab_box .zhuan_table {
    width: 100%;
}

.price_tab_box .zhuan_price {
    padding-bottom: 0 !important;
}
.price_tab_box .zhuan_price .zhuan_table tbody tr:last-child td{
    border-bottom: 1px solid #E1E6F0 !important;
}
.price_tab_box .zhuan_price .zhuan_table tbody tr td {
    border: 1px solid #E1E6F0 !important;
    position: relative;
    border-left-width: 0 !important;
    border-bottom-width: 0 !important;
}
.price_tab_box .zhuan_price .zhuan_table tbody tr td:first-child {
    border-left-width: 1px!important;
}
.table_price_title {
    padding: 22px 0 16px;
    background: #fff;
}
.price_tab_box h4 {
    position: relative;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    display: block;
    line-height: 32px;
}
.table_price_search input{
    width: 260px;
    height: 32px;
    line-height: 30px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E1E6F0;
    padding: 0 12px;
}
.table_price_search button{
    margin-left: 9px;
    padding: 0 14px;
    height: 32px;
    background: #3464FF;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
}
.table_price_search button i{
    margin-right: 6px;
}
.table_price_search button i.iconfont{
    margin-right: 6px;
}
/*.price_tab_box h4:after {*/
/*position: absolute;*/
/*content: "";*/
/*width: 3px;*/
/*height: 14px;*/
/*background: #333;*/
/*left: 0;*/
/*top: 28px;*/
/*}*/
.banner_ss {
    width: 756px;
    height: 48px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
}

.banner_ss input {
    float: left;
    width: 636px;
    height: 100%;
    font-size: 14px;
    color: #333;
    padding-left: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #eaefff 89%, #eaefff 100%);
}

.banner_ss .seach_btn {
    height: 48px;
    line-height: 48px;
    border-radius: 0px;
}

.banner_ss .seach_btn i {
    top: 18px;
}

.whois_infor {
    position: absolute;
    width: 100%;
    height: 210px;
    background-color: rgba(9, 24, 48, 0.2);
    bottom: 0;
    left: 0;
    padding: 52px 0;
}

.whois_infor ul li {
    float: left;
    width: 50%;
}

.whois_infor ul li div {
    width: 350px;
    height: 106px;
}

.whois_infor ul li div .p1 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 16px;
}

.whois_infor ul li div .p2 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.whois_infor ul li div.fr {
    margin-right: 80px;
}

.whois_infor ul li div.fl {
    margin-left: 80px;
}

.whois_infor ul li:nth-of-type(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.whois-search_left {
    width: 880px;
}

.whois-search_right {
    width: 300px;
}

.margin {
    background-color: #fff;
}

.whois-search_left h2 {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    padding: 0 24px;
}

.whois-search_left h2 b {
    font-weight: bold;
    font-size: 14px;
    color: #3464FF;
}

.whois-search_left h2 span {
    position: relative;
    display: inline-block;
    line-height: 30px;
    /* padding-left: 17px; */
    font-size: 14px;
    color: #333;
}

.whois-search_left h2 .more em {
    cursor: pointer;
    font-size: 14px;
    position: relative;
    line-height: 30px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    color: #8187A1;
}

.whois-search_left h2 .more:hover em,
.whois-search_left h2 .more:hover i {
    color: #3464ff;
}

.whois-search_left .down em {
    color: #8187A1;
}

.whois-search_left .down i {
    color: #8187A1;
    transform: rotate(180deg);
}

.whois-search_left h2 .more i {
    font-size: 14px;
    margin-left: 5px;
    line-height: 19px;
    color: #8187A1;
}

.whois-search_near {
    padding: 10px 0 26px;
}

.whois-search_info {
    margin: 22px 0 20px;
    padding: 10px 0;
}

.whois-search_info .content {
    margin-top: 10px;
    border-top: 1px solid #E1E6F0;
    padding: 10px 24px 13px;
    font-size: 14px;
    color: #8187A1;
    line-height: 24px;
}

.whois-search_right h2 {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 0 19px 0 25px;
    line-height: 55px;
    border-bottom: 1px solid #E1E6F0;
}

.whois-search_right h2 .more {
    font-size: 14px;
    color: #3464ff;
}

.search-result_relevant {
    padding-bottom: 14px;
}

.search-result_relevant li {
    padding: 0 20px;
}

.search-result_relevant li:hover {
    background-color: #f5f5f5;
}

.search-result_relevant li:hover a {
    color: #3464ff;
}

.search-result_relevant li .main {
    display: block;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.search-result_relevant li:last-child .main {
    border-bottom: 0;
}

.search-result_relevant li .main:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 23px;
    width: 4px;
    height: 4px;
    background: #bfbfbf;
    border-radius: 2px;
}

.search-result_relevant li .main a {
    display: block;
}

.search-result_relevant li .right,
.search-result_relevant li .whios {
    margin-left: 12px;
    color: #3464ff;
}

.search-result_relevant li .domain {
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content .fl em {
    font-size: 12px;
    color: #8187A1;
    font-family: Candara, Calibri, Arial;
}

.whois-search_near .item:nth-of-type(even) {
    background: #F7F9FF;
}

.whois-search_near .item {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.whois-search_near .content {
    margin-top: 10px;
    border-top: 1px solid #E1E6F0;
    padding: 10px 24px 0;
}

.whois-search_near .item span.fl {
    width: 144px;
    color: #8187A1;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
}

.whois-search_near .item p.fr {
    margin-left: 67px;
    width: 590px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.whois-search_near .item p.fr em {
    margin-left: 5px;
}

.whois-search_near .item .blue {
    color: #3464ff;
}

.footer {
    margin-top: 64px;
}

.noDate-msg i {
    font-size: 140px;
    color: #8187A1;
    height: 180px;
    overflow: hidden;
}

.noDate-msg {
    padding: 14px 0 55px 0;
    text-align: center;
}

.noDate-msg p {
    color: #8187A1;
    line-height: 30px;
}

.noDate-msg a {
    color: #3464ff;
}

.zhuce-none {
    margin-top: 18px;
}

.zhuce-none span {
    margin-right: 6px;
    color: #333;
}

.search-result_near li {
    padding: 0 20px;
}

.search-result_near li:hover {
    background-color: #f5f5f5;
}

.search-result_near li:hover a {
    color: #3464ff;
}

.search-result_near li:hover a span {
    color: #3464ff;
}

.search-result_near li a {
    display: block;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-result_near li a span {
    color: #e8001c;
}

.search-result_near li:last-child a {
    border-bottom: 0;
}

.search-result_near li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 23px;
    width: 4px;
    height: 4px;
    background: #bfbfbf;
    border-radius: 2px;
}

.search-result_axdv {
    margin: 21px 0;
}

.zn a {
    margin-left: 10px;
    color: #fff;
    background: #3464ff;
    border-color: #3464ff;
}

.zn {
    line-height: 35px;
    float: right;
    font-weight: 700;
    font-size: 14px;
}

.zn em {
    display: inline-block;
    border-radius: 2px;
    padding: 0 12px;
    position: relative;
    background: #fcf8e3;
    border: #ecdcbb solid 1px;
    box-shadow: 0 2px 4px #ecdcbb;
    color: #FF5722;
}

.zn em:after {
    content: "";
    display: block;
    position: absolute;
    right: -4px;
    top: 13px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fcf8e3;
}

.zn em:before {
    content: "";
    display: block;
    position: absolute;
    right: -5px;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #dac59b;
}

.search button {
    border-radius: 0 2px 2px 0;
}

.zhuce-none a,
.zhuce-none a:hover {
    border-color: #4CAF50;
    color: #fff;
    background: #68c16c;
}

.empty {
    padding: 15px 0 5px 0;
    text-align: center;
    font-size: 16px;
    color: #999;
}

span.load {
    color: #999;
}

.tszt a {
    color: #F30 !important;
}

.whois_tuijian .qs_ul {
    max-height: 300px;
    overflow-y: auto;
}

.whois-loading {
    float: right;
    vertical-align: middle;
    margin-top: 15px;
    width: 28px;
}

.whois_tuijian .qs_ul li a {
    height: 50px;
    clear: both;
}

.whois_tuijian .qs_ul li span {
    font-size: 14px;
    color: #8187A1;
    line-height: 50px;
    max-width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.whois_tuijian .qs_ul li span.zrzt_0{color:#E49A00 !important}
.whois_tuijian .qs_ul li span.zrzt_1{color:#009207 !important}
.whois_tuijian .qs_ul li span.zrzt_2{color:#e8001c !important}
.whois_tuijian .qs_ul li span.zrzt_3{color:#8187A1 !important}

.whois_tuijian .qs_ul li:hover span:first-child {
    color: #3464FF;
}

.whois_tuijian .qs_ul li:hover {
    background-color: #F2F5FF;
}

.zhanru_lc {
    width: 880px;
    height: 146px;
    background-color: #fff;
    margin: 20px 0;
}

.zhanru_lc h5 {
    padding-left: 24px;
    line-height: 58px;
    font-size: 14px;
    color: #333;
    font-family: PingFangSC-Medium, PingFang SC;
}

.zhanru_lc img {
    display: block;
    margin: 0 auto;
    width: 832px;
}

.caozuo_txt {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.caozuo_txt h5 {
    padding-left: 24px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #E1E6F0;
}

.caozuo_txt p {
    padding: 15px 24px 24px;
    font-size: 14px;
    color: #8187A1;
    line-height: 30px;
}

.api_section {
    padding-bottom: 70px;
}

.api_l {
    width: 300px;
    background-color: #fff;
    padding: 20px 0;
}

.api_r {
    width: 880px;
    background-color: #fff;
}

.api_slide {
    transition: all 0.3s;
    cursor: pointer;
    padding: 8px 20px 8px 30px;
}

.api_slide span {
    color: #121212;
    font-size: 16px;
}

.api_slide i {
    color: #121212;
    float: right;
    font-size: 16px;
    margin-right: 10px;
    transition: all 0.3s;
    transform: rotate(0deg);
}

.li_active i {
    transform: rotate(90deg);
}

.slide_children {
    display: none;
}

.slide_children li {
    position: relative;
    margin-top: 24px;
    padding-left: 26px;
}

.slide_children li a {
    color: #8187a1;
    font-size: 16px;
    line-height: 16px;
}

.slide_children .li_active {
    transform: rotate(90deg);
}

.slide_children .son_active a {
    color: #3464FF;
}

.slide_children .son_active a:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #3464FF;
    left: 10px;
    top: 7px;
    border-radius: 50%;
}

.dealer_banner {
    width: 100%;
    height: 590px;
    padding-top: 70px;
    background: linear-gradient(289deg, #14258d 0%, #051044 85%, #040f41 100%);
}

.dealer_banner .w12 {
    margin-top: 84px;
}

.dealer_banner .banner_l {
    width: 583px;
    padding-top: 20px;
}

.dealer_banner .banner_l h5 {
    font-weight: normal;
    font-size: 36px;
    color: #ffffff;
    line-height: 42px;
    letter-spacing: 3px;
}

.dealer_banner .banner_l p {
    font-size: 16px;
    color: #687896;
    margin-top: 32px;
}

.dealer_banner .banner_l .dealer_btn {
    display: inline-block;
    height: 42px;
    background: linear-gradient(180deg, #3d7fff 0%, #0053fc 64%, #003bfc 100%);
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
    line-height: 42px;
    padding: 0 32px;
    margin-top: 51px;
}

.dealer_banner img {
    display: block;
    float: right;
    width: 450px;
}

.sec_1 {
    width: 100%;
    background-color: #fff;
}

.sec_1 .buzhou_box {
    width: 1000px;
    margin: 0 auto;
}

.sec_1 .buzou {
    width: 480px;
    height: 136px;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #e1e6f0;
    padding: 40px 0;
    transition: all 0.3s;
}

.sec_1 .buzou i {
    color: #F2F2F2;
    font-size: 40px;
    float: left;
    font-style: normal;
    margin-left: 46px;
    margin-right: 24px;
}

.sec_1 .buzou .p1 {
    color: #040F43;
    font-size: 22px;
}

.sec_1 .buzou .p2 {
    color: #8187A1;
    font-size: 14px;
    margin-top: 10px;
}

.sec_1 .buzou:hover {
    border: 1px solid #3464FF;
}

.sec_1 .buzou:hover i {
    color: #3464FF;
}

.dealer_title {
    color: #040F43;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding: 60px 0 50px 0;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
}

.sec_2 {
    background-color: #F7F9FF;
}

.youshi_ul li {
    float: left;
    margin: 0 20px 20px 0;
}

.youshi_ul li:nth-child(3n) {
    margin-right: 0;
}

.youshi_ul div {
    width: 386px;
    height: 180px;
    background: #ffffff;
    border-radius: 2px;
    padding-top: 46px;
    transition: all 0.3s;
}

.youshi_ul div h5 {
    font-weight: normal;
    font-size: 20px;
    color: #040F43;
    text-align: center;
    line-height: 20px;
    margin-bottom: 20px;
}

.youshi_ul div p {
    width: 310px;
    font-size: 14px;
    color: #687896;
    text-align: center;
    margin: 0 auto;
}

.youshi_ul div:hover {
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
    cursor: pointer;
}

.youshi_ul div:hover h5,.fxs_xs .youshi_ul div:hover i {
    color: #3464FF;
}

.zhuanqian_ul li {
    float: left;
    margin-bottom: 20px;
}

.zhuanqian_ul div {
    width: 386px;
    height: 158px;
    background: #ffffff;
    border-radius: 6px;
    margin-right: 20px;
    padding-left: 20px;
    padding-top: 32px;
    transition: all .3s;
}

.zhuanqian_ul li:nth-child(3n) div {
    margin-right: 0;
}

.zhuanqian_ul div:hover {
    border-color: #3464ff;
}

.zhuanqian_ul div:hover i,
.zhuanqian_ul div:hover span:nth-of-type(1) {
    color: #3464ff;
}

.zhuanqian_ul div span {
    display: block;
}

.zhuanqian_ul div span:nth-of-type(1) {
    color: #8187a1;
    font-size: 14px;
    line-height: 14px;
}

.zhuanqian_ul div span:nth-of-type(2) {
    color: #040F43;
    font-size: 20px;
    line-height: 20px;
    margin: 18px 0 24px;
    font-weight: 600;
}

.zhuanqian_ul div span:nth-of-type(2) b {
    font-size: 18px;
    color: #E8001C;
    font-weight: bold;
}

.zhuanqian_ul div span:nth-of-type(3) {
    color: #8187a1;
    font-size: 14px;
    line-height: 14px;
}

.zhuanqian_ul li:last-child div {
    margin-right: 0;
}
.sec_1 .dealer_qs_box{
    border: 1px solid #E1E6F0;
    box-sizing: border-box;
}
.dealer_qs_box {
    padding: 50px 100px;
    display: flex;
    background: #fff;
    height: 286px;
}
.dealer_qs_box .dealer_qs_ol{
    padding-left: 81px;
    float: left;
    width: 411px;
}
.dealer_qs_box .dealer_qs_ol li a{
    display: flex;
}
.dealer_qs_box .dealer_qs_ol li{
    margin-bottom: 30px;
    color: #040F43;
}
.dealer_qs_box .dealer_qs_ol .dealer_active a p{
    color: #004DFF;
}
.dealer_qs_box .dealer_qs_ol .dealer_active a i{
    background: #004DFF;
    color: #fff;
}
.dealer_qs_box .dealer_qs_ol li a i{
    width: 24px;
    height: 24px;
    background: #F2F5FF;
    display: block;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    margin-right: 19px;
}
.dealer_qs_box .dealer_qs_ol li a p{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    display: block;
    flex: 1;
}

.dealer_qs_ul {
    width: 589px;
    float: left;
    border-right: 1px solid #E1E6F0;
    padding-right: 81px;
}

.dealer_qs_ul li {
    position: relative;
    display: none;
}
.dealer_qs_ul li a p {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #040F43;
    line-height: 20px;
}

.dealer_qs_ul li a i {
    transition: all 0.3s;
    font-size: 18px;
    color: #999;
    transform: rotate(0deg);
}


.dealer_qs_ul .dealer_son {
    margin-top: 30px;
}

.dealer_qs_ul .dealer_son h6 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8187A1;
    line-height: 30px;
}

.dealer_qs_ul .dealer_son h6:last-child {
    margin-bottom: 0;
}

.dealer_qs_ul .dealer_son p {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
}
.dealer_case_ul{
    /* margin-top: 50px; */
}
.dealer_case_ul li{
    width: 285px;
    height: 78px;
    background: transparent;
    border-radius: 2px;
    border: 1px solid #E1E6F0;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 20px;
    float: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
}
.dealer_case_ul li:hover{
    background: #FFFFFF;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
}
.dealer_case_ul li:hover a{  
    color: #3464FF;
}
.dealer_case_ul li:nth-child(4n){
    margin-right: 0;
}
.dealer_case_ul li a{
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #040F43;
    line-height: 18px;
}
.about_banner {
    position: relative;
    width: 100%;
    height: 438px;
    background: url(../../f/imgs/about_banner.png) no-repeat center #0C121C;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 70px;
}

.about_banner .about_txt {
    margin-top: 94px;
}

.about_banner .about_txt p {
    text-align: center;
}

.about_banner .about_txt p:nth-of-type(1) {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    line-height: 38px;
    margin-bottom: 40px;
}

.about_banner .about_txt p:nth-of-type(2) {
    height: 20px;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
}

.about_nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 56px;
    background: rgba(4, 15, 65, 0.5);
}

.about_nav ul li {
    cursor: pointer;
    width: 400px;
    float: left;
    line-height: 56px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.about_nav ul .active {
    background-color: #3464FF !important;
    border-right: none;
}

.about_cont1 {
    padding: 80px 0;
}

.about_cont1 .about_cont1_l {
    width: 552px;
}

.about_cont1 .about_cont1_l h5 {
    font-weight: normal;
    color: #040F43;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 36px;
}

.about_cont1 .about_cont1_l p {
    font-size: 14px;
    color: #666;
    width: 100%;
}

.about_cont1 .about_gn {
    width: 600px;
    overflow: hidden;
}

.about_cont1 .about_gn img {
    transition: all 0.5s;
}

.about_cont1 .about_gn:hover img {
    transform: scale(1.2);
}

.about_cont2 {
    padding-bottom: 80px;
    background-color: #F7F9FF;
}

.about_cont2 .w12 {
    height: 390px;
    overflow: hidden;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
}

.about_cont2 .about_ln {
    width: 600px;
    overflow: hidden;
}

.about_cont2 .about_ln img {
    transition: all 0.5s;
}

.about_cont2 .about_ln:hover img {
    transform: scale(1.2);
}

.about_title {
    padding: 60px 0 50px 0;
    color: #040F43;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    font-family: PingFangSC-Medium, PingFang SC;
}

.about_ln_r {
    width: 600px;
    height: 390px;
}

.about_ln_r li {
    width: 100%;
    height: 130px;
    background-color: #fff;
    padding: 42px 0 42px 60px;
    transition: all 0.3s;
    border-bottom: 1px solid #e1e6f0;
}

.about_ln_r li:last-child {
    border: 0;
}

.about_ln_r li p:nth-child(1) {
    color: #040F43;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 16px;
}

.about_ln_r li p:nth-child(2) {
    color: #8187A1;
    font-size: 14px;
    line-height: 14px;
}

.about_ln_r li:hover {
    cursor: pointer;
    background-color: #3464FF;
}

.about_ln_r li:hover p {
    color: #fff;
}

.xuanze_ul li {
    float: left;
    width: 285px;
    height: 302px;
    background: #ffffff;
    border: 1px solid #E1E6F0;
    margin-right: 20px;
    transition: all 0.3s;
    padding-top: 50px;
}

.xuanze_ul li span {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #040f43;
    line-height: 20px;
    margin-bottom: 24px;
}

.xuanze_ul li p {
    width: 220px;
    margin: 0 auto;
    font-size: 14px;
    color: #8187A1;
    text-align: center;
}

.xuanze_ul li i {
    display: block;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
}

.xuanze_ul li:last-of-type {
    margin-right: 0px;
}

.xuanze_ul li:hover {
    margin-top: -10px;
    box-shadow: 0px 10px 36px 0px rgb(5 17 71 / 7%);
}

.xuanze_ul li:hover i {
    color: #3464FF;
}

.xuanze_ul li:hover span {
    color: #3464FF;
}

.our_map {
    width: 100%;
    height: 450px;
    margin-bottom: 80px;
}

.our_map .title {
    line-height: 30px;
}

.our_map .title span {
    font-size: 14px;
}

.our_map .BMap_bubble_content .content {
    font-size: 12px;
    color: #8187A1;
    line-height: 17px;
}

.law_title {
    display: block;
    font-size: 30px;
    color: #121212;
    margin: 80px 0 50px 0;
    text-align: center;
}

.law_txt {
    padding-bottom: 80px;
}

.law_txt h6 {
    color: #121212;
    font-size: 16px;
    line-height: 30px;
}

.law_txt p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-indent: 2em;
}

.call_l {
    width: 818px;
    height: 224px;
    background: #F7F9FF;
    padding: 40px 0 40px 50px;
}

.call_l div {
    clear: both;
    margin-bottom: 12px;
}

.call_l label {
    float: left;
    font-size: 14px;
    color: #9CA2C0;
    line-height: 28px;
}

.call_l label i {
    width: 20px;
    text-align: center;
    font-size: 14px;
    color: #9CA2C0;
    margin-right: 12px;
}

.call_l p {
    float: left;
    color: #040F43;
    font-size: 14px;
    line-height: 28px;
}

.call_l p a {
    font-size: 14px;
    color: #3464FF;
}

.call_l p span {
    font-size: 14px;
    color: #040F43;
}

.call_r {
    width: 362px;
    height: 224px;
    background: #fff;
    border: 1px solid #e1e6f0;
    padding: 36px 0 0 48px;
}

.call_r span {
    display: block;
}

.call_r span:nth-of-type(1) {
    font-size: 16px;
    line-height: 16px;
    color: #040F43;
}

.call_r span:nth-of-type(2) {
    font-size: 30px;
    color: #040F43;
    font-family: DINProM !important;
    font-weight: bold;
    margin: 16px 0;
    margin-bottom: 4px;
    line-height: 33px;
}

.call_r span:nth-of-type(3) {
    font-size: 14px;
    color: #9CA2C0;
}

.zixun_btn {
    display: block;
    width: 266px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: linear-gradient(180deg, #3d7fff 0%, #0053fc 64%, #003bfc 100%);
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}

.emil_box {
    margin-top: 26px;
    height: 187px;
    background: #F7F9FF;
    padding: 50px 0 50px 50px;
}

.emil_box {
    margin-bottom: 80px;
}

.emil_box .n1 {
    margin-bottom: 10px;
}

.emil_box .n1 div {
    width: 50%;
}

.emil_box label {
    float: left;
    font-size: 14px;
    color: #9CA2C0;
    line-height: 28px;
}

.emil_box label i {
    width: 20px;
    text-align: center;
    font-size: 14px;
    color: #9CA2C0;
    margin-right: 12px;
}

.emil_box p {
    float: left;
    color: #040F43;
    font-size: 14px;
    line-height: 28px;
}

.emil_box .tip {
    color: #E49A00;
}

.down-wd {
    width: 300px;
    background-color: #fff;
}

.down-wd a {
    padding-left: 26px;
    margin-top: 20px;
    display: block;
    height: 68px;
    color: #3464FF;
    font-size: 16px;
    line-height: 68px;
}

.down-wd a i {
    margin-right: 10px;
    font-size: 18px;
}

.dataul {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.link-ym {
    background-color: #3464ff;
}

#zcbtn {
    background-color: #3464ff !important;
    border-color: #3464ff !important;
}

.dealer_section .sec_2 .dealer_qs_ul li:hover a p {
    /*color: #6964ff;*/
}

.dealer_section .sec_2 .dealer_qs_ul li a i:hover {
    color: #6964ff;
}

.api_content {
    padding: 30px;
}

.api_content h6 {
    margin: 10px 0;
    color: #121212;
    font-size: 18px;
    font-weight: 400;
}

.api_content div {
    line-height: 30px;
    margin-bottom: 16px;
}

.api_content p {
    color: #666;
    font-size: 14px;
}

.api_content strong {
    display: block;
    font-weight: 400;
    color: #121212;
    font-size: 16px;
}

.api_content pre {
    padding: 24px 30px;
    background: #F9F9FA;
    color: #576B95;
    font-family: monospace;
    font-size: 14px;
    overflow-x: auto;
}

.api_content xmp {
    font-size: 14px;
}

.api_content table thead th {
    color: #666;
    font-size: 14px;
    text-align: left;
}

.api_content table thead {
    border-bottom: 1px solid #ccc;
}

.api_content table tr {
    height: 62px;
    line-height: 62px;
    border-bottom: 1px solid #ccc;
    color: #121212;
    font-size: 14px;
}

.api_content table {
    margin-bottom: 26px;
}

.nav-l a {
    font-size: 16px;
}

.tips {
    margin-top: 19px;
    padding: 8px 12px;
    background: #F7F9FF;
    color: #8187A1;
    font-size: 12px;
}

.tips i {
    margin-right: 8px;
}

.qxz {
    width: 60px;
    border: 1px solid #ccc;
    -webkit-appearance: auto;
    text-align: center;
    padding-left: 4px;
}

.del-box {
    background: #fff;
    line-height: 50px;
}

.del-box .jm-checkbox-wrapper {

    margin-left: 41px;

    margin-right: 5px;
}

.del-box .del_btn {
    margin-left: 20px;
    color: #3464ff;
    cursor: pointer;
    font-size: 14px;
}

/* 2020.7.14 入库 */
.ruku_what {
    width: 100%;
    height: 176px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #e1e6f0;
    color: #8187A1;
    font-size: 16px;
    padding: 38px 60px 0 60px;
    line-height: 34px;
    position: relative;
    transition: all .3s;
    background-image: url(../imgs/douhao.png);
    background-position: 35px 30px;
    background-repeat: no-repeat;
    background-size: 44px 33px;
}

.ruku_what span i {
    color: #040F43;
    font-size: 18px;
}

.ruku_what:hover {
    border: 1px solid #3464FF;
}

.ruku_what:hover span i {
    color: #3464FF;
}

/* huigou */
.hg_header {
    width: 100%;
    height: 433px;
    background: url("../../f/imgs/huigou_banner.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center 70px;
    padding-top: 70px;
}

/* .wt_pop{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 600px;
  height: 545px;
  background-color: #fff;
} */
.wt_pop_title {
    margin: 40px 0 30px 0;
    text-align: center;
}

.wt_pop_title i {
    line-height: 20px;
    font-size: 20px;
    color: #040f43;
}

.wt_pop .wt_lab {
    width: 200px;
    padding-right: 16px;
    font-size: 12px;
    color: #8187a1;
    text-align: right;
    line-height: 30px;
    float: left;

}

.wt_pop .wt_ym {
    width: 360px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #e1e6f0;
    padding-left: 14px;
    border-radius: 2px;
}

.wt_pop .wt_lis {
    margin-bottom: 14px;
}

.yusuan input {
    width: 90px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #e1e6f0;
    padding-left: 14px;
    border-radius: 2px;
}

.wt-radio-group {
    height: 30px;
    line-height: 30px;
}

.wt_lis .wt_name {
    width: 360px;
    height: 30px;
    background: #fff;
    border: 1px solid #e1e6f0;
    padding-left: 14px;
    border-radius: 2px;
}

.wt_textarea {
    width: 360px;
    height: 70px;
    background-color: #fff;
    border: 1px solid #e1e6f0;
    padding: 0 14px;
    line-height: 24px;
}

.wt_xieyi {
    color: #8187a1;
    font-size: 12px;
    margin-left: 8px;
}

.wt_xieyi a {
    color: #3464FF;
}

.wt_btn {
    display: block;
    width: 80px;
    height: 30px;
    background: linear-gradient(180deg, rgba(61, 127, 255, 1) 0%, rgba(0, 83, 252, 1) 64%, rgba(0, 59, 252, 1) 100%);
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin-left: 200px;
    margin-bottom: 20px;
}

.chenjiao_ul li {
    float: left;
    width: 285px;
    height: 100px;
    background: #fff;
    border-radius: 2px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-top: 24px;
    transition: all .3s;
}

.chenjiao_ul li:nth-child(4n) {
    margin-right: 0;
}

.chenjiao_ul li a {
    display: block;
    text-align: center;
    color: #040F43;
    font-size: 20px;
    line-height: 20px;
}

.chenjiao_ul li span {
    display: block;
    color: #687896;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    margin-top: 14px;
}

.chenjiao_ul li:hover {
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
}

.chenjiao_ul li:hover a {
    color: #3464ff;
}

.wt_pop .wt_tel {
    width: 244px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #e1e6f0;
    padding-left: 14px;
    border-radius: 2px;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.quhao_content {
    position: relative;
    width: 105px;
    height: 30px;
    margin-right: 14px;
    cursor: pointer;
}

.wt_pop .wt_qh {
    width: 90px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #e1e6f0;
    padding-left: 14px;
    border-radius: 2px;
    cursor: pointer;
}

.quhao_content i {
    position: absolute;
    color: #999 !important;
    font-size: 12px;
    right: 12px;
    top: 7px;
    cursor: pointer;
}

.quhao_content .quhao_select {
    position: absolute;
    left: 0;
    width: 90px;
    border: 1px solid #e1e6f0;
    border-top: none;
    background-color: #fff;
    z-index: 99;
    display: none;
    cursor: pointer;
}

.quhao_content .quhao_select li {
    padding-left: 14px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.xufei_header {
    width: 100%;
    height: 433px;
    background: url(../../f/imgs/xufeibg.png) no-repeat;
    background-size: cover;
    background-position: center 70px;
    padding-top: 70px;
}

.ruku_header {
    width: 100%;
    height: 433px;
    background: url(../../f/imgs/rukubg.png) no-repeat;
    background-size: cover;
    background-position: center 70px;
    padding-top: 70px;
}

/* error頁面 */
.error_box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -156px;
    margin-left: -400px;
    width: 800px;
}

.error_box .error_p1 {
    color: #121212;
    font-size: 20px;
    line-height: 20px;
    margin-top: 44px;
}

.error_box .error_p2 {
    color: #666;
    font-size: 14px;
    line-height: 14px;
    margin-top: 24px;
}

.error_box .error_btn1 {
    display: inline-block;
    width: 92px;
    height: 30px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #3464FF;
    color: #3464FF;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    transition: all .3s;
    margin-right: 16px;
}

.error_box .error_btn2 {
    display: inline-block;
    width: 92px;
    height: 30px;
    background: linear-gradient(180deg, rgba(61, 127, 255, 1) 0%, rgba(0, 83, 252, 1) 64%, rgba(0, 59, 252, 1) 100%);
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    transition: all .3s;
}

.error_box .error_btn1:hover {
    background-color: #3464FF;
    color: #fff;
}

.error_btnbox {
    margin-top: 30px;
}

/* 预约回电2020.7.21 */
.yyhd_banner {
    width: 100%;
    height: 373px;
    background: url(../../f/imgs/yyhd.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center 70px;
    padding-top: 50px;
}

.yyhd_section {
    width: 100%;
    background-color: #F1F3FB;
    padding-bottom: 80px;
}

.yyhd_box {
    padding: 60px 0 70px 116px;
    background-color: #fff;
}

.yyhd_box input {
    font-size: 14px;
    border-color: #E1E6F0;
}

.yyhd_lab {
    float: left;
    width: 200px;
    padding-right: 16px;
    font-size: 12px;
    color: #333333;
    text-align: right;
    line-height: 36px;

}

.yyhd_lab i {
    color: #E8001C;
    font-size: 14px;
}

.yy_lis {
    margin-bottom: 20px;
}

.yyhd_name {
    width: 193px;
    height: 36px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #E1E6F0;
    padding-left: 14px;
}

.yyhd_email {
    width: 400px;
    height: 36px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #E1E6F0;
    padding-left: 14px;
}

.yyhd_tel {
    width: 281px;
    height: 36px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #E1E6F0;
    padding-left: 14px;
    margin-left: 14px;
}

.yy-radio-group label {
    display: block;
    width: 200px;
    float: left;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    margin-bottom: 18px;
}

.yy-radio-group label:nth-of-type(3),
.yy-radio-group label:nth-of-type(4) {
    margin-bottom: 0;
}

.yy-radio-group {
    width: 500px;
    padding-top: 12px;
}

.yyhd_yzm {
    float: left;
    width: 193px;
    height: 36px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #e1e6f0;
    padding-left: 14px;
    margin-right: 14px;
}

.yyhd_yzm_buttonss {
    float: left;
    width: 86px;
    height: 36px;
    overflow: hidden;
    cursor: pointer;
}

.yyhd_btn {
    float: left;
    width: 80px;
    height: 36px;
    background: linear-gradient(180deg, rgba(61, 127, 255, 1) 0%, rgba(0, 83, 252, 1) 64%, rgba(0, 59, 252, 1) 100%);
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
}

.yyhd_txt {
    float: left;
    font-size: 12px;
    color: #8187A1;
    padding: 12px 19px 12px 14px;
    background-color: #F7F9FF;
    margin-left: 20px;
    line-height: 12px;
}

.yhq-ico {
    position: relative;
    top: -10px;
    right: -1px;
    width: 31px;
    height: 14px;
    background: url(../imgs/new.png) no-repeat;
    background-size: 31px 14px;
    transition: all .3s;
    /*transform: rotate(30deg);*/
    transform-origin: 0 10px;
}

.icon-yhq {
    width: 42px;
    height: 42px;
    margin-top: 22px;
    margin-left: 10px;
    border-radius: 2px;
    background: url(../imgs/icon_yhq_cn.png) no-repeat;
    background-size: 42px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }

    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.coupon {
    margin-bottom: 21px;
    background-color: #fff;
}

.coupon table tr {
    height: 50px;
    line-height: 50px;
}

.coupon table thead {
    background-color: #FCFCFD;
    font-size: 14px;
    color: #666;
}

.coupon table tr td:first-child {
    text-indent: 20px;
}

.coupon table tbody td {
    color: #333;
}

.show {
    display: block !important;
}

.gn-nodata {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.gn-nodata p {
    font-size: 14px;
    color: #8187A1;
    line-height: 14px;
    margin-top: 20px;
}

.tab_inner {
    display: none;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
.wt_pop .wt_ym:hover,
.wt_pop .wt_ym:focus,
.wt_lis .wt_name:hover,
.wt_lis .wt_name:focus,
.wt_pop .wt_tel:hover,
.wt_pop .wt_tel:focus {
    border-color: #3464ff;
}

.ymqjy {
    padding: 40px 0;
}

.ymqjy .ymqjy_main {
    width: 1200px;
    height: 282px;
    background: #FFFFFF;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
    border-radius: 6px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.ymqjy_main-left {
    float: left;
    width: 230px;
    height: 282px;
}

.ymqjy_main-right {
    float: right;
    width: 970px;
    height: 282px;
    padding: 20px 2px 4px 20px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.ymqjy_main-left .ymcz {
    padding: 24px 0 24px 30px;
    height: 94px;
    background: #F7F9FF;
    cursor: pointer;
}

.ymqjy_main-left .ymcz:hover p,
.ymqjy_main-left .ymcz:hover i {
    color: #3464ff;
}

.ymqjy_main-left .ymcz p,
.ymqjy_main-left .ymcz i {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #687896;
    line-height: 20px;
}

.ymqjy_main-left .ymcz i {
    font-weight: normal;
    margin-right: 10px;
    margin-bottom: 12px;
}

.ymqjy_main-left .ymcz span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A2AFDC;
    line-height: 14px;
}

.ymqjy_main-left .ymcz.dashed {
    border-bottom: 1px dashed #E1E6F0;
}

.ymqjy_main-left .ymcz.active {
    background: #FFFFFF;
}

.ymqjy_main-left .ymcz.active p,
.ymqjy_main-left .ymcz.active i {
    color: #3464FF;
}

.ymqjy_main-right .ym_card {
    width: 300px;
    height: 70px;
    line-height: 70px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E1E6F0;
    margin-right: 16px;
    margin-bottom: 16px;
    position: relative;
    float: left;
    padding-left: 20px;
    position: relative;
}

.ymqjy_main-right .ym_card p {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    color: #040F43;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 92%;
}

.ymqjy_main-right .ym_card .ym_card_yd {
    display: inline-block;
}

.ymqjy_main-right .ym_card .ym_card-hot {
    display: inline-block;
    width: 50px;
    height: 24px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.ymqjy_main-right .ym_card .top1 {
    background: url('../imgs/index/top1.png') no-repeat;
    background-size: 50px 24px;
}

.ymqjy_main-right .ym_card .top2 {
    background: url('../imgs/index/top2.png') no-repeat;
    background-size: 50px 24px;
}

.ymqjy_main-right .ym_card .top3 {
    background: url('../imgs/index/top3.png') no-repeat;
    background-size: 50px 24px;
}

.ymqjy_main-right .ym_card .cz_btn {
    width: 58px;
    height: 32px;
    background: linear-gradient(180deg, #3D7FFF 0%, #0053FC 64%, #003BFC 100%);
    box-shadow: 0px 4px 8px 0px rgba(0, 59, 252, 0.36);
    border-radius: 2px;
    display: none;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    position: absolute;
    top: 19px;
    right: 24px;
}

.ymqjy_main-right a.ym_card {
    font-size: 16px;
    color: #8187A1;
}

.ymqjy_main-right a.ym_card i {
    font-size: 12px;
    margin-left: 6px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.ymqjy_main-right .ym_card:hover {
    color: #3464ff;
    background: #F2F5FF;
}

.ymqjy_main-right .ym_card:hover p {
    color: #3464ff;
}

.ymqjy_main-right .ym_card:hover .cz_btn {
    display: block;
}

.ymqjy_main-right .ym_card:hover .ym_card-hot {
    display: none;
}

.ymqjy_main-jj .ym_card {
    height: 113px;
    background: #FFFFFF;
}

.ymqjy_main-jj .ym_card .qian {
    font-size: 16px;
    color: #E8001C;
    line-height: 16px;
    margin-bottom: 14px;
}

.ymqjy_main-jj .ym_card .sysj {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8187A1;
    line-height: 14px;
}

.ymqjy_main-jj .ym_card p {
    line-height: 20px;
    margin: 17px 0 13px;
}

.ymqjy_main-right .ym_card:hover .qian,
.ymqjy_main-right .ym_card:hover .sysj {
    display: none;
}

.ymqjy_main-jj .ym_card .cz_btn {
    width: 116px;
    height: 32px;
    background: linear-gradient(180deg, #3D7FFF 0%, #0053FC 64%, #003BFC 100%);
    box-shadow: 0px 4px 8px 0px rgba(0, 59, 252, 0.36);
    border-radius: 2px;
    top: 60px;
    left: 20px;
}

.ymqjy_main-jj .ym_card .cz_btn i {
    margin-left: 6px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.ymqjy_main-jj a.ym_card {
    line-height: 35px;
    padding-top: 19px;
}

.ymqjy_main-ykj .ym_card p {
    margin: 29px 0 18px;
}

.ymqjy_main-ykj .ym_card .qian span {
    font-size: 16px;
    color: #8187A1;
}
.zhuan_price .zhuan_table tbody tr td .rel{
    position: relative;
    font-size: 14px;
}
.zhuan_price .zhuan_table tbody tr td .tuijian {
    position: absolute;
    top: 0;
    right: -32px;
    width: 22px;
    height: 20px;
    background: url(../imgs/jjqz/tuijian.png) no-repeat;
    background-size: 22px 20px;
}

.zhuan_price .zhuan_table tbody tr td .tuijian_yhq{
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../imgs/jg_yhq.png) no-repeat;
    background-size: 19px 19px;
    position: relative;
    top: 4px;
    left: 10px;
}

.long_time{
    font-size:16px;
    margin-left:8px;
    color:#e49a00;
    cursor: pointer;
}

.gname_fold {
    height: 882px;
    overflow: hidden;
}
.gname_fold.on {
    height: auto;
}
.gname_unfold {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #8187A1;
    line-height: 50px;
    text-align: center;
    height: 50px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 3px;
    border: 1px solid #E1E6F0;
}

.gname_unfold a {
    color: #3464ff;
    font-size: 14px;
}
.gname_unfold a i {
    transform: scale(0.5);
}

.input-box p {
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: -2px;
}

.input-box p:last-child {
    margin-bottom: 24px;
}

#zchz span {
    float: left;
    width: 388px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#zchz .more {
    color: #3464ff;
    margin-left: 8px;
}
.gnpay_line{
    padding-left: 10px;
    border-left: 1px solid #ccc;
    margin-left: 10px;
    height: 12px;
    display: inline-block;
}
/* 提交委托购买弹窗 20240422 */
.tjwtgm_box {
    padding: 30px 30px 25px 30px;
    margin: 0 auto;
}
.tjwtgm_box .mt24{
    margin-top: 24px !important;
}
.tjwtgm_box .mt20{
    margin-top: 20px !important;
}
.tjwtgm_box input,.tjwtgm_box textarea{
    font-size: 12px;
}
.tjwtgm_box input[type="text"],.tjwtgm_box input[type="number"],.tjwtgm_box textarea{
    padding-left: 16px;
    width: 100%;
    border: 1px solid #E1E6F0;
    height: 40px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}
.tjwtgm_box .zhi_input[type="number"],
.tjwtgm_box .zhi_input[type="text"]{
    width: calc(50% - 17px) !important;
}
.tjwtgm_box .w120{
    width: 120px !important;
}
.tjwtgm_box .select_input[type="text"],.tjwtgm_box .select_input[type="number"]{
    width: calc(100% - 134px);
    margin-left: 14px;
}
.tjwtgm_box input:hover,.tjwtgm_box textarea:hover,
.tjwtgm_box input:focus,.tjwtgm_box textarea:focus{
    border-color: #3464FF !important;
}
.tjwtgm_box input.has-error,.tjwtgm_box textarea.has-error{
    border-color: #ff4d4f !important;
}
.tjwtgm_box .layui-form-select .layui-input{
    height: 40px;
}
.tjwtgm_box textarea{
    height: 84px;
    line-height: 18px;
    padding: 9px 16px;
}
.tjwtgm_box .wt_title{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #040F43;
    line-height: 20px;
    text-align: center;
    font-style: normal;
}
.tjwtgm_box .wt_item_label{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #8187A1;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    padding-top: 11px;
    width: 68px;
    display: inline-block;
    vertical-align: top;
    cursor: auto;
}
.tjwtgm_box .wt_item_content{
    position: relative;
    display: inline-block;
    width: calc(100% - 68px);
    font-size: 0;
    margin: 0;
    vertical-align: top;
    display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
}
.tjwtgm_box .wt_item{
    margin-top: 16px;
    font-size: 0;
    display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
}
.tjwtgm_box .zhi{
    display: inline-block;
    width: 34px;
    text-align: center;
    font-size: 12px;
    color: #8187A1;
    line-height: 40px;
    vertical-align: middle;
}
.tjwtgm_box .mr6{
    margin-right: 6px;
}
.tjwtgm_box .ml6{
    margin-left: 6px;
}
.tjwtgm_box .wt_tc_btn{
    min-width: 76px;
    height: 30px;
    background: linear-gradient( 180deg, #3D7FFF 0%, #0053FC 64%, #003BFC 100%);
    padding: 0 14px;
    margin: 0 25px 0 68px;
    border: 0px solid transparent;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
}
.tjwtgm_box .wt_tc_btn:hover{
    opacity: 0.8;
}
.tjwtgm_box .wt_xieyi{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #8187A1 !important;
    line-height: 30px;
    margin-left: 0px;
    padding: 0;
}
.tjwtgm_box .line-height1{
    line-height: 1;
}
.tjwtgm_box .jm-checkbox{
    width: 14px;
    height: 14px;
    line-height: 14px;
}
.tjwtgm_box .jm-checkbox-inner{
    width: 14px;
    height: 14px;
    line-height: 14px;
}
.tjwtgm_box .jm-checkbox-inner::after{
    left: 13%;
}
.tjwtgm_i_close{
    position: absolute;
    color: #8187A1;
    top: 20px;
    right: 20px;
    font-size: 14px;
    cursor: pointer;
}
.tjwtgm_i_close:hover{
    color: #3464FF;
}
.tjwtgm_box .jm-checkbox-wrapper{
    line-height: 30px;
    height: 30px;
}
.tjwtgm_box_us{
    padding-left: 25px;
}
.tjwtgm_box_us .wt_xieyi{
    line-height: 15px;
    vertical-align: top;
}
.tjwtgm_box_us .wt_item_label{
    width: 90px;
    text-align: right;
    padding-right: 20px;
}
.tjwtgm_box.tjwtgm_box_us .wt_item_content{
    width: calc(100% - 90px);
}
.tjwtgm_box.tjwtgm_box_us .wt_tc_btn{
    min-width: 94px;
    padding: 0;
    white-space: nowrap;
    margin: 0 45px 0 90px;
}
.tjwtgm_box.tjwtgm_box_us .jm-checkbox-wrapper{
    line-height: 15px;
    text-indent: -21px;
}
.tjwtgm_box.tjwtgm_box_us .wt_item_label2{
    padding-top: 2px;
    line-height: 18px;
}
.tjwtgm_box .jm-checkbox{
    left: -5px;
    top: -1px;
}
.tjwtgm_box.tjwtgm_box_us .jm-checkbox{
    top: 6px;
}
.tjwtgm_box .gnTips{
    color: #3464FF;
}
.gnTipsNr{
    margin-top: -3px;
}
.tjwtgm_box .wtfw_tax{
    color: #8187A1;
    line-height: 12px;
    margin-left: 4px;
}
#wtym {
    padding-right: 70px;
}

.tjwtgm_box_us #wtym {
    padding-right: 105px;
}
.wt_plgm {
    position: absolute;
    right: 16px;
    line-height: 40px;
    color: #3464FF;
    cursor: pointer;
}

.ymcxjg .xiala {
    width: 48px;
    position: relative;
    display: inline-block;
    top: 11px;
    left: 8px;
    height: 22px;
    cursor: pointer;
    z-index: 9;
}

.ymcxjg .xiala:hover .jm-select-dropdown-hidden {
    display: block;
    top: 20px;
    left: -12px;
    width: 84px;
}

.ymcxjg .xiala:hover i {
    border-color: #3464ff transparent transparent transparent;
    transform: rotate(180deg);
}

.ymcxjg .xiala:hover+.jm-checkbox-wrapper .wcyd {
    color: #3464ff;
}

.ymcxjg .xiala i {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    height: 0;
    width: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-color: #8187A1 transparent transparent transparent;
    border-style: solid;
    border-width: 4px;
    transform-origin: 5px 2px;
}

.ymcxjg .jm-checkbox-wrapper {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    height: 50px;
}

.ymcxjg .jm-checkbox-wrapper .wcyd {
    color: #8187a1;
    padding-right: 0;
}

.ymcxjg .jm-checkbox-wrapper:hover span {
    color: #3464ff;
}

.ymcxjg .jm-checkbox-inner {
    width: 12px;
    height: 12px;
}

.ymcxjg .jm-checkbox {
    top: -4px;
}

.ymcxjg .jm-checkbox+span {
    padding-right: 4px;
}

.ymcxjg .jm-checkbox-checked .jm-checkbox-inner::after {
    width: 3px;
    height: 6px;
}

#YMREG .jm-checkbox-checked::after {
    border-radius: 0;
}

.ymcxjg .jm-checkbox-checked+.wcyd {
    color: #e8001c !important;
}

.cx_input {
    position: relative;
    margin-left: 20px;
    width: 240px;
    height: 50px;
}

.cx_input input {
    width: 240px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #E1E6F0;
    border-radius: 0;
    padding: 0 28px 0 12px;
    position: absolute;
    right: 0;
    top: 9px;
    color: #e8001c;
}

.cx_input i {
    font-size: 12px;
    color: #8187a1;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
}

.cx_input i:hover {
    color: #3464ff;
    cursor: pointer;
}

#YMREG .ymreg_tab_content .ymreg_ss1_ul li {
    height: 46px;
    border: 0;
}

#YMREG .ymreg_tab_content .ymreg_ss1_ul .tab_left {
    width: 313px;
    line-height: 45px;
}

#YMREG .ymreg_tab_content .ymreg_ss1_ul .zhucejiage {
    height: 46px;
    line-height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#YMREG .ymreg_tab_content .ymreg_ss1_ul .zhucejiage .tab_center {
    height: 14px;
    line-height: 14px;
}
#YMREG .ymreg_tab_content .ymreg_ss1_ul .tab_center .shounian {
    line-height: 14px;
}
#YMREG .ymreg_tab_content .ymreg_ss1_ul .search_yuanjia {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #8187A1;
    margin-top: 5px;
}

#YMREG .ymreg_tab_content .ymreg_ss1_ul .tab_right .a_btn {
    height: 30px;
    line-height: 28px;
    width: auto;
    padding: 0 13px;
    margin: 0;
    border-radius: 0;
}

#YMREG .ymreg_tab_content .ymreg_ss1_ul .tab_right .a_btn:last-child {
    margin-left: 10px;
}

#YMREG .ymreg_tab_content .ymreg_ss1_ul .tab_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 174px;
}

#YMREG .ymreg_tab_content .ymreg_ss1_ul .tab_center {
    justify-content: flex-start;
}

#YMREG .ymreg_tab_content .ymreg_ss1_ul .tab_center0 {
    width: 113px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #009207;
    line-height: 45px;
}

#YMREG .ymreg_tab_content .ymreg_ss1_ul .tab_center0.ym_sta2 {
    color: #8187A1;
}

#YMREG .ymreg_tab_content .ymreg_ss1_ul .tab_center0.ym_sta4 {
    color: #0002FF;
}

#YMREG .ymreg_tab_content .ymreg_ss1_ul .tab_center0.ym_sta5 {
    color: #E49A00;
}

#YMREG .ymreg_tab_content .ymreg_ss1_ul .tab_center0.ym_stasb{
    color: #e8001c;    
}

#YMREG .ymreg_tab_content .ymreg_ss1_ul .tab_center {
    width: 232px;
    margin: 0;
    font-size: 14px;
}

.text-info {
    color: #8187a1 !important;
}

#YMREG .ymreg_tab_content .ymreg_ss1_ul li>div {
    border-bottom: 1px dashed #e1e6f0;
}

#YMREG .ymreg_tab_content .ymreg_ss1_ul .tab_left .jm-checkbox-wrapper,
.ymreg_tabel_head .tab_left .jm-checkbox-wrapper {
    float: left;
    margin-right: 10px;
}

#YMREG .tab_left .jm-checkbox-wrapper .jm-checkbox-inner,
#YMREG .plcz .jm-checkbox-wrapper .jm-checkbox-inner {
    width: 14px;
    height: 14px;
}

#YMREG .tab_left .jm-checkbox-wrapper .jm-checkbox-checked .jm-checkbox-inner::after,
#YMREG .plcz .jm-checkbox-wrapper .jm-checkbox-checked .jm-checkbox-inner::after {
    width: 3px;
    height: 6px;
}

#YMREG .ymreg_tab_content .ymreg_ss1_ul .tab_left .ym_name a {
    max-width: 280px;
    color: #121212;
}

#YMREG .ymreg_tab_content .ymreg_ss1_ul .tab_left .ym_name a:hover {
    color: #3464ff;
}

.ymreg_tabel_head {
    display: flex;
    height: 40px;
    line-height: 40px;
    background: #F7F9FF;
    padding: 0 24px;
    border-bottom: 1px solid #e1e6f0;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #121212;
}

.ymreg_tabel_head .tab_left {
    width: 313px;
}

.ymreg_tabel_head .tab_left .ym_name {
    font-size: 14px;
}

.ymreg_tabel_head .tab_center0 {
    width: 113px;
    font-size: 14px;
}

.ymreg_tabel_head .tab_center {
    width: 232px;
    font-size: 14px;
}

.ymreg_tabel_head .tab_right {
    width: 174px;
    text-align: center;
    font-size: 14px;
}

.ymreg_tabel_head .tab_center a {
    color: #3464ff;
    position: relative;
}

.ymreg_tabel_head .tab_center span {
  font-size: 14px;
}

.ymreg_tabel_head .tab_center .triangle-box {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 11px;
    margin-left: 2px;
    top: 1px;
    transform: translateY(-0.5px);
    -webkit-transform: translateY(-0.5px);
    -moz-transform: translateY(-0.5px);
    -ms-transform: translateY(-0.5px);
    -o-transform: translateY(-0.5px);
}

.ymreg_tabel_head .tab_center .triangle-up, .triangle-down {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-style: solid;
    border-width: 4px;
    cursor: pointer;
    left: 0;
}

.ymreg_tabel_head .tab_center .triangle-up{
    border-color: transparent transparent #8187A1 transparent;
    top: -3px;
}

.ymreg_tabel_head .tab_center .triangle-down {
    border-color: #8187A1 transparent transparent transparent;
    bottom: -4px;
}

.ymreg_tabel_head .tab_center .desc .triangle-down {
    border-color: #3464ff transparent transparent transparent;
}

.ymreg_tabel_head .tab_center .asc .triangle-up {
    border-color: transparent transparent #3464ff transparent;
}

.jm-select-dropdown-menu-item.active {
    background: #f2f5ff;
    color: #3464ff !important;
}

#YMREG .plcz {
    padding: 0 24px;
    height: 54px;
    line-height: 54px;
}

#YMREG .plcz .jm-checkbox-wrapper {
    margin-right: 10px;
}

#YMREG .plcz .jm-picker .jm-input {
    width: 130px;
    height: 30px;
    border-radius: 0;
    vertical-align: baseline;
}

#YMREG .plcz .jm-picker .jm-picker-label {
    color: #121212;
}

#YMREG .plcz .jm-button{
    padding: 0 16px;
    margin-top: 12px;
    width: auto;
    height: 30px;
    border-radius: 0;
    font-family: PingFangSC, PingFang SC;
    font-size: 12px;
    color: #FFFFFF;
    margin-left: 10px;
    vertical-align: baseline;
    background: linear-gradient( 180deg, #3D7FFF 0%, #0053FC 64%, #003BFC 100%);
}

#YMREG .plcz-page {
    font-size: 0;
}

#YMREG .plcz-page select {
    display: inline-block;
    background: #fff;
    border-radius: 0;
    color: #121212;
    border: 1px solid #E1E6F0;
    height: 30px;
    box-sizing: border-box;
    padding: 3px;
    cursor: pointer;
}

#YMREG .plcz-page span,
#YMREG .plcz-page a  {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #3464ff;
}

#YMREG .plcz-disabled,
#YMREG .plcz-disabled a {
    color: #E1E6F0 !important;
    cursor: not-allowed !important;
}

#YMREG .plcz-page span.plcz-page-curr,
#YMREG .plcz-page a  {
    padding: 0 10px;
    position: relative;
    color: #3464ff;
}

#YMREG .plcz-page span.plcz-page-curr {
    width: 30px;
    padding: 0;
    text-align: center;
}

#YMREG .plcz-page .plcz-page-spr+.plcz-page-curr {
    margin-left: 6px;
}

#YMREG .plcz-page .plcz-page-curr .plcz-page-em {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #3464FF;
}

#YMREG .plcz-page .plcz-page-curr em {
    position: relative;
    color: #fff;
}

#YMREG .plcz-page .plcz-page-skip {
    color: #8187a1;
}

#YMREG .plcz-page .plcz-page-skip input,
#YMREG .plcz-page .plcz-page-skip button {
    height: 30px;
    line-height: 30px;
    background: #FFFFFF;
    border: 1px solid #E1E6F0;
}

#YMREG .plcz-page .plcz-page-skip input {
    width: 42px;
    color: #333;
    text-align: center;
    margin: 0 10px;
    padding: 0 3px;
}

#YMREG .plcz-page .plcz-page-skip input:hover, #YMREG .plcz-page .plcz-page-skip input:focus {
    border-color: #3464FF;
}

#YMREG .plcz-page .plcz-page-skip button {
    padding: 0 18px;
    color: #8187a1;
    line-height: 28px;
    margin-left: 10px;
}

#YMREG .plcz-page .plcz-page-skip button:hover {
    border-color: #3464FF;
    color: #3464ff;
}

#YMREG .jm-picker i.on,
#YMREG .jm-picker:hover i {
    border-color: #3464ff transparent transparent transparent;
}

#YMREG .jm-picker:hover .jm-input {
    border-color: #3464FF;
}

#YMREG .checked1 .jm-checkbox-inner::after {
    background: #fff;
    width: 6px !important;
    height: 2px !important;
    transform: none;
    top: 5px;
    left: 3px;
    border: 0;
}

/* .tj1_foot_fixed {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 880px;
    z-index: 98;
    box-shadow: 0px -2px 4px 0px rgba(5, 17, 71, 0.05);
} */

.tj1_plcz_fixed {
    position: fixed !important;
    bottom: 50px !important;
    top: auto !important;
}

.help_nothing_content_new {
    height: 313px;
    padding-top: 61px;
}

.nothing_img_new {
    width: 90px;
}

.nothing_txt_new {
    font-size: 14px;
    color: #8187A1;
    line-height: 14px;
    margin: 20px 0 24px;
}

.reg_reset_btn {
    width: 105px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #3464FF;
    font-size: 12px;
    color: #3464FF;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.reg_reset_btn:hover {
    background: #3464FF;
    color: #fff;
}

.ymreg_ss_title .more:hover,
.ymreg_ss_title .more:hover i {
    color: #3464ff;
}

.checkbox-hide .jm-checkbox-wrapper {
    display: none !important;
}

.ymreg_plcz_box1 a {
    padding: 0 14px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #3464FF;
    font-size: 12px;
    color: #3464FF;
    line-height: 28px;
    display: block;
    margin-top: 12px;
}

.ymreg_plcz_box1 a:hover {
    color: #fff;
    background: #3464ff;
}

#YMREG .ymreg_tab_content .ymreg_ss1_ul .tab_center .yjcym {
    padding: 0 8px;
    margin: 0 0 0 10px;
}

#YMREG .ymreg_tab_content .ymreg_ss1_ul .tab_center .search_cuxiao {
    margin: 0 0 0 6px;
    background: linear-gradient( 180deg, #FF8795 0%, #FF5E72 36%, #FF0F2C 100%);
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    height: 28px;
    line-height: 28px;
    width: 56px;
    text-align: center;
    transform: scale(0.5);
    transform-origin: left;
}

.index-section .index_notice_box{
    padding:0;
}
.index-section .index-box-item_bg{
    background-color:#fff;
}
.index-section .index-box-item_bg:nth-of-type(2n){
    background-color:#F7F9FF;
}
.index-section .index-box-item_bg.ymqjy{
    padding: 20px 0;
    height: auto;
}
.index-section .zbzczc{
    font-size: 12px;
    color: #8187a1;
    margin-top: 35px;
}
.index-section .ymreg_swiper .ymreg_slide li .ynreg_btn,
.index-section .ymreg_swiper .ymreg_slide li .icon-yhq{
    height: 38px;
    line-height: 38px;
}
.index-section .ymreg_swiper .ymreg_slide li .icon-yhq{
    width: 38px;
    background-size: 38px;
    margin-left: 12px;
}
.index-section .ynreg_btn.ljzc.not{
    background: #e1e6f0 !important;
    opacity: 1 !important;
    cursor: not-allowed !important;
    margin-top: 18px;
}
.index-section .sp1 .ymhz{
    font-family: DINProM;
    font-weight: 400;
    font-size: 38px;
    color: #040F43;
    line-height: 36px;
    text-align: left;
    font-style: normal;
}
.index-section .ymreg_swiper .ymreg_slide li{
    height: 214px;
    padding: 20px 0 0 30px;
    margin-bottom: 20px;
}
.index-section .ymreg_swiper .ymreg_slide li:hover{
    height: 224px;
}
.index-section .ymreg_swiper .ymreg_slide li .sp3 .sp3-title{
    font-weight: 600;
}
.index-section .sp5{
    display: none;
}
.index-section .ymreg_swiper .ymreg_slide li:hover .sp1 .ymhz{
    color: #003BFC;
}
.index-section .ymreg_swiper .ymreg_slide li .sp3 {
    height: 66px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.index-section .ymreg_swiper .ymreg_slide li .sp1{
    height: 50px;
}
.index-section .ymreg_swiper .ymreg_slide li .sp3 .sp3_son span:nth-of-type(2){
    margin-top: 9px;
}
.index-section .ymreg_swiper .ymreg_slide li .sp4 {
    display: flex;
    justify-content: space-between;
    width: 225px;
    white-space: nowrap;
}
.index-section .ymreg_swiper .ymreg_slide li:hover .sp4{
    display: none;
}
.index-section .ymreg_swiper .ymreg_slide li .sp4 .zcyjg{
    padding: 0;
    margin-top: 13px;
    line-height: 1;
    height: 14px;
    position: relative;
    text-decoration: none;
}

.index-section .ymreg_swiper .ymreg_slide li .sp4 .zcyjg::before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #8187A1;
    top: 6px;
}
.index-section .ymreg_swiper .ymreg_slide li:hover .sp5{
    display: block;
}
.index-section .ymreg_swiper .ymreg_slide li .hotSellerImg{
    height: 50px;
    width: 50px;
    background-size: 50px 50px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-repeat: no-repeat;
    font-family: PingFangSC-Medium, PingFangSC, PingFang SC;
    right: 24px;
    display: none;
}
.index-section .ymreg_swiper .ymreg_slide li:hover .hotSellerImg{
    display: block;
}
.index-section .ymreg_swiper .ymreg_slide{
    height: auto;
    max-height: 472px;
}
.index-section .swiper-container.ymreg_swiper{
    height: auto !important;
    min-height: 307px;
    padding-bottom: 54px;
}
.index-section .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 35px !important;
}
.index-section .ymreg_pric_box:hover .swiper-next{
    right: 40px !important;
}
.index-section .ymreg_swiper .ymreg_slide li .sp5 .icon-yhq:hover{
    opacity: 0.8;
}
.index-section .ymreg_pric_box{
    padding-top: 0;
}
.index-section .ymreg_pric_box .ymreg_title{
    padding-bottom: 20px;
}
.index-section .ymreg_pric_box .ymreg_title,
.index-section .rmdptj .ymreg_title{
    font-weight: 700;
    line-height: 1;
}

.index-section .ymreg-tabs-box{
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0 20px 2px;
}
.index-section .index-ymreg-tabs-btn{
    font-family: PingFangSC-Medium, PingFangSC, PingFang SC;
    min-width: 132px;
    padding: 0 24px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #E1E6F0;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 20px;
    text-align: center;
    line-height: 42px;
    box-sizing: border-box;
    display: inline-block;
}
.index-section .index-ymreg-tabs-btn:last-of-type{
    margin-right: 0;
}
.index-section .index-ymreg-tabs-btn:hover{
    border: 1px solid #3464FF;
    color: #3464FF;
}
.index-section .index-ymreg-tabs-btn.btn_active{
    border: 0px solid transparent;
    background: linear-gradient(180deg, #3E88FF 0%, #3464FF 70%, #144BFF 100%) !important;
    color: #fff;
}
.index-section .rmdptj .rmdptj-li.top1 .dp-mc,
.index-section .rmdptj .rmdptj-li.top1 .dp-xl{
    color: #fff;
}
.index-section .rmdptj .dp-top .dp-topR .dp-mc{
    max-width: 280px;
    padding-right: 0px;
}
.index-section .rmdptj .dp-top .top-icon{
    display: none;
}
.index-section .rmdptj .top1 .dp-top .top-icon{
    display: inline-block;
    background: linear-gradient(180deg, #FF9878 0%, #FF604B 100%);
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
    min-width: 65px;
    padding: 0 6px;
    line-height: 20px;
    height: 20px;
    margin-top: 1px;
}
.index-section .rmdptj .top1 .dp-top .mcbox{
    display: flex;
}
.index-section .rmdptj .top1 .dp-top .dp-topR .dp-mc{
    /* max-width: 210px; */
    padding-right: 8px;
}
.index-section .rmdptj .top1 .dp-top .dp-topR .mcbox{
    max-width: 280px;
}
.index-section .rmdptj .xssl .top1 .dp-top .dp-topR .mcbox .dp-mc{
    max-width: 210px;
}
.index-section .rmdptj .top1 .dp-top .dp-topR .mcbox .dp-mc{
    max-width: 198px;
}
.index-section .rmdptj .dp-top:hover .dp-topR .dp-mc{
    color: #3464ff;
    opacity: 1;
}
.index-section .rmdptj .top1 .dp-top:hover .dp-topR .dp-mc{
    color: #fff;
    opacity: 0.8;
}

.index-section .rmdptj{
    padding-bottom: 40px;
}
.index-section .rmdptj .ymreg_title{
    padding: 60px 0 50px 0;
}
.index-section .rmdptj-ul{
    display: flex;
    flex-wrap: wrap;
}
.index-section .rmdptj-li {
    float: left;
    width: 386px;
    background: #FFFFFF;
    margin: 0 21px 20px 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.index-section .rmdptj-li:nth-child(3n) {
    margin-right: 0;
}

.index-section .dp-top {
    width: 100%;
    height: 88px;
    padding: 21px 0 20px 24px;
    display: block;
    background: #E9ECF8;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.index-section .dp-top a {
    display: block;
}

.index-section .rmdptj-ul .main_card {
    float: none;
    width: 100%;
    height: 58px;
    padding: 0 23px;
    margin: 0;
    position: relative;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding-bottom: 1px;
}
.index-section .rmdptj-ul .main_card::before{
    content: '';
    position: absolute;
    width: 338px;
    height: 1px;
    bottom: 0;
    left: 23px;
    border-bottom: 1px dashed #E1E6F0;
}
.index-section .rmdptj-ul .main_card.dp-mianB::before{
    display: none;
    opacity: 0;
}

.index-section .rmdptj-ul .main_card:hover {
    background: #F2F5FF;
}

.index-section .rmdptj-ul .main_card:hover .card_a {
    display: block;
}

.index-section .rmdptj-ul .main_card:hover .card_qian {
    display: none;
}

.index-section .rmdptj-ul .main_card .card_a i {
    transform: scale(0.8);
    margin-left: 4px;
}

.index-section .rmdptj-ul .main_card .card_ym {
    font-size: 16px;
    font-weight: bold;
    color: #040F43;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 58px;
    max-width: 236px;
}
.index-section .rmdptj-ul .main_card:hover .card_ym {
    color: #3464FF;
}
.index-section .rmdptj-ul .main_card .card_qian {
    margin: 20px 0 0 0;
    font-size: 18px;
    font-family: DINProM;
    font-weight: 500;
    color: #B30000;
    line-height: 16px;
}

.index-section .rmdptj-ul .main_card .card_a {
    display: none;
    position: absolute;
    bottom: 14px;
    height: 32px;
    background: linear-gradient(180deg, #3D7FFF 0%, #0053FC 64%, #003BFC 100%);
    box-shadow: 0px 4px 8px 0px rgb(0 59 252 / 36%);
    border-radius: 2px;
    padding: 0 14px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    right: 23px;
}
.index-section .rmdptj-ul .main_card .card_a:hover{
    opacity: 0.8;
}

.index-section .dp-top .dp-topL {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 2px;
    margin-right: 14px;
}

.index-section .dp-top .dp-topR .dp-mc {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #040F43;
    line-height: 22px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 232px;
    padding-right: 8px;
}

.index-section .dp-top .dp-topR .dp-xl {
    font-size: 12px;
    font-weight: 400;
    color: #8187A1;
    line-height: 12px;
    display: inline-block;
    opacity: 0.7;
    margin-top: 9px;
}

.index-section .dp-main {
    background: #FFFFFF;
    border: 1px solid #E1E6F0;
    border-top: 0;
    width: 100%;
    padding: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    overflow: hidden;
}

.index-section .rmdptj-ul .dp-mianB {
    height: 70px;
    line-height: 70px;
    border: 0;
}

.index-section .rmdptj-ul .dp-mianB:hover .fr {
    display: none;
}
.index-section .rmdptj-ul .dp-mianB .xy {
    display: flex;
    align-items: center;
}
.index-section .rmdptj-ul .dp-mianB span {
    font-size: 14px;
    font-weight: 400;
    color: #8187A1;
}

.index-section .rmdptj-ul .dp-mianB span img {
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    position: static;
    width: auto;
}

.index-section .rmdptj-ul .dp-mianB .card_a {
    left: auto;
    bottom: 20px;
}

.index-section .dp-main .bg_null{
    height: 174px; 
    text-align: center; 
    vertical-align: middle; 
    color: #c6c6c6;
    line-height: 180px;
}
.fwys-icon{
    width: 28px;
    height: 28px;
    background: url("../imgs/icon/1747986225443.png") no-repeat center / auto 28px;
}
.fwys-icon.icon-wz-1{
    background-position: 0 0;
}
.fwys-icon.icon-wz-2{
    background-position: -28px 0;
}
.fwys-icon.icon-wz-3{
    background-position: -56px 0;
}
.fwys-icon.icon-wz-4{
    background-position: -84px 0;
}
.fwys-icon.icon-wz-5{
    background-position: -112px 0;
}
.fwys-icon.icon-wz-6{
    background-position: -140px 0;
}