@charset "utf8";
/*css document*/

body {
    /*font-family: 'Segoe UI', Tahoma, Helvetica, Arial, Verdana, sans-serif;*/
    background-color: #f9f9fb;
}

h1 {
    font-weight: normal;
    text-align: center;
}

/*head banner*/

#price-banner {
    height: 580px;
    background-color: #4b555a;
    background-image: url("/images/home/banner.jpg");
}

#price-banner-content {
    width: 800px;
    margin: auto;
    padding-top: 50px;
    color: #dbdbdb;
    text-align: center;
}

#price-banner-content>div {
    background: url(img/price_icons.png) -9px -10px;
    width: 170px;
    height: 170px;
    margin: auto;
}

#price-banner-content>p {
    font-size: 23px;
    font-size: 2.3rem;
}

#price-banner-content hr {
    border-top: 1px solid #414242;
    border-bottom: 1px solid #767777;
}

#price-banner-content ul {
    margin: auto;
}

#price-banner-content li {
    width: 64px;
    height: 40px;
    background: url(img/price_icons.png) no-repeat;
    display: inline-block;
    margin: 18px 3px;
}

#price-banner-content li:nth-child(1) {
    background-position: -24px -204px;
}

#price-banner-content li:nth-child(2) {
    background-position: -24px -247px;
}

#price-banner-content li:nth-child(3) {
    background-position: -24px -290px;
}

#price-banner-content li:nth-child(4) {
    background-position: -24px -333px;
}

#price-banner-content li:nth-child(5) {
    background-position: -24px -376px;
}

/*price table*/

.pricing-faq {
    line-height: 25px;
    padding: 24px 0;
    text-align: left;
    width: 1100px;
    margin: auto;
}

.pricing-faq>div {
    width: 480px;
}

.priceq {
    color: black;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 28px;
}

.pricing-green {
    color: rgb(30, 194, 30);
    font-weight: bold;
    text-shadow: 1px 1px 3px rgb(230, 230, 230);
}

.big-quotes {
    margin: 40px 0 0 0;
    text-align: left;
    padding: 0 8px;
}

.big-quotes .quote {
    display: inline-block;
    color: white;
    background-color: rgba(153, 153, 153, 0.3);
    border-radius: 100%;
    overflow: hidden;
    vertical-align: top;
    width: 97px;
    height: 97px;
    line-height: 97px;
    text-align: center;
}

.quote .fa {
    font-size: 3.2em;
    vertical-align: middle;
}

.quote-content {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    display: inline-block;
    width: 672px;
    color: #a9a9a9;
    position: relative;
    text-align: left;
    vertical-align: top;
    margin: 6px 0px 0 43px;
}

.quote-content .pricing-comment {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.quote-content .pricing-comment a {
    color: #a9a9a9;
}

.pricing-comment-author {
    font-weight: bold;
    text-transform: uppercase;
    color: #888;
    text-align: right;
    font-size: 13px;
    font-size: 1.3rem;
}

.pricing-comment-head {
    position: absolute;
    top: -7px;
    left: 100%;
    margin-left: 20px;
}

.pricing-down {
    background-color: #fff;
    margin-top: -20px;
    border-top: 1px solid #eaeaea;
    padding-bottom: 80px;
}

a {
    color: #4497f3;
}

/*table container*/

.pricing-table-container {
    top: -120px;
    width: 1100px;
    margin: auto;
    position: relative;
    text-align: center;
}

/*coupon*/

.pricing-discount-code-top {
    background-color: #F5F8FA;
    height: 48px;
    padding: 0 20px;
    line-height: 48px;
    margin-bottom: 2px;
}

.pricing-discount-code-top a {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

.pricing-discount-code-top a i {
    margin-right: 4px;
}

.pricing-discount-code-bottom {
    background-color: #F5F8FA;
    height: 48px;
    padding: 0 20px;
    line-height: 48px;
    margin-top: 2px;
    border: 1px solid #eaeaea;
}

.pricing-discount-content>label {
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
    line-height: 32px;
    margin-right: 10px;
    margin-top: 7px;
}

.pricing-discount-content>.button-pure {
    padding: 0px 10px;
    line-height: 28px;
    border-radius: 0px;
    margin-top: 8px;
    margin-left: 11px;
}

.pricing-discount-content>input {
    width: 200px;
    margin-right: -1px;
    height: 30px;
    margin-top: 8px;
    line-height: 24px;
    padding: 0 0 0 4px;
}

.pricing-discount-content>.coupon-message {
    position: absolute;
    line-height: 46px;
    color: rgb(226, 23, 23);
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
}

.pricing-discount-content-top>.coupon-message {
    right: 380px;
    left: auto;
}

.pricing-discount-content-bottom>.coupon-message {
    left: 380px;
}

/*table*/

#price-table {
    background-color: white;
    color: #333;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    border-collapse: collapse;
    border: 1px solid #eaeaea;
    text-align: center;
}

/*table hover effect*/

.table-hover, #price-table tbody tr:hover {
    background-color: #f5f5f5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

/*border and width、height*/

#price-table td {
    border: 1px solid #eaeaea;
    height: 60px;
    width: 180px;
    padding: 0 15px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #555;
}

