﻿*, body, html {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    font-size: 12px;
}

ul, ol {
    list-style-type: none;
}

i, em {
    font-style: normal;
}

a, img, button, input {
    display: block;
}

a {
    text-decoration: none;
    color: rgb(51,51,51);
    -webkit-tap-highlight-color: rgba(255,0,0,0);
}

img, button, input {
    border: 0;
}

img {
    margin: auto;
}

button, input {
    background-color: unset;
    outline: none;
}

#pack {
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    margin: auto;
    overflow: hidden;
    background-color: rgba(234,235,251,.1);
}
#pack2 {
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    margin: auto;
    overflow: hidden;
    background-color: rgba(234,235,251,.1);
}

/**/
.going, .going img {
    width: 100%;
}

.going {
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
}

/**/
#pack .header, #pack .headerBox {
    width: 100%;
    height: 88px;
}

#pack2 .header, #pack2 .headerBox {
    width: 100%;
    height: 88px;
}

#pack .header {
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
}

#pack2 .header {
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
}

#pack .headerBox {
    max-width: 750px;
    min-width: 320px;
    position: fixed;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0px 1px 8px -3px rgba(0,0,0,.1);
    overflow: hidden;
}


#pack2 .headerBox {
    max-width: 750px;
    min-width: 320px;
    position: fixed;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0px 1px 8px -3px rgba(0,0,0,.1);
    overflow: hidden;
}


#pack .headerBlue {
    background-color: rgb(56,71,232);
}

#pack .headerWhite {
    background-color: white;
}

#pack .headerBox .headerTit {
    flex: 9;
    padding-left: 10%;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 1.5px;
    box-sizing: border-box;
}

#pack .headerBox .headerTitBlack {
    color: rgb(27,27,27);
}

#pack .headerBox .headerTitWhite {
    color: white;
}

#pack .headerBox .headerMsg {
    flex: 1;
}

    #pack .headerBox .headerMsg img {
        width: 24px;
    }














#pack2 .headerBlue {
    background-color: rgb(56,71,232);
}

#pack2 .headerWhite {
    background-color: white;
}

#pack2 .headerBox .headerTit {
    flex: 9;
    padding-left: 10%;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 1.5px;
    box-sizing: border-box;
}

#pack2 .headerBox .headerTitBlack {
    color: rgb(27,27,27);
}

#pack2 .headerBox .headerTitWhite {
    color: white;
}

#pack2 .headerBox .headerMsg {
    flex: 1;
}

    #pack2 .headerBox .headerMsg img {
        width: 24px;
    }





/**/
.focus {
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    margin: auto;
    margin-bottom: 3%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

    .image li {
        float: left;
    }

.button {
    position: absolute;
    display: none;
    top: 45%;
}

    .button a {
        width: 30px;
        height: 40px;
        display: inline-block;
        line-height: 40px;
        text-align: center;
        background: black;
        color: white;
        opacity: .1;
    }

.next {
    position: absolute;
    left: 720px; /*top: 50%; margin-top: -20px;*/
}

.round {
    position: absolute;
    top: 92%;
    margin-left: 45%;
}

    .round li {
        float: left;
        width: 8px;
        height: 8px;
        border: 1px solid white;
        border-radius: 50%;
        margin-left: 10px;
    }

.clear {
    clear: both;
}

.current {
    background-color: white;
}

/**/
#pack .box {
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 2% 4%;
    box-sizing: border-box;
}

#pack .boxItem {
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 4%;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,.1);
    box-sizing: border-box;
}

/**/
#pack #titleItem {
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

    #pack #titleItem .titleImg {
        flex: 1;
    }

        #pack #titleItem .titleImg img {
            width: 18px;
        }

    #pack #titleItem .titleTxt {
        flex: 9;
        font-size: 1.6rem;
    }

/**/
#pack #proItem {
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
}

    #pack #proItem ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        #pack #proItem ul li {
            width: 25%;
            padding-top: 5%;
            box-sizing: border-box;
        }

            #pack #proItem ul li p {
                font-size: 1.35rem;
                text-align: center;
                margin-top: 10%;
                color: rgb(51,51,51);
            }

/**/
.proTab {
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 4%;
    box-sizing: border-box;
}

    .proTab ul {
        border-radius: 50px;
        background-color: white;
        border: 1px solid rgb(56,71,232);
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        overflow: hidden;
    }

        .proTab ul li {
            width: 25%;
            padding: 2% 0;
            font-size: 1.35rem;
            text-align: center;
            color: rgb(56,71,232);
            border-left: 1px solid;
            box-sizing: border-box;
        }

            .proTab ul li:first-of-type {
                border-left: unset;
            }

