*{
    margin: 0;
    padding: 0;
}
.header_right ul {
    display: flex;
    /* width: 800px; */
    position: relative;
    margin-right: 20px;
}
.header_right li {
        position: relative;
    padding: 15px 0;
    font-size: 14px;
    color: white;
    width: 100px;
    line-height: 1;
    transition: 0.2s all linear;
    cursor: pointer;
    list-style: none;
    text-align: center;
}
}

li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    border-bottom: 2px solid white;
    transition: 0.2s all linear;
}

li:hover::before,li.active::before {
    width: 100%;
    top: 1px;
    left: 0;
    transition-delay: 0.1s;
    border-bottom-color: white;
    z-index: 1;
}
li:hover ~ li::before {
    left: 0;
}
li.active ~ li::before {
    left: 0;
}

/* li:active {
    background: #000;
    color: #fff;
} */
.header{
    display: flex;
    background: transparent;
    height: 50px;
    z-index: 99;
    width: 100%;
    justify-content: space-between;
    /*position: relative;*/
    position: absolute;
    border-bottom: 1px solid #6d727f;
}
.ponshine_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    background: #3065BA;
}
.login_button{
    background: none;
    padding: 5px 25px;
    /* height: 35px; */
    border: 1px solid white;
    color: white;
    height: 30px;
    text-align: center;
    cursor: pointer;
}
.login_register{
    background: none;
    padding: 5px 10px;
    /* height: 35px; */
    border: none;
    color: white;
    height: 30px;
    text-align: center;
    cursor: pointer;
}
.header_right{
    display:flex;
    align-items: center;
    padding-right: 20px;
    position:relative
}
.header_left{
    align-items: center;
    padding: 20px;
    display:flex}
.platform_title {
    color: white;
    font-size: 14px;
    /* padding: 10px; */
    justify-content: center;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.slide_menu{
    position: absolute;
    border: 1px solid #e6e6e6;
    /* border-top: none; */
    top: 50px;
    /* left: 10px; */
    right: 37px;
    background: transparent;
    display: flex;
    flex-direction: column;
}
.menu{
    padding: 10px 10px;
    /* width: 65px; */
    display: flex;
    justify-content: center;
    width: 70px;
    color: white;
    font-size: 14px;
    cursor:pointer;
    position:relative
}


.menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    border-bottom: 2px solid white;
    transition: 0.2s all linear;
}

.menu:hover::before {
    width: 80%;
    top: -5px;
    left: 9px;
    transition-delay: 0.1s;
    border-bottom-color: white;
    z-index: 1;
}
.menu:hover ~ .menu::before {
    left: 0;
}
.banner1{
    background: url("../images/newHome/banner1_bg.png") no-repeat;
    z-index: 10;
    cursor: pointer;
}
.banner3{
    background: url("../images/newHome/banner3_bg.png") no-repeat;
    z-index: 10;
    cursor: pointer;
}
.direction_column{
	flex-direction:column
}
.banner2{
    background: url("../images/newHome/banner2_bg.png") no-repeat;
    z-index: 15;

}
.recordButton{
    color: white;
    border: 1px solid white;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    width: 100px;
    margin-top: 40px;
}

