
/*banner*/
#banner {
    height: 560px;
    background-color: #45c5cb;
}
#vipon-features > div{
    padding-bottom: 60px;
}

#banner > div {
    width: 1032px;
    margin: 0 auto;
    color: #fff;
}

#banner > div .col-sm-6:first-child h3 {
    margin: 0;
    margin-top: 100px;
    font-size: 84px;
    line-height: 84px;
    margin-bottom: 25px;
}

#banner > div .col-sm-6:first-child p {
    margin: 0;
    font-size: 17px;
    line-height: 30px;
}

#banner > div .col-sm-6:first-child p:nth-child(2) {
    font-size: 21px;
    margin-top: 15px;
    line-height: 21px;
    margin-bottom: 60px;
}

#banner > div .col-sm-6:first-child p:nth-child(5) {
    margin-top: 30px;
}

#banner > div .col-sm-6:first-child div:last-child {
    margin-top: 27px;
}

#banner > div .col-sm-6:first-child div a {
    font-size: 24px;
    line-height: 40px;
    width: 180px;
    border-radius: 5px;
    display: inline-block;
    transition: all .3s;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
}

#banner > div .col-sm-6:first-child div a:first-child {
    margin-right: 23px;
}

#banner > div .col-sm-6:first-child div a:hover {
    background-color: #fff;
    color: #45c5cb;
}

#banner > div .col-sm-6:last-child {
    padding-top: 166px;
    position: relative;
    text-align: center;
}

#banner > div .col-sm-6:last-child img {
    max-width: 100%;
}

#banner > div .col-sm-6:last-child > div {
    position: absolute;
    left: 50%;
    margin-left: -185px;
    top: 175px;
}

#myVideo .vjs-big-play-button, #myVideoTop .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -22.5px;
}

@media (max-width: 1140px) {
    #banner > div {
        width: 960px;
    }

    #myVideo {
        height: 214px;
        width: 342px;
    }

    #banner > div .col-sm-6:last-child > div {
        margin-left: -171px;
        top: 174px;
    }
}

@media (max-width: 992px) {
    #banner {
        height: 400px;
    }

    #banner > div {
        width: 100%;
    }

    #myVideo {
        height: 165px;
        width: 264px;
    }

    #banner > div .col-sm-6:last-child img {
        width: 346px;
    }

    #banner > div .col-sm-6:last-child > div {
        margin-left: -132px;
        top: 138px;
    }

    #banner > div .col-sm-6:last-child {
        padding-top: 130px;
    }

    #banner > div .col-sm-6:first-child h3 {
        margin-top: 82px;
        font-size: 65px;
        line-height: 65px;
    }

    #banner > div .col-sm-6:first-child p {
        font-size: 14px;
        line-height: 24px;
    }

    #banner > div .col-sm-6:first-child p:nth-child(2) {
        font-size: 16px;
        margin-top: 9px;
        margin-bottom: 48px;
    }

    #banner > div .col-sm-6:first-child p:nth-child(5) {
        margin-top: 23px;
    }

    #banner > div .col-sm-6:first-child div:last-child {
        margin-top: 23px;
    }

    #banner > div .col-sm-6:first-child div a {
        line-height: 33px;
        width: 140px;
        font-size: 19px;
    }
}