.proTabAction {
    background-color: rgb(56,71,232);
    color: white !important;
}

.proTabBox {
    display: none;
}

/**/
.prolist {
    margin: 10% 0 0;
    text-align: center;
}

    .prolist p {
        margin: 10% 0;
        font-size: 1.35rem;
        color: rgb(51,51,51);
    }

    .prolist img {
        width: 80%;
    }

    .prolist a {
        width: 35%;
        margin: auto;
        padding: 2% 0;
        background-color: rgb(56,71,232);
        color: white;
        border-radius: 50px;
    }

.marginTop {
    margin-top: 5% !important;
}

.contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .contents .contentsIcon {
        flex: 2;
    }

    .contents .contentsText {
        flex: 7;
        line-height: 2;
    }

    .contents .contentsSum {
        flex: 1;
        font-size: 1.8rem;
        color: red;
    }

    .contents .contentsTextTit {
        font-size: 1.8rem;
    }

    .contents .contentsTextService, .contentsTextService span {
        font-size: 1.35rem;
        color: rgb(102,102,102);
    }

        .contents .contentsTextService span {
            color: red;
        }

        .contents .contentsTextService i {
            margin-left: 3%;
            padding: 0 2%;
            border-radius: 50px;
            background-color: rgb(247,187,83);
            color: white;
        }

.contentsLink {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}

    .contentsLink a {
        width: 18%;
        padding: 1% 0;
        border: 1px solid;
        border-radius: 50px;
        color: rgb(56,71,232);
        box-sizing: border-box;
        font-size: 1.25rem;
    }

        .contentsLink a:nth-child(2) {
            margin-left: 3%;
            background-color: rgb(56,71,232);
            color: white;
        }

/**/
#service ul, #service ol {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    #service ul li {
        width: 14.2857%;
        padding-top: 5%;
        box-sizing: border-box;
    }

    #service ol li {
        width: 14.2857%;
        font-size: 1.25rem;
        text-align: center;
        margin-top: 3%;
        color: rgb(57,71,232);
    }

/**/
.news {
    padding-bottom: 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(123,123,123);
}

    .news .newsIcon {
        flex: 1;
    }

    .news .newsPhone {
        flex: 3;
        font-size: 1.35rem;
    }

    .news .newsText {
        flex: 4;
        font-size: 1.35rem;
    }

    .news .newsTime {
        flex: 2;
        text-align: right;
        font-size: 1.35rem;
    }

/**/
nav, #tabBar {
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    margin: auto;
    height: 98px;
    box-sizing: border-box;
    overflow: hidden;
}

#tabBar {
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: white;
    box-shadow: 0px 1px 8px -1px rgba(0,0,0,.1);
}

    #tabBar p {
        line-height: 2;
        text-align: center;
        font-size: 1.5rem;
        color: rgb(174,173,173);
    }

        #tabBar p.action {
            color: rgb(56,71,232);
        }


/**/
#loading {
    width: 80%;
    margin: auto;
    margin-top: 20%;
}

    #loading .phoneLoginImg img {
        width: 70px;
    }

    #loading .phonelogin {
        margin: auto;
        margin-top: 25%;
        padding: 2%;
        background-color: #1c84f4;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.35rem;
        color: white;
    }

        #loading .phonelogin img {
            width: 15px;
            display: inline-block;
            margin: unset;
        }

    #loading p {
        font-size: 1.5rem;
        letter-spacing: 2px;
        color: rgb(52,52,52);
        padding-bottom: 3%;
    }

    #loading .loadingCommon, #loading label, #loading .signIn {
        width: 100%;
        margin: 10% auto;
        padding: 3% 4%;
        border: 1px solid rgb(209,209,209);
        box-sizing: border-box;
        border-radius: 50px;
        color: rgb(61,61,61);
    }

        #loading .loadingCommon, #loading .loadingCommon span, #loading .loadingPhone, #loading .enterCode, #loading .obtainCode, #loading .signIn {
            font-size: 1.35rem;
        }

    #loading label {
        display: flex;
        align-content: space-between;
        line-height: 2;
    }

        #loading label input, #loading .obtainCode {
            color: rgb(61,61,61);
        }

    #loading .enterCode {
        width: 70%;
    }

    #loading .obtainCode {
        width: 30%;
        text-align: right;
    }

    #loading .signIn {
        background-color: rgb(56,71,232);
        color: white;
        border: 1px solid;
    }

    #loading .UserAgreementSrc {
        text-align: center;
        letter-spacing: 1px;
        color: #aaa;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 8%;
    }

        #loading .UserAgreementSrc img {
            margin: unset;
            width: 12px;
        }

        #loading .UserAgreementSrc span {
            color: #1c84f4;
        }

    #loading .otherLogin {
        width: 100%;
        text-align: center;
    }

        #loading .otherLogin section {
            font-size: 1.25rem;
            color: #666;
            margin-top: 50%;
            margin-bottom: 10%;
        }

        #loading .otherLogin ul {
            display: flex;
            align-items: center;
            justify-content: space-around;
        }