#price-table td p {
    white-space: nowrap;
    /*color: rgb(51, 51, 51);*/
}

#price-table th {
    text-align: left;
    padding-left: 30px;
    font-size: 15px;
    font-size: 1.5rem;
    position: relative;
    border: 1px solid #eaeaea;
    padding-right: 20px;
    color: #333;
}

/*thead*/

.price-container {
    height: 284px;
    padding-top: 20px;
    position: relative;
    /*width: 170px;*/
}

.price-container-foot {
    height: 165px;
    padding-top: 10px;
    position: relative;
}

#price-table a {
    text-decoration: underline;
}

.price-icon {
    background: url(img/price_icons.png) no-repeat;
    margin: auto;
}

.price-icon-container {
    width: 70px;
    height: 50px;
    margin: auto;
}

#price-icon-1 {
    padding-top: 11px;
}

#price-icon-1>div {
    background-position: -38px -473px;
    width: 51px;
    height: 28px;
}

#price-icon-2 {}

#price-icon-2>div {
    background-position: -38px -515px;
    width: 51px;
    height: 50px;
}

#price-icon-3 {
    padding-top: 8px;
}

#price-icon-3>div {
    background-position: -19px -574px;
    width: 70px;
    height: 34px;
}

#price-icon-4 {
    padding-top: 6px;
}

#price-icon-4>div {
    width: 70px;
    height: 38px;
    background-position: -23px -626px;
}

.price-type {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 3px 0 0;
    line-height: 30px;
}

/*.price-type > .info-icon {*/

#price-table tr .info-icon {
    background: url("/pricing/img/info.png") no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-left: 2px;
}

#price-table tr>th .info-icon {
    top: 5px;
}

.price-text {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 400;
    margin: 0;
    line-height: 40px;
    color: black;
}

.price-old {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: normal;
    text-decoration: line-through;
    color: rgb(226, 23, 23);
    /* height: 30px;
    line-height: 30px; */
    height: 15px;
    line-height: 15px;
}

.price-table.isAnnual .price-time,
.price-table .enterprise-other-buy {
    display: none;
}
.price-table .price-time,
.price-table.isAnnual .enterprise-other-buy {
    display: block;
}
.price-time,
.enterprise-other-buy {
    color: #6A6A6A;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding-top: 6px;
}

.enterprise-other-buy .annual-old {
    text-decoration: line-through;
}
.enterprise-other-buy .annual-current {
    margin-left: 2px;
    font-weight: 700;
}

.price-table.isAnnual .price-text {
    color: #cc9e0a;
}

.price-button {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: #4497f3;
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    padding: 0;
    border-color: #448BDA;
    text-align: center;
}

.price-button:hover {
    background-color: #3487E4;
    border-color: #2F89ED;
}

.platinum-personal {
    color: #4497f3;
    font-size: 12px;
    font-size: 1.2rem;
}



/*tbody*/

.price-new {
    position: absolute;
    background: url(img/price_icons.png) no-repeat -31px -740px;
    width: 45px;
    height: 38px;
    left: 0;
    top: 0;
}

.price-include {
    width: 26px;
    height: 26px;
    background: url(img/price_icons.png) no-repeat -26px -426px;
    margin: auto;
}