@media (max-width: 768px) {
    #advantage > h3{
        margin-bottom: 45px !important;
    }
    .hidden-xs {
        display: none !important;
    }
    .site-footer{
        margin-top: 0 !important;
    }
    #banner > div .col-sm-6:first-child div a:first-child{
       margin: 5px auto;
    }
    #banner > div .col-sm-6:first-child div a{
        display: block;
        margin: auto;
    }
    #banner > div .col-sm-6:first-child {
        text-align: center;
        margin: auto;
    }

    #banner > div .col-sm-6:first-child h3 {
        font-size: 46px;
        line-height: 46px;
        margin-top: 15px;
        margin-bottom: 16px;
    }

    #banner > div .col-sm-6:first-child p:nth-child(2) {
        font-size: 12px;
        margin-bottom: 18px;
    }

    #banner > div .col-sm-6:first-child .visible-xs-block {
        position: relative;
    }

    #banner > div .col-sm-6:first-child .visible-xs-block img {
        width: 212px;
    }

    #banner > div .col-sm-6:first-child .visible-xs-block > div {
        position: absolute;
        margin: 0;
        top: 0;
        left: 50%;
        margin-left: -80px;
    }

    #banner > div .col-sm-6:first-child div#myVideoTop {
        margin: 0;
        height: 105px;
    }

    #banner > div .col-sm-6:first-child p {
        font-size: 12px;
        line-height: 18px;
        width: 370px;
        text-align: left;
        margin: 0 auto;
        margin-top: 16px;
    }

    #banner > div .col-sm-6:first-child p:nth-child(4) {
        margin-top: 16px;
    }

    #banner > div .col-sm-6:first-child p:nth-child(5) {
        margin-top: 15px;
    }

    #banner > div .col-sm-6:first-child > div:last-child {
        margin-top: 10px;
    }
}

@media (max-width: 450px) {
    #banner > div .col-sm-6:first-child p {
        width: 100%;
    }

    #banner > div .col-sm-6:first-child p:nth-child(4), #banner > div .col-sm-6:first-child p:nth-child(5) {
        margin-top: 12px;
    }

    #banner > div .col-sm-6:first-child h3 {
        margin-top: 13px;
    }

    #banner > div .col-sm-6:first-child div a {
        width: 120px;
    }
}

/*advantage*/
#advantage {
    padding: 0 2rem;
    padding-bottom: 69px;
}

#advantage > h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 45px;
    text-align: center;
    margin-bottom: 70px;
}

#advantage > div {
    width: 720px;
    margin: 0 auto;
}

#advantage > div > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#advantage > div > div > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 103px;
    justify-content: space-between;

}

#advantage p {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}

#advantage span {
    display: inline-block;
    background: url("../images/myvipon/myvipon-icon.png") no-repeat;
}

#advantage span.global {
    width: 66px;
    height: 66px;
    background-position: 0 0;
}

#advantage span.flow {
    width: 70px;
    height: 70px;
    background-position: -81px 0;
}

#advantage span.promotion {
    width: 61px;
    height: 61px;
    background-position: -170px 0;
}

#advantage span.comment {
    width: 63px;
    height: 63px;
    background-position: -258px 0;
}

#advantage span.ranking {
    width: 56px;
    height: 57px;
    background-position: -352px 0;
}

#advantage span.add {
    width: 60px;
    height: 64px;
    background-position: -416px 0;
}

#advantage span.activation {
    width: 59px;
    height: 51px;
    background-position: 0 -74px;
}

#advantage span.clear {
    width: 71px;
    height: 57px;
    background-position: -88px -74px;
}

#advantage > div > div:first-child > div {
    margin-bottom: 49px;
}

@media (max-width: 800px) {
    #advantage > div {
        width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 560px) {
    #advantage > h3{
        font-size: 18px !important;
        margin-bottom: 45px !important;
    }
    #banner > div .col-sm-6:first-child div a {
        line-height: 22px;
        width: 99px;
        font-size: 14px;
    }
    #vipon-features > h3{
        font-size: 18px !important;
        padding-top: 30px !important;
    }
    #vipon-features .col-text h3{
        font-size: 18px !important;
        margin-top: 16px !important;
        margin-bottom: 0 !important;
    }
    #advantage p {
        font-size: 12px;
        line-height: 12px;
    }

    #advantage > div > div > div {
        height: 68px;
    }

    #advantage span.global {
        width: 44px;
        height: 44px;
        background-position: 0 -142px;
    }

    #advantage span.flow {
        width: 46px;
        height: 47px;
        background-position: -58px -142px;
    }

    #advantage span.promotion {
        width: 41px;
        height: 41px;
        background-position: -118px -142px;
    }

    #advantage span.comment {
        width: 41px;
        height: 41px;
        background-position: -176px -143px;
    }

    #advantage span.ranking {
        width: 37px;
        height: 38px;
        background-position: -237px -143px;
    }

    #advantage span.add {
        width: 39px;
        height: 42px;
        background-position: -299px -143px;
    }

    #advantage span.activation {
        width: 39px;
        height: 34px;
        background-position: -358px -143px;
    }

    #advantage span.clear {
        width: 47px;
        height: 39px;
        background-position: -416px -143px;
    }

    #advantage {
        padding: 0 10px;
        padding-bottom: 59px;

    }

    #advantage > div > div:first-child > div {
        margin-bottom: 33px;
    }
}

