span {
    display: block;
}

.tab_head{
    width: 100%;
    height: auto;
    background: #F5F5F9;
    /*background: #949494;*/
    padding: 1rem;
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 4rem;
    z-index: 99 !important;
}
.tab_head_list {
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.tab_head_list span{
    padding: 0rem 2rem;
    font-size: 18px;
    cursor: pointer;
}
/*.tab_head_list a span{*/
/*    color: black;*/
/*}*/


.tab_content {
    width: 100%;
    height: auto;
    min-height: 200px;
}

/*先设置tab-content下的div的元素隐藏
注意：这里控制的仅仅是tab-content下的子盒子
*/
/*.tab_content>div{*/
/*    display: none;*/
/*}*/

/*设置选中tab标题时的样式*/
.selected {
    color: #1678ff;
}

/*设置显示内容中show样式的显示为块元素*/
.tab_content .show {
    display: block;
}

.tab_content_item1{
    width: 90%;
    margin: auto;
    height: auto;
    min-height: 200px;
    max-width: 1240px;
    padding-bottom: 6rem;
}
.tab_content_item2{
    width: 100%;
    margin: auto;
    height: auto;
    /*min-height: 200px;*/
    /*max-width: 1240px;*/
}
.tab_content_item1_title{
    width: 100%;
    height: auto;
    font-size: 34px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0rem;
}
.tab_content_item1_body{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.tab_content_item1_body_two{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: baseline;
    flex-wrap: wrap;
}


.tab_content_item1_body_item{
    width: 25%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
}


.tab_content_item1_body_item img{
    width: 50%;
    height: 50%;
}
.tab_content_item1_body_item span:nth-of-type(1){
    font-family: MicrosoftYaHeiSemibold;
    font-size: 22px;
    color: #333;
    padding: 1rem 0rem;

}
.tab_content_item1_body_item span:nth-of-type(2) {
    width: 100%;
    font-family: MicrosoftYaHeiSemibold;
    font-size: 15px;
    color: #999;
    line-height: 25px;
}


.tab_content_item2_body{
    width: 100%;
    height: auto;
    /*height:500px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    padding-bottom: 2rem;
}

.tab_content_item2_body_two{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    padding-bottom: 2rem;
}




.tab_content_item4_body{
    width: 100%;
    height:430px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-around;*/
    align-items: center;
    margin: auto;
    padding-bottom: 2rem;
}



.tab_content_body_conmond {
    width: 90%;
    max-width: 1240px;
    margin: auto;
    height: 100%;
    /*min-height: 500px;*/
}

.tab_content_body_conmond1 {
    width: 90%;
    max-width: 1240px;
    margin: auto;
    height: 100%;
    /*min-height: 500px;*/
}

.tab_content_item1_body_commond{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.tab_content_item1_body_commond_left{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.tab_content_item1_body_commond_right{
    width: 50%;
    height: auto;
}

.tab_content_item1_body_commond_right img{
    width: 84%;
}

.apply1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
}












/*tab标签的样式*/

/*=======================================*/


body{
    overflow-x: hidden;
}
.p_product_jiagou{
    width: 100%;
    height: auto;
    background: #F5F7FC;
    padding: 2rem 0rem;
}

.p_product_jiagou_body{
    width: 90%;
    max-width: 1240px;
    margin: auto;
    height: auto;
    padding-top: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
}
.p_span1{
    font-family: PingFangSC-Regular;
    font-size: 36px;
    color: #081E43;
    letter-spacing: 0;
    padding: 0rem 1rem;
}

.p_span2{
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #041A41;
    letter-spacing: -1.25px;
    padding: .5rem 1rem;

}
.p_span3 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #4E5E77;
    letter-spacing: 1px;
    line-height: 30px;
    padding: .2rem;
    padding-left: 1rem;
    /*text-indent: 2em;*/
    text-align: justify;
}
.p_product_jiagou_img{
    width: 100%;
    height: auto;
    background: #F5F7FC;
}
.p_product_jiagou_img_title{
    width: 90%;
    max-width: 1240px;
    margin: auto;
    font-family: PingFangSC-Semibold;
    font-size: 34px;
    color: #112648;
    letter-spacing: 1px;
    text-align: center;
    padding: 1rem;
}
.p_product_jiagou_img_body{
    width: 90%;
    height: auto;
    max-width: 1240px;
    margin: auto;
    display: flex;
    flex-direction: row;
    padding: 3rem 0rem;
    justify-content: center;
}
.p_product_jiagou_img_left{
    width: 12%;
    height: auto;

}
.p_product_jiagou_img_right{
    width: 12%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;

}
.p_product_jiagou_img_1{
    left: 0;
    top: -2rem;
    width: 1.9875rem;
    height: 4.9375rem;
    margin-top: 45px;
    transform: skew(0deg,-20deg);
    position: relative!important;
    background-color: #1678ff;
}
.p_product_jiagou_img_2{
    top: -3rem;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0.5rem 0.625rem 0 #e8f3ff;
    -webkit-transform: skew(0deg,-20deg);
    transform: skew(0deg,-20deg);
    position: relative!important;
    width: 5.9375rem;
    height: 65%;

}
.p_product_jiagou_img_center{
    width: 60%;
    height: auto;
}
.p_product_jiagou_img_center img{
    width: 100%;
    height: 100%;
}

.p_product_jiagou_img_3 {
    right: -0.5px;
    transform: skew(0deg, -20deg);
    position: relative !important;
    box-sizing: border-box;
    top: -2rem;
    background-color: #1ee8a9;
    width: 1.9875rem;
    height: 4.9375rem;
    margin-top: 45px;
}


.p_product_jiagou_img_4 {
    right: 0;
    transform: skew(0deg,-20deg);
    position: relative!important;
    box-sizing: border-box;
    top: -1.4rem;
    background-color: #fff;
    box-shadow: 0 0.5rem 0.625rem 0 #e8f3ff;
    width: 5.9375rem;
    height: 65%;
}



.p_main_function{
    width: 100%;
    height: auto;
    background: #FFFFFF;

}

.p_main_function_contaienr{
    width: 90%;
    margin: auto;
    max-width: 1240px;
    padding: 2rem 0rem;

}
.p_main_function_contaienr_title{
    width: 100%;
    /*padding: 2rem;*/
    padding-bottom: 3rem;
    padding-top: 2rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: PingFangSC-Semibold;
    font-size: 34px;
    color: #081E43;
    letter-spacing: 1px;
    text-align: center;
}
.p_main_function_contaienr_body{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    /*margin: 2rem;*/
}
.p_main_function_contaienr_body_item{
    width: 50%;
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: space-around;
    flex-wrap: wrap;
}
.p_main_function_contaienr_body_item1{
    width: 40%;
    height: 400px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0.5rem 0.875rem 0 #b7d6f9;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
    border-radius: 20px;
    cursor:pointer;

}
.p_main_function_contaienr_body_item2{
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;

}
.p_main_cirle{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #e0efff;
    position: relative;
    top: -5rem;
    display: flex;
    justify-content: center;
    align-items: center;

}

.product_zy{
    width: 100%;
}
.product_zy2{
    width: 100%;
}

.p_span4{
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #4E5E77;
    letter-spacing: 0.53px;
    text-align: center;
    position: relative;
    top: -4rem;

}
/*.p_div1{*/
/*    width:200px;*/
/*    height: 124px;*/
/*}*/


.p_span5 {
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #4E5E77;
    letter-spacing: 0;
    line-height: 27px;
    height: 118px;
    position: relative;
    top: -3rem;
    text-align: justify;
    /*text-indent: 2em;*/
}

.p_main_cirle img:nth-of-type(1){
    display: block;
}
.p_main_cirle img:nth-of-type(2){
    display: none;
}
.p_main_function_contaienr_body_item1:hover .p_main_cirle img:nth-of-type(1){
    display: none;
}
.p_main_function_contaienr_body_item1:hover .p_main_cirle img:nth-of-type(2){
    display: block;
    transition-duration: 1s;
}





.p_main_line{
    width: 3rem;
    height: .4rem;
    background-color: #e0efff;
    position: relative;
    top: 5rem;
    border-radius: 6px;

}

.p_main_function_contaienr_body_item1:hover .p_main_cirle{
    background: #1678ff;
    transition-duration: 1s;
}

.p_main_function_contaienr_body_item1:hover .p_main_line{
    background: #1678ff;
    transition-duration: 1s;
    top: 4rem;
}

.p_product_youshi{
    width: 100%;
    height: auto;
    background: #F5F7FC;
}
.p_product_youshi_container{
    width: 90%;
    height: auto;
    margin: auto;
    max-width: 1240px;
}
.commond_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;
    padding-top: 3rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: PingFangSC-Semibold;
    font-size: 34px;
    color: #081E43;
    letter-spacing: 1px;
    text-align: center;
}

.p_product_youshi_container_body{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.p_product_youshi_container_body_item{
    width: 28%;
    /*width: 354px;*/
    height: 200px;
    padding: 0rem 1rem;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    box-shadow: 0 0.5rem 0.875rem 0 #ddecfe;
    border-radius: 10px;
    margin: 2rem 0rem;

}
.p_product_youshi_container_body_item_left{
    width: 70px;
    height: 60px;
    border-radius: 50%;
    background-color: #e2f2f1;
    display: flex;
    justify-content: center;
    align-items: center;
}


.p_product_youshi_container_body_item_left img{
    width: 92%;
}
.p_product_youshi_container_body_item_right {
    width: 75%;
    height: auto;
    max-width: 1240px;
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    text-align: justify;

}
.p_span6{
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #4E5E77;
    letter-spacing: 0px;
    padding: .5rem 0rem;

}
.p_span7 {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #4E5E77;
    padding: .3rem 0rem;
    letter-spacing: 0px;
    line-height: 25px;
}

.p_product_youshi_container_body_item_left img:nth-of-type(1){
    display: block;
}
.p_product_youshi_container_body_item_left img:nth-of-type(2){
    display: none;
}
.p_product_youshi_container_body_item:hover .p_product_youshi_container_body_item_left{
    background: #1ee8a9;
    transition-duration: 1s;
}

.p_product_youshi_container_body_item:hover .p_product_youshi_container_body_item_left img:nth-of-type(1){
    display: none;
}
.p_product_youshi_container_body_item:hover .p_product_youshi_container_body_item_left img:nth-of-type(2){
    display: block;
}

.p_platform{
    width: 100%;
    height: auto;
    background: #FFFFFF;
}
.p_platform_container{
    width: 90%;
    max-width: 1240px;
    height: auto;
    margin: auto;
}

.p_platform_container_body{
    width: 100%;
    height: auto;

}
.p_platform_container_body_item{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2rem 0rem;
}

.p_img1{
    padding: .2rem 2rem;
}

.p_service{
    width: 100%;
    height: auto;
    background: #F5F7FC;
}
.p_service_container{
    width: 90%;
    height: auto;
    max-width: 1240px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.p_service_body_left{
    width: 10%;
}
.p_service_body_right{
    width: 10%;
}
.p_service_body {
    width: 100%;
    /*height: auto;*/
    margin: auto;
    display: flex;
    flex-direction: row;
    padding-bottom: 1rem;
    height: 100%;
}

.p_service_body_center{
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: row;
    z-index: 99;
    margin-right: 16px;

}
.p_service_body_center_item{
    width: 200px;
    height: 124px;
    border: 1px solid #DCDFE2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 6rem .5rem;

}
.p_span8{
    font-family: PingFangSC-Medium;
    font-size: 36px;
    color: #51637B;
    letter-spacing: 1px;
    text-align: center;

}
.p_span9{
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #51637B;
    letter-spacing: 0;
    text-align: center;

}
.p_exmple{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding: 2rem 0rem;
}

.p_exmple_container{
    width: 90%;
    max-width: 1240px;
    height: auto;
    margin: auto;
    max-width: 1240px;
    display: flex;
    flex-direction: row;
    padding: 5rem 0rem;
}
.p_exmple_left{
    width: 10%;
}
.p_exmple_right{
    width: 10%;
}
.p_exmple_center{
    width: 80%;
}

.p_exmple_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: .4rem;
}

.p_exmple_title span:nth-of-type(2) {
    font-size: 16px;
}

.p_exmple_center_img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
}
.p_img2{
    padding: 1rem 2rem;
}

.p_exmple_container2{
    width: 90%;
    max-width: 1240px;
    height: auto;
    margin: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}
.p_exmple_container2_item{
    width: 868px;
    height: 360px;
    background: #FFFFFF;
    box-shadow: 0 0 8px 7px #D4E2F0;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 1rem;
}
.layui-carousel>[carousel-item] {
    position: relative;
    width: 100%!important;
    height: 100%!important;
    /*overflow: visible!important;*/
    overflow-x: hidden!important;
    overflow-y: visible!important;
    margin: auto;
    justify-content: center!important;
    align-items: center!important;
}

.layui-carousel>[carousel-item]>.layui-this {
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p_img3{
    padding: 2rem 3rem;
}
.p_img3 img{
    width: 160px;
    height: 60px;

}
.p_span10{
    padding: 0rem 3rem;
    line-height: 2rem;
    letter-spacing: 1px;
}
.p_span11{
    width: 80%;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #041A40;
    letter-spacing: -0.3px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    text-align: end;
    padding: 0rem 3rem;
}
.p_tiyan{
    width: 100%;
    height: auto;
    background: #F5F7FC;
    padding: 3rem 0rem;
}
.p_tiyan_container{
    width: 70%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: row;
    padding: 2rem 0rem;
    background: #FFFFFF;
    max-width: 1240px;
}
.p_tiyan_container_left{
    width: 20%;
    height: auto;
}
.p_tiyan_container_right{
    width: 20%;
    height: auto;
}
.p_tiyan_container_center{
    width: 60%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p_span12{
    font-family: PingFangSC-Medium;
    font-size: 34px;
    color: #041A40;
    letter-spacing: 0;
    text-align: center;
}
.p_bottom{
    background: blue;
    width: 10rem;
    height: 2.5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /*color: #fff;*/
    margin-top: 2rem;
    cursor: pointer;
}
.p_bottom{
    color: #ffffff;
}
.p_bottom:hover{
    background: #3392d9;
}

.p_im_message{
    width: 100%;
    height: auto;
    background: #ffffff;
}

.p_im_message1{
    width: 100%;
    background-image: url("../imgs/txcl1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*background-size: revert;*/
    /*background-repeat: round;*/
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p_im_message_container{
    width: 90%;
    max-width: 1240px;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: justify;
}
.p_im_message_container_left{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;

}
.p_im_message_container_left2{
    width: 60%;
    height: auto;
    display: flex;
    flex-direction: column;

}
.p_span133 {
    font-family: MicrosoftYaHeiSemibold;
    font-size: 34px;
    color: white;
    letter-spacing: -.7px;

}

.p_span13 {
    font-family: MicrosoftYaHeiSemibold;
    font-size: 34px;
    color: #000;
    letter-spacing: -.7px;

}
.short1_div{background: #2278FF;
border-radius: 4px;
width: 4rem;
height: 2rem;
display: flex;
justify-content: center;
align-items: center;
}
.short1_div span{
    color: #ffffff;
}


.p_span14 {
    opacity: .6;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    line-height: 2rem;
    color: #000;
    letter-spacing: -.43px;
    padding: 1rem 0rem;

}
.p_span141 {
    opacity: .6;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    letter-spacing: -.43px;
    padding: 1.5rem 0rem;
    /*text-indent: 2em;*/

}
.p_span142 {
    opacity: .6;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 2rem;
    color:#ffffff;
    letter-spacing: -.43px;
    padding: 1.5rem 0rem;
    /*text-indent: 2em;*/

}


.p_span15{
    opacity: .6;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #000;
    letter-spacing: -.43px;
    line-height:2rem;

}
.p_im_message_container_right{
    width:50%;
    height: auto;

}
.p_im_message_container_right2{
    width:30%;
    height: auto;

}
.p_im_message_container2{
    width: 90%;
    max-width: 1240px;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 5rem;*/
    text-align: justify;
}
.p_im_message_container3{
    width: 90%;
    max-width: 1240px;
    height: auto;
    /*margin: auto;*/
    display: flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding-bottom: 6rem;
}

.p_im_message_container_right img{ width: 100%}

.p_tablist{
    width: 100%;
    height: auto;

}
.p_tablist_body{
    width: 70%;
    height: auto;
    padding: 1rem 0rem;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.p_tablist_body span{
    padding: 0rem 1rem;
}
.p_tablist_body span a{
    font-size: 16px;
    color: #333;
    font-weight: 600;
    text-decoration: #1b35d9;
    text-underline: #1678ff;
}
.p_tablist_core{
    width: 90%;
    max-width: 1240px;
    height: auto;
    margin: auto;
}
.p_tablist_core_title{
    width: 100%;
    font-family: SourceHanSansCN-Medium;
    font-size: 30px;
    color: #161c43;
    text-align: center;
    padding: 2rem 0rem;
}
.p_tablist_core_body{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 2rem;
}
.p_tablist_core_body_item{
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.p_span16{

}
.p_span16 img{
    width: 70%;
}
.p_span17{
    font-family: MicrosoftYaHeiSemibold;
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 2rem;

}
.p_span18{
    font-family: MicrosoftYaHeiSemibold;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    text-align: justify;

}

.p_commond{
    width: 100%;
    height: auto;
    background: #F5F7FC;
    /*background: #ffffff;*/
}
.p_commond_body_container{
    width: 90%;
    height: auto;
    margin: auto;
    max-width: 1240px;
}
.commond_title2 {
    background: #ffffff;
    width: 100%;
    height: auto;
    font-family: SourceHanSansCN-Medium;
    font-size: 34px;
    color: #161C43;
    letter-spacing: 0;
    text-align: center;
    padding: 2rem 0rem;
}
.p_commond_body{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
.p_commond_body_left{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.p_span19{
    font-family: MicrosoftYaHeiSemibold;
    font-size: 26px;
    color: #282828;
    letter-spacing: 0;
    padding: 1rem 0rem;

}
.p_span20 {
    width: 85%;
    opacity: 0.6;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #000000;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 1.5rem;
}

.p_commond_body_right{
    width: 50%;
    height: auto;
}

.p_commond_body_right img{
    width: 100%;
}

.manage_function{
    width: 100%;
    height: auto;
    background: #ffffff;
}

.login_lixian{
    width: 100%;
    height: auto;
    background: #ffffff;
}


.p_apply{
    width: 100%;
    height: auto;
    background: #FFFFFF;
}
.p_apply_body{
    width: 90%;
    height: auto;
    margin: auto;
    max-width: 1240px;
}
.p_apply_body_up{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.p_apply_body_item{
    width: 25%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 2rem;
}
.p_apply_body_item img{
    width: 40%;
    height: 40%;
}
.p_span21{
    font-family: MicrosoftYaHeiSemibold;
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    padding: 1rem 0rem;
}
.p_span22 {
    width: 95%;
    font-family: MicrosoftYaHeiSemibold;
    font-size: 16px;
    color: #999999;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: justify;
}

.p_apply_body_down{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 3rem 0rem;
}


.p_prirce{
    width: 100%;
    height: auto;
    background: #ffffff;
}
.p_prirce_container{
    width: 90%;
    height: auto;
    margin: auto;
    max-width: 1240px;
}
.p_prirce_container_body{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: center;
}
.p_prirce_container_body_item{
    width: 390px;
    height: 342px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    border-top: 5px solid #0191ff;
    margin: 0 1.1%;
    cursor: pointer;
}

.p1_prirce_container_body_item {
    width: 350px;
    height: 342px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-top: 5px solid #0191ff;
    margin: 0 1.1%;
    cursor: pointer;
}



.p_prirce_container_body_item_1{
    height: auto;
    background: #f1f2f5;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    line-height: 2rem;


}
.p_span23{
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: #161c43;

}
.p_span24{
    width: 100%;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #161c43;

}
.p_prirce_container_body_item_2{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;
    padding-top: 1rem;
}
.p_prirce_container_body_item_2 img{
    width: 16px;
    height: 11.7px;
    padding: 0rem .6rem;
}
.p_prirce_container_body_item_2 span{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #161c43;
}
.p_price_line{
    border: 1px dashed #979797;
    margin: 0 4.4%;
    margin-top: 3rem;
}
.p_prirce_container_body_item_3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.p_span25{
    font-family: MicrosoftYaHeiSemibold;
    font-size: 18px;
    color: #f16c00;
    margin-top: 2rem;

}
.p_span26{
    border: 1px solid #0191ff;
    width: 240px;
    height: 34px;
    color: #0191ff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    cursor: pointer;
}

.p_user{
    width: 100%;
    height: auto;
    background: #FFFFFF;
}
.p_user_container{
    width: 90%;
    height: auto;
    max-width: 1240px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3rem 0rem;
}
.p_user_container_left{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: auto;
}
.p_user_container_left span:nth-of-type(1) {
    font-family: MicrosoftYaHeiSemibold;
    font-size: 34px;
    color: #000000;
    letter-spacing: -0.7px;
    padding-bottom: 1rem;
    padding-left: 1rem;
}
.p_user_container_left span:nth-of-type(2) {
    opacity: 0.6;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #000000;
    letter-spacing: -0.43px;
    padding-bottom: 1rem;
    padding-left: 1rem;
    /*text-indent: 2em;*/
}
.p_user_container_left span:nth-of-type(3){
    width: 6rem;
    background: blue;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
    cursor: pointer;
}
.p_user_container_left span:nth-of-type(3):hover{
    background: #3392d9;
}
.p_user_container_left span:nth-of-type(3) a{
    color: #ffffff;
    text-align: center;
}

.p_user_container_right{
    width: 50%;
    height: auto;
}
.p_user_container_right img{ width: 100%}

.p_user_tab{
    width: 100%;
    padding: 1rem 0rem;
    background: #F5F5F9;
}

.p_user_tab_container{
    width: 90%;
    max-width: 1240px;
    height: auto;
    margin: auto;
    text-align: center;
}
.p_user_tab_container span{
    padding: 0rem 1rem;
}

.p_user_tab_container span:nth-of-type(1){
    color: #1678ff;
}

.p_user_tab_core{
    width: 100%;
    background: #ffffff;
}
.p_user_tab_core_container{
    width: 90%;
    height: auto;
    margin: auto;
    max-width: 1240px;
}
.p_user_tab_core_container_body{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
}

.p_user_tab_core_container_body_item {
    width: 25%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 1rem 2rem;
}

.p_user_tab_core_container_body_item span:nth-of-type(1) {
    height: 100%;
}


.p_user_tab_core_container_body_item span:nth-of-type(2) {
    font-family: MicrosoftYaHeiSemibold;
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
}

.p_user_tab_core_container_body_item span:nth-of-type(3) {
    width: 100%;
    text-align: justify;
    margin-top: 1rem;
    font-family: MicrosoftYaHeiSemibold;
    font-size: 15px;
    color: #999999;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: justify;
    /*text-indent: 2em;*/
}

.p_user_tab_core_container_body_item img{ width: 60%}

.p_user_product_fun{
    width: 100%;
    height: auto;
    background: #F5F7FC;
}
.p_user_product_fun_body{
    width: 90%;
    margin: auto;
    max-width: 1240px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    display: flex;

}

/*.p_user_product_fun_item1{*/
/*    width: 100%;*/
/*    height: auto;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*}*/

.p_user_product_fun_item1_left{
    width: 50%;
    height: auto;
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.p_user_product_fun_item1_right{
    width: 50%;
    height: auto;
}
.p_user_product_fun_item1_right img{ width: 100%}


.p_user_price{
    width: 100%;
    height: auto;
}
.p_user_price_body{
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: row;
    max-width: 1240px;
}

.b_m_t_fourb{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 79px;
    flex-direction: column;
}
.b_m_t_fourb_item{
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: auto;
    max-width: 1240px;
}
.b_m_t_fourc{
    background-image: url("../imgs/dianz11.png");
    background-size: auto;
    background-repeat: round;
    height: 156px;
    width: 580px;
    border: 1px solid #EBEBEB;
    margin: 15px;
    padding-left: 30px;
    display: flex;
    justify-content: center;
    align-items:self-start;
    flex-direction: column;
    padding: 1rem;
}
.b_m_t{
    background-size: auto;
    background-repeat: round;
    height: 156px;
    width: 580px;
    margin: 15px;
    padding-left: 30px;
    display: flex;
    justify-content: center;
    align-items:self-start;
    flex-direction: column;
    padding: 1rem;
}

.b_m_t_fourf{
    opacity: 0.6;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.5rem;
    padding-top: 1rem;
    /*text-indent: 2em;*/
}

.b_m_t_fourd {
    font-family: MicrosoftYaHeiSemibold;
    font-size: 20px;
    /*font-weight: bold;*/
    color: #282828;
    letter-spacing: 0;
}

.browser-tips {
    position: absolute;
    width: 100%;
    top: 0px;
    text-align: center;
    z-index: 1000;
    color: red;
    background-color: rgb(199, 199, 199);
    padding: 15px;
}


@media only screen and (max-width: 500px) {
    .b_m_t_fourb_item {
        flex-direction: column !important;
    }

    .b_m_t_fourc {
        width: 90% !important;
    }

    .b_m_t {
       display: none;
    }
    .p_apply_body_item{
        width: 51% !important;
    }
    .tab_content_item1_body_item{
        width: 313px!important;

    }
    .p_product_jiagou_img_2 {
        width: 2.9375rem !important;
    }

    .p_product_jiagou_img_4 {
        width: 2.9375rem !important;
    }

    .p_main_function_contaienr_body {
        flex-direction: column !important;

    }

    .p_main_function_contaienr_body_item {
        flex-direction: column !important;
        margin: auto !important;
        width: 72% !important;
    }

    .p_main_function_contaienr_body_item1 {
        width: 88% !important;
        margin-bottom: 40px !important;
    }
    .p_main_function_contaienr_title{
        padding: 2rem 0rem !important;
    }

    .p_product_youshi_container_body_item {
        width: 90% !important;
    }

    .p_platform_container_body_item {
        width: 90% !important;
        margin: auto !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        padding: 0px !important;
    }

    .p_img1 {
        padding: 1rem !important;
    }

    .p_span8 {
        font-size: 20px !important;
    }
    .tab_content_body_conmond1{
        height:235px!important;
    }
    .tab_content_item2_body{
        height: 270px !important;
    }

    .tab_content_item4_body{
        height: auto!important;
    }
    .p1_prirce_container_body_item{
        margin: 12px 2.1% !important;
    }
    .p_prirce_container_body{
        justify-content: center!important;
    }
    .tab_head_list span{
        padding: 0rem 1rem !important;
    }
    .p_user_tab_core_container_body{
        justify-content: center !important;
    }
    .p_user_tab_core_container_body_item span:nth-of-type(3){
        height: 184px!important;
    }
    .p_user_tab_core_container_body_item{
        width: 55% !important;
    }

}


@media only screen and (min-width: 501px) and (max-width: 768px) {
    .b_m_t_fourb_item{
        flex-direction: column!important;
    }
    .p_main_line{
       display: none;!important;
    }

    .p_apply_body_item{
        width: 51% !important;
    }
    .p_user_tab_core_container_body{
        justify-content: center !important;
    }
    .p_user_tab_core_container_body_item span:nth-of-type(3){
        height: 184px!important;
    }

    .p_user_tab_core_container_body_item{
        width: 35% !important;
    }
    .b_m_t{
        display: none;
    }

    .p_product_jiagou_img_3{
        top: -1.6rem!important;
    }
    .tab_content_body_conmond1{
        height:235px!important;
    }
    .p_product_jiagou_img_2 {
        width: 2.9375rem !important;
    }

    .p_product_jiagou_img_4 {
        width: 2.9375rem !important;
    }

    .p_main_function_contaienr_body {
        flex-direction: column !important;

    }

    .p_main_function_contaienr_body_item {
        flex-direction: row !important;
        margin: auto !important;
        width: 100% !important;
    }

    .p_main_function_contaienr_body_item1 {
        width: 40% !important;
        margin: 1rem 0rem !important;
        height: 458px!important;
    }

    .p_product_youshi_container_body_item {
        width: 90% !important;
    }

    .p_platform_container_body_item {
        width: 90% !important;
        margin: auto !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        padding: 0px !important;
    }

    .p_img1 {
        padding: 1rem !important;
    }

    .p_span8 {
        font-size: 20px !important;
    }
    .tab_content_item2_body{
        height: 270px !important;
    }

    .tab_content_item4_body{
        height: auto!important;
    }
    .p1_prirce_container_body_item{
        margin: 12px 2.1% !important;
    }
    .p_prirce_container_body{
        justify-content: center!important;
    }

    .tab_content_item1_body_item{
        width: 313px!important;

    }
    .tab_head_list span{
        padding: 0rem 1rem !important;
    }

    .p_user_tab_core_container_body_item span:nth-of-type(3){
        height: 236px!important;
    }
    .p_user_tab_core_container_body{
        justify-content: center !important;
    }

}

@media only screen and (min-width: 769px) and (max-width: 900px) {
    .b_m_t_fourc{
        width: 50%!important;
        height: auto!important;
    }
    .b_m_t{
        width: 50%!important;
        height: auto!important;
    }
    .p_user_tab_core_container_body{
        justify-content: center !important;
    }
    .p_user_tab_core_container_body_item span:nth-of-type(3){
        height: 184px!important;
    }

    .tab_content_item2_body{
        height: 270px !important;
    }
    .p_product_youshi_container_body_item {
        width: 40% !important;
        height: auto !important;
    }

    .p_span7 {
        font-size: 15px !important;
    }

    .p_main_function_contaienr_body {
        width: 90% !important;
    }

    .p_main_function_contaienr_body_item1 {
        width: 70% !important;
        margin: 1rem !important;
    }

    .p_platform_container_body_item {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        padding: 1rem 0rem !important;
    }

    .p_img1 {
        padding: .2rem 1rem !important;
    }

    .p_span6 {
        font-size: 18px !important;
    }

    .tab_content_item4_body{
        height: auto!important;
    }
    .p1_prirce_container_body_item{
        margin: 12px 2.1% !important;
    }
    .p_prirce_container_body{
        justify-content: center!important;
    }

}


@media only screen and (min-width: 901px) and (max-width: 1200px) {
    .p_user_tab_core_container_body_item span:nth-of-type(3){
        height: 184px!important;
    }
    .p_product_youshi_container_body_item {
        width: 40% !important;
        height: auto !important;
    }

    .p_span7 {
        font-size: 15px !important;
    }

    /*.p_main_function_contaienr_body{*/
    /*    width: 90%!important;*/
    /*}*/
    /*.p_main_function_contaienr_body_item1{*/
    /*    width: 70%!important;*/
    /*    margin: 1rem!important;*/
    /*}*/
    .p_platform_container_body_item {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        padding: 1rem 0rem !important;
    }

    .p_img1 {
        padding: .2rem 1rem !important;
    }

    .p_span5 {
        font-size: 14px !important;
    }

    .p_span6 {
        font-size: 18px !important;
    }
    .p1_prirce_container_body_item{
        width: 30% !important;
    }




}





