/**/
#proPayTitle {
    text-align: center;
    line-height: 2.5;
    padding: 10% 0;
    border-bottom: 1px solid rgb(215,215,215);
}

    #proPayTitle p {
        font-size: 1.8rem;
        letter-spacing: 1px;
        color: rgb(51,51,51);
    }

    #proPayTitle span, #proPaySrc ul li span {
        font-size: 1.25rem;
        color: rgb(102,102,102);
    }

    #proPayTitle h3 {
        font-size: 2rem;
        color: red;
    }

#proPaySrc ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5%;
}

    #proPaySrc ul li {
        line-height: 1.8;
    }

        #proPaySrc ul li img {
            width: 50%;
        }

        #proPaySrc ul li p {
            font-size: 1.7rem;
            color: rgb(51,51,51);
        }

#proPayText {
    margin: 10% 0;
}

    #proPayText p {
        font-size: 1.25rem;
        text-align: center;
        color: rgb(170,170,170);
        line-height: 2;
    }

#proPayA a {
    width: 50%;
    margin: auto;
    padding: 2% 0;
    border-radius: 50px;
    background-color: rgb(56,71,232);
    font-size: 1.25rem;
    text-align: center;
    color: white;
}

/**/
#proDetailsBgc {
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.proDetails {
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    position: absolute;
    top: 8%;
}

    .proDetails ul {
        display: flex;
        line-height: 2;
    }

    .proDetails ol {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .proDetails ol li {
            width: 20%;
            text-align: center;
            font-size: 1.25rem;
            color: rgb(131,131,131);
        }

    .proDetails ul p {
        font-size: 1.8rem;
        color: rgb(78,93,249);
    }

    .proDetails ul span {
        font-size: 1.35rem;
        color: rgb(141,141,141);
    }

.proDetailsImg img {
    margin-top: 5%;
    margin-bottom: 5%;
    width: 80%;
}

.proDetailsContent ul {
    align-items: center;
    border-bottom: 1px solid rgb(211,211,215);
}

.proDetailsContent li {
    font-size: 1.5rem;
    padding-bottom: 3%;
}

.proDetailsContent ol {
    display: unset;
}

    .proDetailsContent ol li {
        width: 100%;
        text-align: left;
        padding-top: 3%;
        font-size: 1.45rem;
        color: rgb(51,51,51);
    }

        .proDetailsContent ol li span {
            padding-left: 3%;
            font-size: 1.45rem;
            color: rgb(102,102,102);
        }

.proDetailsContent section {
    font-size: 1.25rem;
    line-height: 2;
    color: rgb(102,102,102);
}

/**/
#vipTop {
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    height: auto;
    margin: auto;
    padding: 4% 0;
    overflow: hidden;
    box-sizing: border-box;
}

    #vipTop ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        #vipTop ul li {
            line-height: 1.5;
        }

    #vipTop .vipTitle {
        font-size: 1.5rem;
        color: #666;
    }

    #vipTop ul li p {
        font-size: 1.25rem;
        color: #aaa;
    }

#vipBox ul li ol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5% 0;
    line-height: 2;
    border-bottom: 1px solid rgba(170,170,170,.2);
}

    #vipBox ul li ol li.vipBoxIcon1 {
        flex: 1;
    }

    #vipBox ul li ol li.vipBoxText {
        flex: 8;
        font-size: 1.35rem;
        color: #333;
    }

    #vipBox ul li ol li.vipBoxIcon2 {
        flex: 1;
    }

    #vipBox ul li ol li.vipBoxIcon1 img {
        width: 15px;
    }