@media (max-width: 340px) {
    #advantage {
        padding: 0;
        padding-bottom: 59px;
    }

    #advantage > h3 {
        padding: 0 10px;
    }
}

/*features*/
#vipon-features {
    background-color: #f2f2f2;
    color: #666;
}

#vipon-features img {
    width: 100%;
}

#vipon-features > h3 {
    font-size: 30px;
    line-height: 30px;
    padding-top: 58px;
    padding-bottom: 67px;
    text-align: center;
    margin: 0;
}

#vipon-features > div {
    width: 1032px;
    margin: 0 auto;
}

#vipon-features .col-img {
    text-align: center;
}

#vipon-features div.row {
    display: table;
    margin-bottom: 110px;
}

#vipon-features > div > div:last-child {
    margin-bottom: 0;
    text-align: center;
    height: 42px;
}

#vipon-features > div > div:last-child a {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-top: 8px;
}

#vipon-features > div > div:nth-child(5) {
    margin-bottom: 60px;
}

#vipon-features div.row > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
#vipon-features div.row .padding-right {
    padding-right: 30px;
}

#vipon-features .col-text h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 28px;
    margin-top: 0;
}

#vipon-features .col-text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 22px;
}

#vipon-features .col-text p:last-child {
    margin-bottom: 0;
}

#vipon-features .btn-a {
    margin-top: 30px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

#vipon-features .btn-a a {
    display: inline-block;
    line-height: 39px;
    width: 190px;
    border: 1px solid #45c5cb;
    border-radius: 5px;
    text-align: center;
    transition: all .3s;
    color: #fff;
    font-size: 18px;
    margin-right: 17px;
    background-color: #45c5cb;
}

#vipon-features .btn-a a:hover {
    color: #666;
    background-color: transparent;
    border-color: #32c8ce;

}

#vipon-features .btn-a span {
    color: #999;
    font-size: 14px;
}

@media (max-width: 1090px) {
    #vipon-features > div {
        width: 100%;
    }

    .row {
        margin: 0;
    }
}

@media (max-width: 768px) {
    #banner > div .col-sm-6:first-child div a:last-child{
        display: none;
    }
    #banner{
        height: 376px;
    }
    .site-footer .container{
        display: none;
    }
    #vipon-features .row {
        text-align: center;
    }

    #vipon-features > h3 {
        font-size: 24px;
        line-height: 30px;
        padding-top: 44px;
        padding-bottom: 0;
        color: #32c8ce;
    }

    #vipon-features .col-text p {
        width: 440px;
        margin: 0 auto;
    }

    #vipon-features .col-text p:first-child {
        margin-top: 52px;
        text-align: left;
    }

    #vipon-features .row:nth-child(2n+1) {
        background-color: #f2f2f2;
    }

    #vipon-features .row:nth-child(2n) {
        background-color: #fff;
    }

    #vipon-features div.row {
        padding-bottom: 50px;
        margin-bottom: 0;
        width: 100%;
    }

    #vipon-features .col-text h3 {
        width: 100%;
        margin-top: 60px;
    }

    #vipon-features > div > div:nth-child(5) {
        margin-bottom: 0;
    }

    #vipon-features .col-text p {
        margin-bottom: 22px;
        text-align: left;
    }
}

