/* 头部 */
body {
    background-color: #fff;
}

.logo_btn img {
    width: 161px;
    margin-right: 68px;
    margin-top: 11px;
}

.container {
    width: 100%;
}

.haeder_info {
    height: 64px;
    margin-left: 15%;
    margin-right: 20%;
}

.top_tab ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #18191C;
}

.haeder_info .my_order {
    margin-right: 25px;
}

.haeder_info .charges_btn {
    width: 87px;
    height: 30px;
    line-height: 30px;
    font-weight: 100;
    font-size: 13px;
    color: #F6F6F6;
}

.top_tab ul li {
    margin-right: 0;
    flex: 1;
}

.haeder_info .charges_btn_order {
    background: #FF1500;
}

.my-head {
    border-bottom: 1px solid #F2F2F2;
}

.head_user {
    display: flex;
    align-items: center;
}

.headImg {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #BDBCBC;
    position: relative;
    margin-right: 10px;
}

.headImg .img_url {
    width: 32px;
    height: 32px;
    margin: 5px;
    border-radius: 50%;
}

.headImg span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    font-family: PingFang SC;
    font-size: 12px;
    position: absolute;
    bottom: -4px;
    right: 4px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    background-color: #5D52EA;
}

.head_info .head_info_name {
    color: #656669;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.head_email {
    color: #7B899C;
    font-family: PingFang SC;
    font-size: 12px;
    line-height: 14px;
}

.head_token {
    color: #7369EE;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

/* 登录信息 */
.login_info {
    width: 24%;
    margin: 0 40% 25px 36%;
}

.login_desc {
    display: flex;
    align-items: flex-end;
    height: 166px;
}

.login_desc_title p {

    font-family: PingFang SC;
    font-weight: 500;
    font-size: 13px;
    color: #18191C;
}

.login_desc img {
    width: 169px;
    height: 166px;
}

.login_message .num_info_list p {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #18191C;
}

.login_message .num_info_list .verify {
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 13px;
    color: #FF3600;
    margin-right: 8px;
}

.num_info_list {
    display: -webkit-box;
    /* Safari, iOS, Android browser */
    display: -moz-box;
    /* Firefox (old) */
    display: -ms-flexbox;
    /* Internet Explorer */
    display: flex;
    /* Standard syntax */
    justify-content: space-between;
    align-items: center;
    margin-bottom: 9px;
}


.message_info {
    border: 1px solid #D9D3FF;
    border-radius: 12px;
    height: 47px;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.message_info img {
    width: 21px;
    height: 26px;
    margin-left: 26px;
    margin-right: 20px;
}

.login_mail img {
    width: 25px;
    height: 23px;
    margin-right: 16px;
}

.message_info input {
    border: none;
    height: 45px;
    flex: 1;
    margin-right: 10px;
}

.message_info input:focus {
    border: none;
    outline: none;
}

/* 协议 */
.check_info {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

.check_info img {
    width: 20px;
    height: 19px;
    margin-right: 9px;
    margin-left: 30px;
}

.check_info p {
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 14px;
    color: #6B6D74;
}

.check_info p span {
    color: #5B52E2;
}

.login_next {
    width: 100%;
    height: 45px;
    border-radius: 90px;
    background-color: #4931E9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.login_next img {
    margin-left: 8px;
    width: 12px;
    height: 9px;
}

.loginBox {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.loginBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
}

.loginBoxInfo {
    position: relative;
    width: 40%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 12px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
}

.loginBox——title {
    text-align: center;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}

.loginBox_desc {
    font-family: PingFang SC;
    font-size: 14px;
    margin-bottom: 20px;
}

.loginBg-sure {
    width: 20%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 45px;
    background-color: #5D52EA;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.subject {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.subject p {
    padding: 12px 33px 9px 22px;
    margin-right: 60px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    border-radius: 45px;
}

.subject3 {
    background-color: #00A163;
}

.subject2 {
    background-color: #5D52EA;
}

.subject1 {
    background-color: #FF6C0A;
}

.subject span {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #5B52E2;
}

.subject .subject6 {
    color: #00A163;
}

.subject .subject5 {
    color: #5D52EA;
}

.subject .subject4 {
    color: #FF6C0A;
}

.orPrice {
    color: #333;
    font-size: 13px;
    text-decoration: line-through;
}
.vip_name span{
    margin-bottom: 10px;
}

.secondary p{
    font-weight: 600;
    font-size: 28px;
    color: #202022;

}
.secondary1{
    margin-bottom: 40px;
    margin-top: 5px;
    color: #202022;
    font-size: 14px;
}