/**/
#userDelete article em {
    font-size: 1.5rem;
    color: red;
}

#userDelete article {
    font-size: 1.5rem;
    line-height: 2;
}

#userDelete p {
    font-size: 1.5rem;
    margin: 3% 0;
}

#userDelete section {
    display: flex;
    align-items: center;
    padding-top: 5%;
}

#userDelete #userDeleteIcon {
    width: 20px;
}

#userDelete div {
    font-size: 1.35rem;
}

#userDelete span {
    font-size: 1.35rem;
    color: rgb(56,71,232);
}

#userDelete botton {
    width: 20%;
    padding: 2%;
    margin: auto;
    margin-top: 5%;
    display: block;
    font-size: 1.35rem;
    text-align: center;
    background-color: rgb(56,71,232);
    color: white;
}

/**/
#feedback textarea {
    letter-spacing: 1px;
    font-size: 1.05rem;
    line-height: 2;
    outline: none;
    resize: none;
    border: 0;
    width: 100%;
    overflow: hidden;
}

#feedbackSrc button {
    width: 25%;
    margin: auto;
    margin-top: 5%;
    padding: 2%;
    text-align: center;
    border-radius: 50px;
    background-color: rgb(56,71,232);
    color: white;
}

/**/
#userData p {
    text-align: center;
    padding-top: 3%;
    font-size: 1.15rem;
    color: #838181;
}

#userData ul li {
    display: flex;
    align-items: center;
    padding: 5% 0;
    line-height: 2;
    border-bottom: 1px solid rgba(170,170,170,.2);
}

    #userData ul li article {
        flex: 9;
        font-size: 1.35rem;
        color: #333;
    }

        #userData ul li article span {
            float: right;
            font-size: 1.35rem;
            color: #333;
        }

    #userData ul li div {
        flex: 1;
    }

/**/
#helpCenter ul li {
    border-bottom: 1px solid rgba(170,170,170,.2);
}

    #helpCenter ul li:last-child {
        border-bottom: 0;
    }

#helpCenter .helpCenterTitle {
    font-size: 1.8rem;
    padding-bottom: 5%;
    color: #333;
}

#helpCenter .helpCenterContent {
    display: flex;
    align-items: center;
    padding: 3% 0;
}

#helpCenter article {
    flex: 9;
    font-size: 1.45rem;
    color: #666;
}

#helpCenter .helpCenterIcon {
    flex: 1;
}

#helpCenter .helpCenterDesc {
    padding-bottom: 3%;
    font-size: 1.25rem;
    line-height: 2;
    color: #aaa;
    display: none;
}

/**/
#useAgreement .useAgreementTitle {
    text-align: center;
    font-size: 1.5rem;
}

#useAgreement section {
    margin: 5% 0;
    font-size: 1.15rem;
    line-height: 2;
    color: #333;
}

#useAgreement article {
    margin: 5% 0;
    line-height: 2;
    font-size: 1.15rem;
}


@media screen and (max-width:750px) {
    #pack .image img {
        width: 750px;
    }
}

@media screen and (max-width:736px) {
    #pack .image img {
        width: 736px;
    }

    .proDetails {
        top: 20%;
    }
}

@media screen and (max-width:667px) {
    #pack .image img {
        width: 667px;
    }

    #pack .focus {
        height: 268px;
    }
}

@media screen and (max-width:640px) {
    #pack .image img {
        width: 640px;
    }

    .proDetails {
        top: 23%;
    }
}

@media screen and (max-width:568px) {
    #pack .image img {
        width: 568px;
    }

    #pack .focus {
        height: 229px;
    }

    .proDetails {
        top: 27%;
    }
}

@media screen and (max-width:480px) {
    #pack .image img {
        width: 480px;
    }
}