@media (max-width: 500px) {
    #vipon-features .col-text p, #features .col-text h3 {
        width: 100%;
    }
    #banner{
        height: 356px;
    }
    #vipon-features .btn-a span{
        display: block;
        margin-top: 10px;
        text-align: center;
    }
}

/*login*/
#login > h3 {
    font-size: 29px;
    line-height: 109px;
    text-align: center;
}

#login > div {
    width: 1032px;
    margin: 0 auto;
}

#login  .title {
    background-color: #32c8ce;
    color: #fff;
    padding-top: 9px;
    border-radius: 5px;
}

#login  .title > div:first-child {
    font-size: 18px;
    line-height: 25px;
    width: 74px;
    margin: 0 auto;
    background-color: #1fafb5;
    text-align: center;
    border-radius: 13px;
    text-shadow: 1px 1px 2px rgba(31, 175, 181, .5);
}

#login  .title > h3 {
    font-size: 47px;
    line-height: 63px;
    text-align: center;
    margin: 0;
}

#login  .title > div:last-child {
    font-size: 0;
    -webkit-text-size-adjust: none;
    position: relative;
    text-align: center;
    padding-bottom: 14px;
}

#login .col-sm-6:first-child .title > div div.doubt-title,
#login .col-sm-6:first-child .site-time div,
#login .col-sm-6:first-child .package-title > div div,
#login .col-sm-6:first-child .total-price div,
#login .col-sm-6:last-child .title > div div.doubt-title,
#login .col-sm-6:last-child .site-time div,
#login .col-sm-6:last-child .package-title > div div,
#login .col-sm-6:last-child .total-price div {
    display: none;
    position: absolute;
    font-size: 14px;
    line-height: 16px;
    padding: 8px;
    border-radius: 5px;
    background-color: #fdf8f8;
    width: 200px;
    top: -40px;
    right: -13px;
    color: #666;
    z-index: 50;
}

#login  .title > div span {
    display: inline-block;
}

#login  .title > div .symbol, #login  .title > div .interval {
    font-size: 14px;
    line-height: 14px;
}

#login  .title > div .price {
    font-size: 26px;
    line-height: 26px;
}

#login .col-sm-6:first-child .title .doubt,
#login .col-sm-6:first-child .site-time span:nth-child(2),
#login .col-sm-6:first-child .package-title > div span,
#login .col-sm-6:first-child .group label span.changed,
#login .col-sm-6:first-child .total-price span:nth-child(2),
#login .col-sm-6:last-child .title .doubt,
#login .col-sm-6:last-child .site-time span:nth-child(2),
#login .col-sm-6:last-child .package-title > div span,
#login .col-sm-6:last-child .group label span.changed,
#login .col-sm-6:last-child .total-price span:nth-child(2){
    display: inline-block;
    width: 11px;
    height: 18px;
    background: url("../images/myvipon/myvipon-icon.png") 0 -205px no-repeat;
    cursor: pointer;
}

#login .col-sm-6:first-child .title .doubt:hover + div.doubt-title,#login .col-sm-6:last-child .title .doubt:hover + div.doubt-title {
    display: block;
}

.zero {
    font-size: 0;
    -webkit-text-size-adjust: none;
}

#login  .site-time {
    text-align: center;
    position: relative;
    border-bottom: 2px solid #fff;
    background-color: #f5f6f9;
}

#login  .site-time span {
    font-size: 20px;
    line-height: 60px;
}

#login .col-sm-6:first-child .site-time span:nth-child(2) ,#login .col-sm-6:last-child .site-time span:nth-child(2) {
    background-position: -76px -204px;
    width: 13px;
}

#login .col-sm-6:first-child .site-time div ,#login .col-sm-6:last-child .site-time div {
    width: 300px;
    text-align: left;
    right: -165px;
    background-color: #c1c1c1;
    color: #fff;
}

#login .col-sm-6:first-child .site-time span:nth-child(2):hover + div.why-site-time-title ,#login .col-sm-6:last-child .site-time span:nth-child(2):hover + div.why-site-time-title{
    display: block;
}

