* {
    margin: 0;
    padding: 0;
}

img {
    /* pointer-events: none; */
}

body {}

ul,
li {
    list-style: none;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
}

img {
    display: block;
}

a,
img,
button,
input,
textarea,
div {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);

}

/*隐藏bady滚动条*/
body::-webkit-scrollbar {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.flex-albetween {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-1 {
    flex: 1;
}

/* 溢出隐藏 */
.overflow-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflow-line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.overflow-line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



/* 首页 */
.wrap {
    width: 100%;
    padding-bottom: 1rem;
    /* overflow-x: hidden; */
}

/* @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .wrap {
        
    }
} */

@media screen and (min-width: 768px) {
    body {
        width: 750px;
        margin: 0 auto;
    }

    .wrap{
        width: 750px;
        margin: 0 auto;
    }

}
/* banner图 */
.wrap_banner{
    display: block;
    width: 100%;
}
/* 导航 */
.wrap_nav{
    width: 100%;
    height: 0.8rem;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 100;
    background: #265CFF;
}
.wrap_nav a{
    line-height: 0.8rem;
    font-size: 0.32rem;
    color: white;
    display: inline-block;
    padding: 0 0.2rem;
    flex-shrink: 0;
}
.wrap_nav a.nav_active{
    background: url(../imgs/arrow.png) no-repeat center 0.6rem;
    background-size: 0.4rem 0.4rem;
}
/* 内容 */
.wrap_cont{
    width: 100%;
    color: white;
    background: #051139;
}
.wrap_part{
    width: 100%;
    position: relative;
    padding-top: 0.6rem;
}
.wrap_title{
    width: 100%;
    display: block;
    margin-bottom: 0.3rem;
}
.back_cont{
    width: 100%;
    height: 3.6rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    padding: 0 0.4rem;
    box-sizing: border-box;
    overflow: hidden;
}
.back_cont p{
    text-indent: 2em;
}
.back_cover{
    width: 100%;
    height: 2rem;
    background: linear-gradient(to top, rgba(5, 17, 57, 1) 50%, rgba(5, 17, 57, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.backbtn{
    display: block;
    width: 1.74rem;
    height: 0.48rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #265CFF;
    color: white;
    border: none;
    border-radius: 0.24rem;
}

.part_cont {
    width: 100%;
    display: block;
}

.idea_cont{
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.44rem;
    padding: 0 0.4rem;
    box-sizing: border-box;
    overflow: hidden;
}
.idea_cont p {
    text-indent: 2em;
}

.view_list{
    width: 100%;
    padding: 0 0.4rem;
    box-sizing: border-box;
}
.view_item{
    width: 100%;
    color: white;
    font-size: 0.28rem;
    border-bottom: 1px #fff dashed;
    margin-bottom: 0.3rem;
    padding-bottom: 0.2rem;
    position: relative;
}
.view_item:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.view_item:last-child div:last-child {
    margin-bottom: 0;
}
.view_item:nth-of-type(5) {
    padding-bottom: 0.3rem;
}
.view_item h3{
    font-size: 0.32rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}
.view_item h3 i{
    display: block;
    width: 0.34rem;
    height: 0.34rem;
    line-height: 0.36rem;
    text-align: center;
    border-radius: 50%;
    background: #265CFF;
    font-style: normal;
    font-style: 0.2rem;
    font-weight: normal;
    margin-right: 0.12rem;
}
.view_item h5{
    font-size: 0.3rem;
    display: flex;
    align-items: baseline;
    margin-bottom: 0.1rem;
}
.view_item h5 i{
    display: block;
    width: 0.06rem;
    height: 0.14rem;
    background: #FFD24D;
    margin-right: 0.1rem;
}
.view_item p{
    margin-bottom: 0.1rem;
}
.view_item b{
    display: block;
    width: 100%;
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
}
.view_item b span{
    color: #FFD24D;
}
.view_item div{
    color: #FFD24D;
    margin-bottom: 0.1rem;
    font-weight: bold;
    font-size: 0.4rem;
}
.view_item div span {
    color: white;
    font-size: 0.2rem;
}
.view_item em{
    display: block;
    width: 100%;
    font-style: normal;
}
.view_item img{
    width: 100%;
    display: block;
}
.goApp{
    display: block;
    width: 2.9rem;
    height: 0.72rem;
    background: url(../imgs/goApp.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0.14rem;
}

.point_list {
    width: 100%;
    padding: 0 0.4rem;
    box-sizing: border-box;
}
.point_item {
    width: 100%;
    background: #3d4663;
    color: white;
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
    box-sizing: border-box;
    margin-bottom: 0.25rem;
    border-radius: 0.1rem;
}
.point_item:last-child{
    margin-bottom: 0;
}
.point_item div{
    font-size: 0.3rem;
    color: #FFD24D;
    margin-bottom: 0.1rem;
}
.point_item p{
    line-height: 0.44rem;
}

.intro_cont {
    width: 100%;
    padding: 0 0.4rem;
    box-sizing: border-box;
    overflow: hidden;
}
.intro_item:nth-of-type(1){
    width: 100%;
    margin-bottom: 0.4rem;
}
.intro_item h5{
    font-weight: normal;
    font-size: 0.26rem;
    color: #FFD24D;
    margin-bottom: 0.2rem;
}
.intro_text {
    width: 100%;
    height: 1.8rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
}
.intro_item p{
    text-indent: 2em;
    font-size: 0.26rem;
    line-height: 0.44rem;
}
.introbtn{
    width: 1.74rem;
    height: 0.48rem;
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: 0.24rem;
    background: #265CFF;
    color: white;
}

.swiper-container{
    width: 100%;
    padding-top: 0.3rem;
    overflow: hidden;
}
.swiper-slide{
    width: 5.42rem;
    height: 7rem;
    border-radius: 0.1rem;
    overflow: hidden;
}
.swiper-slide .slide-item {
    width: 100%;
    height: 100%;
    background: #2a3457;
    border-top: 0.1rem #2c4cd5 solid;
    padding: 0 0.35rem;
    box-sizing: border-box;
    color: white;
    transform: scale(0.9);
    overflow: hidden;
}
.swiper-slide-active .slide-item {
    transform: scale(1);
}
.slide-img{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: block;
    margin: 0.3rem auto 0.1rem;
}
.slide-name{
    font-size: 0.32rem;
    text-align: center;
    margin-bottom: 0.24rem;
}
.slide-text{
    width: 100%;
}
.slide-text p {
    font-size: 0.2rem;
    display: flex;
    align-items: baseline;
    margin-bottom: 0.1rem;
}
.slide-text p i {
    display: block;
    width: 0.06rem;
    height: 0.14rem;
    background: #FFD24D;
    margin-right: 0.1rem;
    flex-shrink: 0;
}


.login_cont {
    width: 100%;
    padding: 0 0.4rem;
    box-sizing: border-box;
    overflow: hidden;
}
.contact_other{
    width: 100%;
}
.contact_other:last-child{
    padding-bottom: 0.5rem;
}
.contact_other h5,
.sub_box h5 {
    font-weight: normal;
    font-size: 0.26rem;
    color: #FFD24D;
    margin-bottom: 0.2rem;
}

.other_text {
    width: 100%;
    height: 1.8rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
}
.contact_other p,
.sub_box p{
    font-size: 0.26rem;
    line-height: 0.44rem;
}
.sub_box b{
    font-size: 0.28rem;
    font-weight: normal;
    display: block;
}
.sub_box span {
    display: block;
    font-size: 0.2rem;
    color: #FFD24D;
}

.sub_box {
    padding: 0 0 0.3rem 0;
}
.sub_box ul {
    width: 6.8rem;
    margin: 0 auto;
    margin-top: 0.5rem;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

.sub_box ul>li {
    display: flex;
    min-height: 0.7rem;
    align-items: center;
    margin-bottom: 0.3rem;
}

.sub_box ul>li>span {
    width: 1.5rem;
    flex-shrink: 1;
    margin-right: 0.2rem;
    color: #fff;
    font-size: 0.3rem;
    display: block;
    text-align: right;
}

.sub_box ul>li>input {
    width: 4.1rem;
    flex-shrink: 1;
    outline: none;
    border: 0;
    border: 1px solid #fff;
    height: 0.7rem;
    padding: 0 0.15rem;
    font-size: 0.3rem;
    color: #000;
    background: #fff;
    border-radius: 0.04rem;

}

.sub_box .save_submit {
    width: 4.46rem;
    height: 0.7rem;
    line-height: 0.7rem;
    background: #FFD24D;
    border-radius: 0.04rem;
    color: #051139;
    font-size: 0.3rem;
    text-align: center;
    margin-left: 1.7rem;
    cursor: pointer;
}

.wrap_btn{
    width: 100%;
    height: 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 0.36rem;
    text-align: center;
    background: linear-gradient(-90deg, #FFE088 0%, #F23748 99%);
    color: white;
    z-index: 101;
}
.wrap_btn img{
    display: block;
    width: 0.5rem;
    margin-right: 0.02rem;
    position: relative;
    top: 0.04rem;
}
@media screen and (min-width: 750px) {
	.wrap_btn{
		width: 800px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

.contact_phone p:nth-of-type(1){
    margin-bottom: 0.4rem;
}
.contact_phone a{
    color: white;
    text-decoration: underline;
    font-size: 0.34rem;
}


/* invite */
.line_through{
    text-decoration: line-through;
}







