.header {
    width: 19.2rem;
    height: .78rem;
    background-color: #fff;
    color: #333;
    font-size: .16rem;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.nav {
    width: 14rem;
    margin: 0 auto;
}

.nav_div {
    width: 14rem;
    display: flex;
    margin: 0 auto;
    /* margin-top: .16rem; */
}

.current {
    color: #00BC9E !important;
    border-bottom: .02rem solid #00BC9E;
}

.logo img {
    width: 1.5rem;
    height: .54rem;
    margin-top: .12rem;
}

.cast {
    display: flex;
    height: .78rem;
    line-height: .78rem;
    font-size: .16rem;
    color: #333;
    margin-left: 2.4rem;
}

.cast div {
    margin-right: .74rem;
    cursor: pointer;
}

.cast a {
    color: #333;
    width: 100%;
    height: 100%;
    display: block;
}

.login {
    display: flex;
    margin-left: 1.5rem;
}

.login div:first-child {
    width: .8rem;
    height: .31rem;
    background: #00BC9E;
    border-radius: .51rem;
    color: #fff;
    text-align: center;
    line-height: .31rem;
    margin-top: .22rem;
    /* opacity: 1; */
}

.login div a {
    color: #fff;
}

.login div:last-child {
    width: .8rem;
    height: .31rem;
    background: #313BBF;
    color: #fff;
    border-radius: .51rem;
    text-align: center;
    line-height: .31rem;
    margin-left: .24rem;
    margin-top: .22rem;
}

.banner {
    width: 100%;
    height: 5rem;
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
}

.title {
    position: absolute;
    top: 2.07rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.title div:first-child {
    font-weight: bold;
    color: #FFFFFF;
    font-size: .3rem;
    width: 100%;
    text-align: center;
}

.title div:last-child {
    font-weight: 400;
    color: #FFFFFF;
    font-size: .14rem;
    margin-top: .2rem;
}

.product {
    width: 14rem;
    margin: 0 auto;
    margin-top: .6rem;
}

.pro_title div:first-child {
    font-weight: bold;
    color: #333333;
    font-size: .3rem;
    text-align: center;
}

.pro_title div:last-child {
    color: #666666;
    font-size: .16rem;
    margin-top: .1rem;
    text-align: center;
}

.pro_list {
    margin-top: .3rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: .18rem;
}

.pro_div {
    width: 6.91rem;
    height: 3.96rem;
    position: relative;
    background: linear-gradient(180deg, rgba(28, 72, 176, 0.07) 0%, rgba(196, 196, 196, 0) 57%);
    border-radius: .1rem;
    border: .01rem solid #EAEAEA;
    padding: .4rem;
    box-sizing: border-box;
    margin-bottom: .18rem;
}

.pro_text {
    font-weight: bold;
    color: #333333;
    font-size: .24rem;
}

.pro_text1 {
    color: #999999;
    line-height: .24rem;
    font-size: .12rem;
    margin-top: .05rem;
}

.list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.choice {
    display: inline-flex;
    width: 25%;
    margin-top: .25rem;
}

.choice_div {
    width: .15rem;
    height: .15rem;
    position: relative;
    border: .01rem solid #1C48B0;
    border-radius: 50%;
}

.choice_div div {
    width: .07rem;
    height: .07rem;
    position: absolute;
    top: 29%;
    left: 27%;
    background: #1C48B0;
    border-radius: 50%;
    /* transform: translate(-45%,-55%); */
}

.cho_title {
    color: #333333;
    font-size: .14rem;
    line-height: .15rem;
    margin-left: .13rem;
}

.pro_btn {
    margin-top: .81rem;
    width: 100%;
    display: flex;
    position: absolute;
    bottom: .61rem;
    right: .4rem;
    justify-content: flex-end;
}

.pro_btn1 {
    margin: 0;
}

.pro_btn div:first-child {
    width: 1.46rem;
    height: .42rem;
    text-align: center;
    line-height: .43rem;
    background-color: #00BC9E;
    border-radius: .24rem;
    color: #fff;
    cursor: pointer;
    font-size: .14rem;
}

.pro_btn div:last-child {
    cursor: pointer;
    width: 1.46rem;
    height: .42rem;
    text-align: center;
    line-height: .43rem;
    /* background-color: #00BC9E; */
    border-radius: .24rem;
    color: #00BC9E;
    font-size: .14rem;
    border: .01rem solid #00BC9E;
    margin-left: .41rem;
}

.characteristic {
    width: 14rem;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.chara_div {
    width: 6.3rem;
    padding: .50rem 0;
    /* padding: 0 .78rem; */
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: .4rem;
}

.chara_left {
    width: 3.6rem;
}

.title2 {
    font-weight: bold;
    color: #333333;
    font-size: .2rem;
}

.title3 {
    color: #999999;
    font-size: .14rem;
    margin-top: .15rem;
    line-height: .3rem;
}

.programme {
    position: relative;
}

.pro_ul {
    position: absolute;
    width: 1.63rem;
    background: #FFFFFF;
    font-size: .14rem;
    color: #333;
    box-sizing: border-box;
    border-radius: .08rem;
    top: .78rem;
    left: -0.47rem;
    /*display: none;*/
}

.pro_ul li {
    width: 100%;
    height: .48rem;
    line-height: .48rem;
    text-align: center;
}

.pro_ul a {
    color: #333;
}

.title3 span {
    color: #00BC9E;
    font-weight: 700;
}

.make {
    width: 1.42rem;
    height: .42rem;
    background: #00BC9E;
    border-radius: .24rem;
    color: #fff;
    text-align: center;
    line-height: .42rem;
    font-size: .14rem;
    margin: 0 auto;
    margin-top: .4rem;
}

.apply {
    width: 100%;
    display: flex;
    margin-top: .4rem;
    margin-bottom: .9rem;
}

.apply_div {
    display: inline-flex;
    width: 16.6%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    color: #333;
}

.apply_div div {
    margin-top: .08rem;
}