#login .package-title > div {
    font-size: 24px;
    line-height: 72px;
    text-align: center;
    position: relative;
    color: #32c8ce;
}

#login .col-sm-6:first-child .package-title > div span,#login .col-sm-6:last-child .package-title > div span {
    background-position: -22px -204px;
    height: 23px;
}

#login .col-sm-6:first-child .package-title > div div.code,#login .col-sm-6:last-child > div div.code {
    right: -91px;
    top: -38px;
    width: 260px;
    background-color: #32c8ce;
    color: #fff;
}

#login .col-sm-6:first-child .package-title > div span:hover + div.code,#login .col-sm-6:last-child .package-title > div span:hover + div.code {
    display: block;
}

#login  .choose input {
    display: none;
}

#login  .group label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 43px;
    margin: 0;
    align-items: center;
}

#login  .group label div {
    flex: 0.7;
    text-align: center;
}

#login  .group label s,#login  .group label span:nth-child(2) {
    flex: 0.3;
    text-align: right;
    padding-right: 15px;
}

#login  .group label span:nth-child(3) {
    flex: 1;
    /*color: red;*/
}
#login  .group label span:nth-child(4) {
    flex: 1;
}

#login .col-sm-6:first-child .group label span.changed ,#login .col-sm-6:last-child .group label span.changed {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background-position: -104px -205px;
    display: none;
}

#login .col-sm-6:first-child .group input:checked + label span.changed,#login .col-sm-6:last-child .group input:checked + label span.changed {
    display: inline-block;
}

#login .col-sm-6:first-child .group input:checked + label,#login .col-sm-6:last-child .group input:checked + label {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

#login  .package {
    margin-bottom: 13px;
    background-color: #f5f6f9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#login  .now-login {
    background-color: #f5f6f9;
    border-radius: 5px;
    text-align: center;
}

#login  .total-price {
    font-size: 47px;
    line-height: 64px;
    color: #1d93ed;
    padding-top: 16px;
    position: relative;
    text-align: center;
    padding-bottom: 8px;
    font-weight: bold;
}
#login .col-sm-6:last-child  .total-price{
    color: #66b82f;
}
#login .col-sm-6:first-child .total-price span:nth-child(2),#login .col-sm-6:last-child .total-price span:nth-child(2) {
    background-position: -41px -204px;
    width: 12px;
    height: 32px;
}
#login .col-sm-6:last-child .total-price span:nth-child(2){
    background-position: -58px -204px;
}
#login .col-sm-6:first-child .total-price span:nth-child(2):hover + div,#login .col-sm-6:last-child .total-price span:nth-child(2):hover + div {
    display: block;
}

#login .col-sm-6:first-child .total-price div,#login .col-sm-6:last-child .total-price div {
    background-color: #1d93ed;
    top: -18px;
    right: -46px;
    color: #fff;
}
#login .col-sm-6:last-child .total-price div{
    background-color: #66b82f;
}
#login .col-sm-6:first-child .plan span, #login .col-sm-6:first-child .total span ,#login .col-sm-6:last-child .plan span, #login .col-sm-6:last-child .total span{
    font-size: 15px;
    line-height: 20px;
    color: #9b9b9b;
}
#login  .total{
    margin-bottom: 13px;
}
#login  .now-login>button{
    margin-bottom: 13px;
    border: 1px solid #32c8ce;
    border-radius: 3px;
    line-height: 51px;
    width: 200px;
    font-size: 28px;
    color: #fff;
    background-color: #32c8cf;
    transition: all .3s;
}
#login  .now-login>button:hover{
    color: #666;
    background-color: transparent;
    border-color: #32c8cf;
}
#login>div:last-child{
    padding: 0 15px;
}
#login>div:last-child>div{
    margin-top: 12px;
    background-color: #f5f6f9;
    padding-left: 64px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 29px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#login>div:last-child>div p{
  margin: 0;
}