@media screen and (max-width:414px) {
    #pack .image img {
        width: 414px;
    }

    .contents .contentsIcon img, .proDetails ul li img, #vipTop ul li.avatar img {
        width: 80%;
    }

    #proPaySrc ul li img {
        width: 70%;
    }

    #pack #proItem ul li img, #service ul li img {
        width: 68%;
    }

    #tabBar img {
        width: 65%;
    }

    #proPayA a {
        width: 60%;
    }

    #pack #proItem ul.sumup li img {
        width: 50%;
    }

    .contentsLink a {
        width: 25%;
    }

    #pack .headerBox .headerMsg img {
        width: 18px;
    }

    #pack #titleItem .titleImg img {
        width: 15px;
    }

    #pack .round li {
        width: 5px;
        height: 5px;
    }

    #pack .focus {
        height: 166px;
    }

    #pack .header, #pack .headerBox {
        height: 44px;
    }

    #pack nav, #tabBar {
        height: 50px;
        padding-top: 2%;
        box-sizing: border-box;
    }

    #pack .round {
        margin-left: 43%;
    }

    #helpCenter .helpCenterContent {
        padding: 4% 0;
    }

    .contents .contentsTextService i {
        padding: 0 4%;
    }

    .proDetails {
        top: 7%;
    }

    #pack #proItem ul.sumup {
        align-items: unset;
    }

    .vipId {
        text-indent: 3%;
    }

    .proDetails ul {
        line-height: 1.5;
    }

    .contents .contentsSum {
        font-size: 1.6rem;
    }

    #pack .headerBox .headerTit, #pack #titleItem .titleTxt, .contents .contentsTextTit, .proDetails ul p {
        font-size: 1.5rem;
    }

    .news .newsPhone, .news .newsText, .news .newsTime, .proDetails ul span, .proDetailsContent li {
        font-size: 1.25rem;
    }

    #pack #proItem ul li p, #proPaySrc ul li span, .proDetailsContent ol li, .proDetailsContent ol li span, .proDetailsContent section {
        font-size: 1.15rem;
    }

    .contents .contentsTextService, .contentsTextService span, .contentsLink a, #tabBar p, #proPayText p, .proDetails ol li {
        font-size: 1.05rem;
    }
}

@media screen and (max-width:375px) {
    #pack .image img {
        width: 375px;
    }

    #userDelete botton {
        width: 25%;
    }

    #userDelete #userDeleteIcon {
        width: 15px;
    }

    #pack .focus {
        height: 151px;
    }

    #pack #proItem ul li p {
        margin-top: 15%;
    }

    #userDelete p {
        margin: 5% 0;
    }

    .contentsLink {
        margin-top: 3%;
    }

    #helpCenter .helpCenterTitle {
        font-size: 1.5rem;
    }

    .contents .contentsTextTit, #userDelete article, #userDelete article em, #helpCenter article {
        font-size: 1.35rem;
    }

    .contents .contentsSum, #purchase ul li button.gmbtn, #userDelete p {
        font-size: 1.25rem !important;
    }

    .proTab ul li, .proDetailsContent ol li, #userDelete div, #userDelete span, #userDelete botton, #userData ul li article, #userData ul li article span {
        font-size: 1.15rem;
    }

    #pack #proItem ul li p, #service ol li, .news .newsPhone, .news .newsText, .news .newsTime, #helpCenter .helpCenterDesc {
        font-size: 1.05rem;
    }

    .contents .contentsTextService, .contentsTextService span, .contentsLink a, #proPaySrc ul li span, .proDetails ol li {
        font-size: 1rem;
    }

    #userDelete div {
        text-align: unset;
    }
}

@media screen and (max-width:360px) {
    #pack .image img {
        width: 360px;
    }

    #pack .focus {
        height: 145px;
    }

    .contents .contentsTextService i {
        display: none;
    }

    #loading .obtainCode {
        font-size: 1.25rem;
    }

    .proTab ul li {
        font-size: 1.15rem;
    }
}

@media screen and (max-width:320px) {
    #pack .image img {
        width: 320px;
    }

    #proPaySrc ul li img {
        width: 80%;
    }

    #pack .focus {
        height: 129px;
    }

    #proPayTitle {
        padding: 6% 0;
    }

    .proDetails {
        top: 8%;
    }

        #proPaySrc ul li p, .proDetails ul p {
            font-size: 1.35rem;
        }

    #loading .loadingCommon, #loading .loadingCommon span, #loading .loadingPhone, #loading .enterCode, #loading .obtainCode, #loading .signIn, #userDelete article, #userDelete article em {
        font-size: 1.15rem;
    }

    .proDetailsContent li, .proDetailsContent ol li, .proDetailsContent ol li span, .proDetailsContent section {
        font-size: 1.1rem;
    }

    .contents .contentsSum, .proDetails ul span, #userDelete p {
        font-size: 1.05rem;
    }

    #proPayText p, #userDelete div, #userDelete span, #userDelete botton {
        font-size: 1rem;
    }
}