.banner{
position: absolute;
    background-size:100% 100%;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.announcement_warpper{
    height: 30px;
    width: 100%;
    background: #F2F3F8;
    display: flex;
    align-items: center;
    /* padding-left: 5%; */
    box-sizing: border-box;
    padding-left: 5%;

}
.announcement_warpper span{
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}

.announcement_text {
    display: inline-block!important;
    width: calc(95% - 90px);
    height: 40px;
    overflow: hidden;
}

.announcement_text a {
    display: block;
    height: 20px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.announcement_text div {
    transition: all .5s linear;
}

.safeService_warpper{
    width: 100%;
    /*padding: 50px;*/
    display: flex;
    justify-content: center;
	position:relative
}
.safeService_inner{
    width: 1200px;
    height: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
    padding-top: 50px;
    position:relative
    /*background: aqua;*/
}
.worldMap_warpper{
	position: absolute;
    background: url(../images/newHome/worldMap_bg.png);
    width: 95%;
    z-index: -1;
    height: 200px;
    bottom: 0;
    background-size: 100% 100%;
}
.module_title{
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(37,42,48,1);
    padding: 10px;
}
.module_underline{
    width:70px;
    height:6px;
    background:linear-gradient(90deg,rgba(84,105,225,1),rgba(84,190,216,1));
    border-radius:3px;
}
.safeService_single{
    width: 360px;
    height: 500px;
    border-radius: 5px;
    box-shadow: 0 0 5px #a7a7a7;
}
.safeService_container{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 30px;
}
.display_flex{
    display: flex;
}
.triangle{
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 6px solid #286CD9;
}
.safeService_type{
    display: flex;
    align-items: center;
    padding: 7px 20px;
}
.safeService_type_title{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(37,42,48,1);
}
.service_description{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(100,100,102,1);
    line-height: 26px;
    padding: 0 20px;
    /* width: 267px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.merit_warpper{
    height: 70px;
    width: 100%;
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: url("../images/newHome/merit_line.png");
}
.association_warpper{
    height: 180px;
    width: 100%;
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: url("../images/newHome/association_line.png");
}
.single_merit{
    justify-content: center;
    align-items: center;
}
.single_merit span{
    margin-left: 20px;
}
.form_info{
    width: 300px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    cursor: pointer;
    box-shadow: 0 0 1px #a7a7a7;
    transition: all .2s ease;
}
.form_info:hover{
    transform: scale(1.1);

    -webkit-box-shadow: 0 0px 8px rgba(0,0,0,.5);
    -moz-box-shadow: 0 -1px 5px rgba(0,0,0,.5);
    box-shadow: 0 0px 8px rgba(0,0,0,.5);
}

.firm_container{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 40px;
}
.join_button:hover{
	background: white;
	color:#3B71C7
}
.join_button{
    
    border: 1px solid white;
    background: transparent;
    outline: none;
    color: white;
    width: 120px;
    height: 35px;
    cursor: pointer;
    text-align: center;
    /* padding: 15px 40px; */
    font-size: 14px;
    border-radius: 3px;
    transition: all 1s;
}
.QrCode_container{
    display: flex;
    flex-direction: column;
}
.bothAlignCenter{
    justify-content: center;
    align-items: center;
}
.association_warpper span{
    display: flex;
    justify-content: center;
    font-size: 14px;
    margin-top: 10px;
}
.mr-30{
    margin-right: 30px;
}
.mr-15{
    margin-right: 15px;
}
.mt-10{
    margin-top: 10px;
}
.bottom_info{
    width: 100%;
    height: 70px;
    background: #252B3A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    color: #FFFFFF;
}
.relative{
    position: relative;
}
.mask{
    width:360px;
    height:381px;
    background:rgba(48,114,218,0.7);
    opacity:0;
    border-radius:6px 6px 0px 0px;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    transition: all 1s;
    cursor: pointer;
}
.safeService_single:hover .mask{
    opacity:1;
}
.step{
    width: 100%;
    display: flex;
}
.slogan{
    font-size: 44px;
    font-weight: 600;
    color: white;
    margin-left: 50px;
}
.slogan_highLight{
    color:#43CFFF
}
.mt-30{
	margin-top:30px
}
.step_info{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    flex-direction: column;
}
.step_num{
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}
.step_name{
    font-size: 16px;
    font-weight: 400;
}
.arrow_warpper{
    padding-top: 30px;
    width: 100px;
    display: flex;
    flex-direction: column;
    color: #98C5FF;
    font-size: 12px;
    align-items: center;
}
.banner_container{
    position: relative;
    height: 500px;
    z-index: 10;
}
.banner_index{
    position: absolute;
    display: flex;
    justify-content: space-evenly;
    bottom: 30px;
    width: 100px;
    left: 46%;
    z-index: 55;
}
.banner_index span{
    width: 30px;
    height: 3px;
    background: #7C97D6;
    margin-left: 10px;
    cursor: pointer;
}
.banner_index span.active{

    background: white;

}
.banner_index span:before{
    content: "";
    display: inline-block;
    height: 1.3rem;
    width: 2.3rem;
}
.vip_modal{
    width: 218px;
    height: 300px;
    background: white;
    /* position: absolute; */
    display: flex;
    flex-direction: column;
    bottom: 83px;
    right: 40px;
    border-radius: 2px;
    align-items: center;
    z-index: 55;
}
.vip_bg_container{
    width: 218px;
    height: 205px;
    background: url(../images/newHome/modal_bg.png) 0px -1px;
    /* background: red; */
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
}
.vip_icon{
    position: absolute;
    width: 25px;
    left: 57%;
    top: 100px;
    height: 25px;
    background: url(../images/newHome/vip_icon.png);
    background-size: 100% 100%;
}
.vip_button{
    width: 180px;
    height: 40px;
    background: linear-gradient(90deg,rgba(84,105,225,1),rgba(84,190,216,1));
    box-shadow: 0px 7px 14px 0px rgba(37,144,235,0.42);
    border-radius: 4px;
    margin-top: 20px;
    color: white;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.unLogin,.logined{
	display:none
}
.hot_title{
    font-size: 12px;
    color: #286CD9;
}
.mr-5{
    margin-right: 5px;
}
.consult_warpper{
    display: flex;
    flex-direction: column;
    border: 2px solid #286CD9;
    position: fixed;
    height: 150px;
    width: 50px;
    bottom: 50px;
    right: 10px;
    background: white;
    z-index: 100;
    align-items: center;
}
.consult_icon{
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #286CD9;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.consult_title{
        width: 15px;
    color: #252A30;
    font-size: 14px;
    /* font-weight: 600; */
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.consult_info{
    position: absolute;
    /* left: 58%; */
    right: 70px;
     top: -60px;
    /* display: none; */
}
.mb-5{
    margin-bottom: 5px;
}
.mb-10{
    margin-bottom: 10px;
}
.demo_tips{
    width: 200px;
    /*opacity: 0.95;*/
    height: 220px;
    background: white;
    position: relative;
    color: black;
    font-size: 12px;
    /* line-height: 30px; */
    padding: 3px 10px 10px;
    border-radius: 5px;
    z-index: 99;
    display: block;
    box-shadow: 1px 2px 8px #868585;
}
.demo_tips:after {
    content: '';
    position: absolute;
    border: 8px solid transparent;
    border-left-color: #f3f7fc;
    top: 34%;
    right: -16px;
}
.single {
    display: flex;
}
.pic_container {
    display: flex;
    align-items: center;
}
.consult_contact {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}
.close_btn{
    position: relative;
    margin-top: 60px;
    font-size: 17px;
    color: #b2b2b2;
    cursor:pointer;
}
.position{
	font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(40,108,217,1);
}
.position_bm{
	    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(40,108,217,1);
    margin-top: 5px;
}
.mt-20{
	margin-top:20px
}
.base_title{
	font-size: 56px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(224,229,236,1);
    line-height: 43px;
    opacity: 0.4;
    z-index: -88;
    position: absolute;
    /* bottom: 0; */
    top: 35px;
}
.pt-page-moveToLeftFade {
    -webkit-animation: moveToLeftFade .7s ease both;
    -moz-animation: moveToLeftFade .7s ease both;
    animation: moveToLeftFade .7s ease both;
}
.pt-page-moveToRightFade {
    -webkit-animation: moveToRightFade .7s ease both;
    -moz-animation: moveToRightFade .7s ease both;
    animation: moveToRightFade .7s ease both;
}
.pt-page-moveFromLeftFade {
    -webkit-animation: moveFromLeftFade .7s ease both;
    -moz-animation: moveFromLeftFade .7s ease both;
    animation: moveFromLeftFade .7s ease both;
}

@-webkit-keyframes moveToLeftFade {
    to { opacity: 0.3; -webkit-transform: translateX(-100%); }
}

@-webkit-keyframes moveToRightFade {
    to { opacity: 0.3; -webkit-transform: translateX(100%); }
}



.pt-page-moveToLeft {
    -webkit-animation: moveToLeft .6s ease both;
    -moz-animation: moveToLeft .6s ease both;
    animation: moveToLeft .6s ease both;
}
.pt-page-moveToRight {
    -webkit-animation: moveToRight .6s ease both;
    -moz-animation: moveToRight .6s ease both;
    animation: moveToRight .6s ease both;
}
@-webkit-keyframes moveToLeft {
    to { -webkit-transform: translateX(-100%); }
}
@-webkit-keyframes moveFromRight {
    from { -webkit-transform: translateX(100%); }
}
@-moz-keyframes moveFromRight {
    from { -moz-transform: translateX(100%); }
}
@keyframes moveFromRight {
    from { transform: translateX(100%); }
}

.banner_warpper{
	width: 100%;
    /*justify-content: space-evenly;*/
    height: 430px;
    display:flex;
    align-items: center;
    margin-top: 50px;
}
.invertedTriangle{
	width: 0;
    height: 0;
    border: 5px solid white;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    /* margin-bottom: 5px; */
    /* display: flex; */
    margin-left: 7px;
    position: absolute;
    top: 20px;
}
.banner_button span{
    display: inline-block;
    width: 40px;
    height: 8px;
    background: #bfbfbf;
    margin-left: 5px;
    cursor: pointer;
    transition: background 0.5s;
}
.btn_active{
    background: white!important;
}
.vipJoin_container{
    position: absolute;
    top: 120px;
    right: 50px;
}
.videoContainer{
    display: flex;
    padding: 0 30px 20px 30px;
}
.videos{
    width: 600px;
    height: 400px;
}
.playList_ul {
    list-style: none;
    height: 200px;

}
.playList_ul li{
    height: 40px;
    font-size: 14px;
    transition: background-color 0.5s;
    padding: 8px;
    cursor: pointer;
    width: 250px;
    display: flex;
}
#character_number{
    color: #bfbaba;
}
.playList_ul li:hover{
    background-color:#699CFB;
    color: #fff;
}
.playList_ul li:hover .playing_tag{
    background: white;
    color: #699CFB;
}
h4{
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
}
.video_operateArea{
    margin-left: 30px;
}
.played{
    color: #a39f9f;
}
.question_text{
    width: 250px;
    height: 35px;
    outline: none;
    border: 2px solid #bfbaba;
    border-radius: 3px;
    padding: 7px 5px;
    font-size: 12px;
}
.doubt{
    width: 250px;
    border: 2px solid #bfbaba;
    border-radius: 3px;
    padding: 7px 5px;
    margin-top: 10px;
}
.doubt textarea{
    width: 100%;
    height: 82px;
    outline: none;
    border: none;
    margin: 0px;
    background: none;
    font-size: 12px;
}
.submit_btn{
    display: inline-block;
    background-color: #286CD9;
    color: white;
    padding: 3px 7px;
    border-radius: 5px;
    cursor: pointer;
}
.operate_area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.playing_tag{
    background: #699CFB;
    color: white;
    font-size: 12px;
    margin-left: 20px;
    display: inline-block;
    padding: 4px 5px;
    border-radius: 5px;
}
.playList_title{
    width: 160px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.error-info{
    position: absolute;
    top: 66%;
    left: 91%;
    height: 33px;
    /* margin-top: -16.5px; */
    margin-left: 10px;
    background: #FFF4F4;
    border: 1px solid #FFA0A0;
    white-space: nowrap;
    padding: 0 10px;
    line-height: 32px;
}
.success-info{
    position: absolute;
    top: 71%;
    left: 90%;
    height: 33px;
    margin-top: -16.5px;
    margin-left: 10px;
    white-space: nowrap;
    padding: 0 10px;
    line-height: 32px;
}

.error-info:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px -4px 0;
    background: url(../images/resetPassword/error.png) no-repeat;
}
.success-info:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px -4px 0;
    background: url(../images/resetPassword/success_sm.png) no-repeat;
}
.error_border{
    border: 2px solid #ff4b0a;
}
#thanks_area{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.control_btn{
    position: absolute;
    top: 48%;
    left: 44%;
    cursor: pointer;
}
.videoMask{
    position: absolute;
    background: none;
    width: 600px;
    height: 310px;
    top: 22%;
}
#video_description{
    font-size: 12px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#videos_title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}
.font_bolder{
    font-weight: 600;
}