@media (max-width: 1120px) {
    #login > div{
        width: 992px;
    }
}
@media (max-width: 1020px) {
    #login > div{
        width: 100%;
    }
}
@media (max-width: 768px) {
    #login>div:last-child>div{
        padding-left: 10px;
        padding-right: 10px;
    }

    #login div.row>div.col-sm-6:last-child{
        margin-top: 30px;
    }
}

.serving{
    background-color: #32c8ce;
    text-align: center;
    width: 1023px;
    margin: 0 auto;
    margin-top: 31px;
}

.serving,.serving a{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    line-height: 42px;
}
 .serving a{
    text-decoration: underline;
}

@media (max-width: 1050px) {
    .serving{
        width: 100%;
    }
}

.opacity-0{
    opacity: 0;
}

#blockFirday .modal-dialog{
    top: 50%;
    margin-top: -240px;
}
#blockFirday .modal-dialog img{
    width: 100%;
}
#blockFirday .modal-dialog div{
    position: absolute;
    top: 2px;
    right: 10px;
    color: #fff;
}
#blockFirday .modal-dialog div>span{
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
    font-size: 14px;
}
#blockFirday .modal-dialog button{
    opacity: 1;
    color: #fff;
    font-size: 16px;
}
@media (max-width: 992px) {
    #blockFirday .modal-dialog{
        margin-top: -200px;
    }
}
@media (max-width: 768px) {
    #blockFirday .modal-dialog{
        margin: 0 auto;
        margin-top: -215px;
        width: 300px;
    }
}
@media (max-width: 450px) {
    #blockFirday .modal-dialog{
        margin-top: -180px;
        width: 260px;
    }
}