.price-not-include {
    width: 26px;
    height: 26px;
    background: url(img/price_icons.png) no-repeat -57px -426px;
    margin: auto;
}

/***********/

/* transition */

.transition {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.transition-fade {
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    opacity: 0 !important;
}

.transition-fade.in {
    opacity: 1 !important;
}

.transition-fade.out {
    opacity: 0 !important;
}

#price-table td[ref="col1"],
#price-table td[ref="col2"],
#price-table td[ref="col3"],
#price-table td[ref="col4"] {
    width: 200px;
}

/* #price-table td[ref="col4"] {
    display: none;
}
#price-table td {
    width: 220px;
} */

.pricing-toggle-period {
    position: relative;
    left: 10%;
    font-size: 17px
}

.pricing-toggle-period>.period {
    display: inline-block;
    vertical-align: middle;
}

.toggle-period-btn {
    position: relative;
    top: 0px;
    margin: 0 15px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.toggle-line {
    width: 45px;
    height: 13px;
    border-radius: 34px;
    background-color: #e0e0e0
}

.toggle-dot {
    position: absolute;
    left: -1px;
    top: -4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #5cb85c;
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, .12), 0 4px 10px 0 rgba(0, 0, 0, .08);
    border-color: #ddd;
    transition: all .4s
}

.toggle-period-btn.disabled .toggle-line, .toggle-period-btn.disabled .toggle-dot {
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 1px #fff;
    color: #ccc;
    cursor: no-drop;
    box-shadow: none
}

.pricing-period-desc {
    margin-left: 4px;
    font-size: 15px;
    color: #ff9300
}

.pricing-period-wrap .pricing-desc {
    font-size: 14px
}

.isAnnual .toggle-dot {
    left: 26px
}

.isAnnual td:not(:nth-child(2)) .current-price {
    color: #ffc60d
}

.price .priceTxt-wrap {
    display: inline-block;
    width: 100%
}

.price .price-desc {
    position: relative;
    top: -7px;
    font-size: 14px
}

.annual-desc .annual-old {
    text-decoration: line-through
}

.annual-desc .annual-current {
    margin-left: 2px;
    font-weight: 700
}

/* 试用 */
.trial-button {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: #4497f3;
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    padding: 0;
    border-color: #448BDA;
}
/*.price-table.trial-table .free-trial-text {*/
/*    color: #6A6A6A;*/
/*    font-size: 12px;*/
/*    margin-top: 6px;*/
/*}*/
/*#price-table.trial-table td[ref="col1"] {*/
/*    background: #f5f5f5;*/
/*    color: #000;*/
/*}*/
/*#price-table.trial-table .trial_disable_price_btn {*/
/*    background: #DADADA;*/
/*    color: #B8B8B8;*/
/*    cursor: not-allowed;*/
/*}*/
.free-trial-text{
    display: none;
    color: #6A6A6A;
    font-size: 12px;
    margin-top: 6px;
}
.price-container .trial_disable_price_btn {
    display: none;
    background: #DADADA;
    color: #B8B8B8;
    cursor: not-allowed;
    border: 1px solid #DADADA;
}
#anyflip-pricing.trial .price-table td[ref="col1"] {
    background: #f5f5f5;
    color: #000;
}

#anyflip-pricing.inTrial .price-table .trial-button,
#anyflip-pricing.inTrial .price-table .free-trial-text,
#anyflip-pricing.inTrial .price-table .trial_disable_price_btn,
#anyflip-pricing.trial .price-table .trial-button,
#anyflip-pricing.trial .price-table .free-trial-text,
#anyflip-pricing.trial .price-table .trial_disable_price_btn{
  display: block;
}
#anyflip-pricing.inTrial .price-container .button-pure:not(.trial-button),
#anyflip-pricing.inTrial .price-container-foot .button-pure:not(.trial-button),
#anyflip-pricing.trial .price-container .button-pure:not(.trial-button),
#anyflip-pricing.trial .price-container-foot .button-pure:not(.trial-button){
    display: none;
}

.trial-qa{
    display: none;
}
#anyflip-pricing.inTrial .trial-qa,
#anyflip-pricing.trial .trial-qa{
    display: block;
}