/*注册*/
#pricing>div{
    width: 1030px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#pricing>div .group-plan{
    width: 32.5%;
    display: flex;
    align-items: center;
    padding: 30px 0;
    border: 1px solid #eae1e1;
    border-radius: 5px;
}
#pricing>div>.group-plan:nth-child(2){
    position: relative;
}
#pricing .hot{
    position: absolute;
    top: 0;
    right: 0;
}
#pricing>div>.group-plan:nth-child(4),
#pricing>div>.group-plan:nth-child(5){
    width: 49.3%;
    margin-top: 15px;
}
#pricing .plan-name-ring{
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex;
}
#pricing .plan-name-ring .ring{
    padding: 2px;
    border: 2px solid #70bffe;
    border-radius: 55px;
}
#pricing .plan-name{
    font-size: 24px;
    color: #feffff;
    font-weight: bold;
    line-height: 98px;
    width: 98px;
    text-align: center;
    border-radius: 50px;
    background: -webkit-linear-gradient(#80eff4, #3fcdd2); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#80eff4, #3fcdd2); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#80eff4, #3fcdd2); /* Firefox 3.6 - 15 */
    background: linear-gradient(#80eff4, #3fcdd2); /* 标准的语法 */
}
#pricing>div>.group-plan:nth-child(2) .plan-name{
    background: -webkit-linear-gradient(#25d1f0, #31b6e6); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#25d1f0, #31b6e6); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#25d1f0, #31b6e6); /* Firefox 3.6 - 15 */
    background: linear-gradient(#25d1f0, #31b6e6); /* 标准的语法 */
}
#pricing>div>.group-plan:nth-child(3) .plan-name{
    background: -webkit-linear-gradient(#82cfff, #53b6ff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#82cfff, #53b6ff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#82cfff, #53b6ff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#82cfff, #53b6ff); /* 标准的语法 */
}
#pricing>div>.group-plan:nth-child(4) .plan-name{
    background: -webkit-linear-gradient(#77c3fe, #53a1ff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#77c3fe, #53a1ff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#77c3fe, #53a1ff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#77c3fe, #53a1ff); /* 标准的语法 */
}
#pricing>div>.group-plan:nth-child(5) .plan-name{
    background: -webkit-linear-gradient(#1dd0fb, #4088e0); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#1dd0fb, #4088e0); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#1dd0fb, #4088e0); /* Firefox 3.6 - 15 */
    background: linear-gradient(#1dd0fb, #4088e0); /* 标准的语法 */
}
#pricing .price-site-code{
    flex: 1.5;
    padding-right: 6.5%;
}
#pricing .price-time{
    margin-bottom: 4px;
}
#pricing .price-time span:nth-child(1){
    font-size: 36px;
    line-height: 54px;
    color: #4d4e4f;

}
#pricing .price-time span:nth-child(2){
    font-size: 16px;
    line-height: 54px;
    color: #928b87;
}
#pricing .product-number{
    display: flex;
    justify-content: space-between;
    flex: 1;
}
#pricing .product-number div:nth-child(1){
    font-size: 14px;
    line-height: 25px;
    color: #9ea0a2;
}
#pricing .product-number div:nth-child(2){
    font-size: 15px;
    line-height: 25px;
    color: #9ea0a2;
    display: flex;
    align-items: center;
}
#pricing .product-number div:nth-child(2) span{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../images/icon_faq.png");
    margin-left: 5px;
}
#pricing .login{
    font-size: 18px;
    line-height: 34px;
    color: #4dcfd4;
    border: 2px solid #33c8ce;
    border-radius: 20px;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    background-color: transparent;
    padding: 0;
}
#pricing .login:focus{
    outline: none;
}
@media (max-width: 1200px) {
    #pricing>div{
        width: 1018px;
    }
    #pricing>div>div.group-plan{
        width: 49% !important;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
}
@media (max-width: 1070px) {
    #pricing>div{
        width: 890px;
    }
}
@media (max-width: 950px) {
    #pricing>div{
        width: 95%;
    }
}
@media (max-width: 768px) {

    #pricing>div>div.group-plan{
        width: 100% !important;
    }
    #pricing .price-time span:nth-child(1){
        font-size: 42px;
    }
    #pricing .price-time span:nth-child(2){
        font-size: 18px;
    }
    #pricing .product-number div:nth-child(1), #pricing .product-number div:nth-child(2){
        font-size: 20px;
    }
    #pricing .login{
        font-size: 18px;
    }
    #pricing .plan-name{
        font-size: 29px;
        width: 118px;
        line-height: 118px;
        border-radius: 60px;
    }
    #pricing .plan-name-ring .ring{
        border-radius: 65px;
    }
}
@media (max-width: 560px) {
    #pricing .price-time span:nth-child(1){
        font-size: 36px;
    }
    #pricing .price-time span:nth-child(2){
        font-size: 16px;
    }
    #pricing .product-number div:nth-child(1), #pricing .product-number div:nth-child(2){
        font-size: 14px;
    }
    #pricing .plan-name{
        font-size: 24px;
        width: 98px;
        line-height: 98px;
    }
    #pricing>div>.group-plan:nth-child(4), #pricing>div>.group-plan:nth-child(5){
        padding: 20px 0;
    }
}
@media (max-width: 420px) {
    #pricing .price-time span:nth-child(1){
        font-size: 30px;
        line-height: 40px;
    }
    #pricing .price-time span:nth-child(2){
        font-size: 12px;
        line-height: 40px;
    }
    #pricing .product-number div:nth-child(1), #pricing .product-number div:nth-child(2){
        font-size: 12px;
    }
    #pricing .login{
        margin-top: 10px;
    }
}
@media (max-width: 370px) {
    #pricing .plan-name-ring{
        flex: inherit;
        width: 90px;
    }
    #pricing .plan-name{
        font-size: 17px;
        width: 70px;
        line-height: 70px;
    }
}
#pricing>h3{
    font-size: 29px;
    line-height: 39px;
    text-align: center;
    padding: 35px 0;
    padding-bottom: 0px;
}
@media (max-width: 530px) {
    #pricing>h3{
        font-size: 24px;
    }
}
#pricing>div:last-child>div {
    margin-top: 15px;
    background-color: #f5f6f9;
    padding-left: 64px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 29px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    width: auto;
}

.small, small {
    font-size: 100%;
}











