.warp {
    background: #f0f0f0; }
.warp .main {
    min-height: 855px; }
.warp .banner {
    background: url(../../images/price_nav_bg.png) no-repeat;
    padding-top: 0px;
    height: 455px;
    background-position: center center; }
.warp .banner .bannerBox {
    width: 960px;
    margin: 0 auto;
    height: 182px;
    position: relative; }
.warp .banner .bannerBox .bannerTitle {
    color: #fff;
    margin-top: 50px;
    margin-left: 60px;
    width: 900px;
    float: left; }
.warp .banner .bannerBox .bannerSubTitle {
    color: #fff;
    float: left;
    margin-top: 10px;
    margin-left: 60px; }
.warp .banner_border {
    background-color: #e0e0e0;
    padding-top: 0px; }

.main .priceBox {
    width: 754px;
    margin: 0px auto;
    min-height: 750px; }
.main .priceBox a {
    text-decoration: underline; }
.main .priceBox a:hover {
    color: #f36523;
    text-decoration: underline; }
.main .priceBox .service_input {
    float: left;
    line-height: 28px;
    height: 28px;
    padding: 0 10px 0 10px;
    color: #333;
    background: #fafafa;
    border: 1px solid #bbb; }
.main .priceBox .service_input.error {
    border-color: #f36523; }
.main .priceBox .service_input.contact {
    width: 280px;
    margin-right: 10px; }
.main .priceBox .signmsg {
    height: 30px;
    width: 400px;
    float: right;
    line-height: 1.125;
    display: inline-block;
    font-size: 0;
    color: #f36523; }
.main .priceBox .signmsg:before {
    content: "Placeholder";
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 100%;
    margin-left: -1em; }
.main .priceBox .signmsg p {
    display: inline-block;
    vertical-align: middle; }
.main .priceBox .warning {
    min-height: 20px;
    line-height: 1.5;
    background: #fff3e8;
    border: 1px solid #f57f1a;
    border-radius: 5px;
    padding: 5px;
    margin: 0px;
    color: #f36523;
    margin: 30px;
    padding: 20px; }
.main .priceBox .warning img {
    padding: 0px 5px 0px 0px;
    margin-bottom: -2px; }
.main .priceBox .warning ul {
    list-style: disc;
    margin-top: 10px;
    list-style-type: circle; }
.main .priceBox .warning li {
    margin-left: 1.5em;
    padding-left: 0px;
    list-style-type: circle;
    line-height: 1.5; }
.main .priceBox .warning.prompt {
    border-color: #09C;
    background-color: #f0fafd;
    color: #333; }

/* Price */
.main {
    background: #fff;
    overflow: hidden; }
.main .priceBox .payment_panel {
    min-height: 400px;
    background: #fff;
    font-size: 20px;
    color: #565352;
    position: relative;
    border-radius: 5px;
    border: 1px solid #eee;
    box-shadow: 3px 3px 3px #dedede; }
.main .priceBox .payment_panel .title {
    background: #f6f6f6;
    border-bottom: 1px solid #eee;
    height: 110px;
    line-height: 120px;
    font-weight: bolder;
    color: #f06730;
    padding-left: 78px; }
.main .priceBox .payment_panel .payment_method {
    padding: 0;
    min-height: 200px; }
.main .priceBox .payment_panel .payment_method ul {
    border-bottom: 1px solid #ddd;
    padding: 25px 75px; }
.main .priceBox .payment_panel .payment_method ul li {
    font-size: 20px;
    line-height: 40px; }
.main .priceBox .payment_panel .payment_method ul li img {
    vertical-align: middle;
    margin-left: 15px; }
.main .priceBox .payment_panel .payment_method input[type=checkbox] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 5px solid #c8c6c6;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    outline: none;
    vertical-align: middle; }
.main .priceBox .payment_panel .payment_method input[type=checkbox]:checked {
    background: #3599e0; }
.main .priceBox .payment_panel .confirmBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px 40px;
    box-sizing: border-box;
    line-height: 50px; }
.main .priceBox .payment_panel .confirmBox .total_fee {
    float: right;
    width: 500px; }
.main .priceBox .payment_panel .confirmBox .total_fee #total_fee {
    margin-left: 100px;
    color: #f06730;
    font-size: 35px;
    font-weight: bolder; }
.main .priceBox .payment_panel .confirmBox .total_fee #confirm {
    background: #f06730;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    width: 180px;
    height: 56px;
    float: right;
    line-height: 56px;
    text-align: center;
    text-decoration: none; }

.payment_status_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    background: rgba(0, 0, 0, 0.8); }
.payment_status_wrap .payment_status {
    position: absolute;
    left: 50%;
    top: 40%;
    width: 435px;
    height: 224px;
    margin-left: -200px;
    margin-top: -110px;
    background: #fff;
    border-radius: 5px;
    font-size: 20px;
    padding: 0 20px 20px 20px;
    box-sizing: border-box; }
.payment_status_wrap .payment_status .title {
    border-bottom: 1px solid #f06730;
    height: 60px;
    line-height: 60px;
    margin-bottom: 35px; }
.payment_status_wrap .payment_status #done {
    background: #f06730;
    border-radius: 5px;
    width: 175px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    color: #fff;
    font-size: 20px;
    border: none;
    outline: none; }
.payment_status_wrap .payment_status #done:hover {
    text-decoration: none; }
.payment_status_wrap .payment_status #fail {
    background: #fff;
    border: 1px solid #f06730;
    border-radius: 5px;
    width: 175px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #f06730;
    font-size: 20px;
    float: right;
    outline: none; }
.payment_status_wrap .payment_status #fail:hover {
    text-decoration: none; }
.payment_status_wrap .payment_status .error {
    font-size: 18px;
    float: right;
    margin-top: 10px;
    margin-left: 15px; }
.payment_status_wrap .payment_status .invoice {
    font-size: 18px;
    float: left;
    margin-top: 10px; }

.priceBox #alipayBox {
    display: none; }

/* Price */
.page_title {
    text-align: center;
    font-size: 28px;
    margin-top: 50px;
    font-weight: bolder; }

.page_subtitle {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    color: #000000;
    font-weight: bolder; }

.orange_color {
    color: #f06730; }

.blue_color {
    color: #1cb0eb; }

.service_table {
    width: 100%; }
.service_table th {
    border-bottom: 1px solid #b6b6b6;
    text-align: left;
    font-size: 20px;
    line-height: 50px;
    height: 10px; }
.service_table .line-through {
    text-decoration: line-through; }
.service_table .discount {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: url(../../images/price/discount.png) 0 0 no-repeat;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    margin-left: 10px;
    background-size: contain; }
.service_table p {
    margin: 0px 0 5px 0;
    text-align: left; }
.service_table .price {
    text-align: center;
    padding-right: 90px; }
.service_table .price span {
    font-size: 22px; }
.service_table .price i {
    background: url(/images/price/11.11.png) 0 0 no-repeat;
    display: inline-block;
    width: 50px;
    height: 30px;
    margin-left: -50px; }
.service_table .free-placeholder {
    height: 44px; }
.service_table .free {
    padding-top: 65px; }
.service_table .free span {
    font-size: 30px; }
.service_table .btn-wrap {
    height: 35px;
    width: 110px; }
.service_table td {
    line-height: 50px;
    height: 50px;
    color: #666666; }
.service_table .price_cell {
    font-size: 30px;
    width: 195px;
    padding-left: 30px !important; }

.ui-tooltip {
    border: none !important;
    line-height: 25px;
    font-size: 12px; }

#service_brief th {
    font-size: 20px;
    color: #333333;
    width: 20%; }
#service_brief td:first-child p {
    text-indent: 150px; }
#service_brief td {
    padding: 15px 0 50px 0; }
#service_brief td .price span {
    text-align: left;
    display: inline-block;
    margin-bottom: 14px; }
#service_brief td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #00a3ee;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    width: 110px; }
#service_brief td a.contact {
    margin-top: 90px; }

.service_detail th {
    text-align: left; }
.service_detail td {
    width: 20%; }
.service_detail td .add_on i {
    width: 18px;
    height: 16px;
    background: url(/images/price/add_on.png) 0 0 no-repeat;
    display: inline-block;
    margin: -1px 5px; }
.service_detail td .detail_link {
    color: #00a3ee; }
.service_detail .detail {
    color: #00a3ee;
    margin-left: 15px;
    font-size: 12px; }
.service_detail .detail:hover {
    cursor: default; }

.extra_tips {
    width: 95%;
    margin: 20px auto; }
.extra_tips a {
    text-decoration: underline;
    color: #ee7700; }
.extra_tips span {
    color: #ee7700; }

#tabs {
    width: 1000px;
    background: #fff;
    margin: 15px auto 60px;
    border: none;
    padding: 0; }

#tabs-1, #tabs-2 {
    padding: 0;
    min-height: 900px; }

#tabs_switcher {
    margin: 0 auto 20px;
    width: 290px;
    border: 1px solid #ee7700;
    padding: 0;
    height: 35px;
    border-radius: 2em;
    overflow: hidden; }
#tabs_switcher li {
    border: none;
    border-radius: 2em;
    margin: 0;
    border: none;
    background: #fff; }
#tabs_switcher li a {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 0.5em 2em !important; }
#tabs_switcher li a:focus {
    outline: none; }
#tabs_switcher li:active {
    outline: none; }
#tabs_switcher li.ui-tabs-tab a {
    color: #454545; }
#tabs_switcher li.ui-tabs-active {
    background: #fe7001; }
#tabs_switcher li.ui-tabs-active a {
    color: #fff; }

.orange {
    color: #ee7700 !important; }

#industry_solution th {
    text-align: center; }
#industry_solution td {
    padding-left: 0; }
#industry_solution .description {
    padding: 33px;
    line-height: 26px;
    text-align: justify; }
#industry_solution .feature-wrap {
    height: 170px;
    width: 170px;
    overflow: hidden;
    margin: 0 auto; }
#industry_solution .feature-title {
    text-align: center; }
#industry_solution .contact {
    width: 115px;
    height: 35px;
    margin: 0 auto;
    background-color: #f06730;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 5px;
    line-height: 35px; }

/* Price */
/*Service */
.price_panel {
    width: 754px;
    background: #fff;
    font-size: 16px;
    color: #565352;
    border: 1px solid #eee;
    border-radius: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #dedede;
    margin-bottom: 30px; }
.price_panel .loading {
    text-align: center;
    line-height: 50px;
    height: 50px; }
.price_panel button {
    outline: none; }
.price_panel .btns {
    float: left;
    border: none;
    height: 30px;
    line-height: 15px;
    background: #cccccc;
    margin: 30px 25px;
    padding: 5px 10px;
    border-radius: 10px;
    color: #666666; }
.price_panel .btns:hover {
    cursor: pointer; }
.price_panel .active {
    background: #f36523;
    color: #fff; }
.price_panel .pay-music-by-year {
    width: 90px !important; }
.price_panel .serviceGroups {
    width: 660px;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    position: relative;
    height: 95px;
    line-height: 95px; }
.price_panel .serviceGroups .title {
    float: left;
    margin-right: 26px;
    font-size: 16px;
    font-weight: bolder; }
.price_panel .serviceGroups .btns {
    float: left;
    border: none;
    height: 35px;
    margin: 30px 20px;
    line-height: 10px;
    border-radius: 0px;
    padding: 8px 15px;
    width: 127px; }
.price_panel .serviceGroups .btns:hover {
    cursor: pointer; }
.price_panel .serviceGroups .btns:last-child {
    margin-right: 0; }
.price_panel .serviceGroups:first-child .btns {
    margin-left: 0; }
.price_panel .serviceGroups #click_year_51coupon {
    width: 245px;
    height: 100px;
    background: url(../../images/51/click_this_year.png) 0 0 no-repeat;
    float: left;
    margin-top: 18px;
    margin-left: -15px; }
.price_panel .input_group {
    min-height: 50px;
    line-height: 50px;
    margin: 10px 50px; }
.price_panel .input_group .title {
    float: left;
    margin-right: 17px;
    font-size: 14px; }
.price_panel .input_group .account-description {
    font-size: 14px; }
.price_panel .input_group .select {
    float: left;
    position: relative;
    width: 120px;
    border: 2px solid #e7e7e7;
    margin: 10px 20px 5px 0;
    overflow: hidden;
    height: 33px;
    line-height: 33px; }
.price_panel .input_group .select input {
    border: none;
    background: #fff;
    color: #425c71;
    padding: 10px 40px;
    width: 120px;
    height: 33px; }
.price_panel .input_group .select .numberCtrl {
    line-height: 13px;
    text-align: center;
    display: block;
    width: 22px;
    height: 17px;
    border: 2px solid #e7e7e7;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0; }
.price_panel .input_group .select .minus {
    top: 15px;
    border-right: none;
    border-bottom: none; }
.price_panel .input_group .select .add {
    border-right: none;
    border-top: none; }
.price_panel .input_group .select .hidden {
    display: none; }
.price_panel .input_group .manage_tip {
    margin-left: 5px;
    font-size: 12px; }
.price_panel .input_group .btns {
    margin: 9px 10px;
    width: 80px; }
.price_panel .input_group .btns:first-child {
    margin-left: 0; }
.price_panel .input_group .discount {
    background: url(/images/price/discount.png) 0 0 no-repeat;
    display: inline-block;
    width: 36px;
    height: 36px; }
.price_panel .bottom_border {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px; }
.price_panel .single_price {
    float: right;
    text-align: right;
    display: block;
    color: #425c71;
    width: 75px;
    font-weight: bold; }
.price_panel .hidden {
    display: none; }
.price_panel .confirmBox {
    overflow: hidden;
    line-height: 50px;
    padding: 30px 50px;
    box-sizing: border-box;
    border-top: 2px solid #ececec;
    background: #f6f6f6; }
.price_panel .confirmBox .description {
    float: left;
    width: 70%; }
.price_panel .confirmBox .description p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 25px; }
.price_panel .confirmBox .description .notice input {
    margin-right: 8px; }
.price_panel .confirmBox .description .notice span {
    font-weight: bold; }
.price_panel .confirmBox .description .notice span:hover {
    color: #ff6600;
    text-decoration: underline; }
.price_panel .confirmBox .confirmBtn {
    width: 115px;
    height: 82px;
    border: 1px solid #f36523;
    float: right;
    position: relative;
    font-size: 18px;
    text-align: center; }
.price_panel .confirmBox .confirmBtn .discount_price {
    position: absolute;
    top: -19px;
    right: -19px;
    background: url(../../images/common/discount.png) no-repeat;
    width: 36px;
    color: #fff;
    height: 36px; }
.price_panel .confirmBox .confirmBtn .discount_price span {
    display: block;
    height: 5px;
    line-height: 10px;
    margin: 8px 0;
    font-size: 10px; }
.price_panel .confirmBox .confirmBtn .total_price {
    color: #425c71;
    font-size: 16px;
    display: block;
    height: 41px;
    line-height: 41px; }
.price_panel .confirmBox .confirmBtn button {
    background: #f36523;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    border: none;
    width: 100%;
    height: 41px;
    line-height: 41px; }

/*Service */
/* Payment */
/* Payment */
/*status */
.main .priceBox .statusBox .result {
    color: #f36523;
    width: 100%;
    text-align: center;
    margin: 70px 0 30px 0; }
.main .priceBox .statusBox .explain {
    color: #333;
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
.main .priceBox .statusBox .order {
    margin: 20px;
    margin-top: 50px; }
.main .priceBox .statusBox .order .order_title {
    margin: 0;
    margin-bottom: 16px;
    padding-left: 16px;
    height: 32px;
    line-height: 32px;
    background: #eaeaea;
    border-radius: 4px;
    -moz-border-radius: 4px; }
.main .priceBox .statusBox .order dl {
    float: left;
    margin: 0 20px 10px 20px; }
.main .priceBox .statusBox .order dt {
    float: left;
    width: 151px;
    text-align: right; }
.main .priceBox .statusBox .order dd {
    float: left;
    width: 600px;
    margin-left: 10px; }

/*status */
.price_trial, .price_refund, .price_more {
    padding-left: 8px;
    padding-bottom: 8px; }

.price_trial t, .price_refund t {
    font-weight: bold;
    color: #f30;
    font-size: 14px; }

.price_more {
    font-size: 14px;
    padding-top: 16px; }

.price_desc {
    font-weight: normal;
    background: #fff;
    padding: 0 16px 0 16px;
    border: none;
    line-height: 250%;
    padding-top: 16px; }

.priceTable_type {
    font-weight: bold;
    font-size: 16px; }

.service_contact {
    color: #f30;
    font-size: 16px; }

.price_panel .confirmBox .confirmBtn button.disabled {
    background: gray !important; }

.price_panel .confirmBox .disabled {
    border: none !important; }

.price-wrapper {
    display: inline-block;
    margin-right: 20px;
    width: 90px;
    height: 70px;
    vertical-align: top; }
.price-wrapper span.price {
    display: inline-block;
    width: 90px;
    text-align: center;
    line-height: 10px;
    font-size: 14px;
    font-weight: 700; }

.tagblock {
    width: 1120px;
    margin: 0 auto;
    padding-top: 120px;
    height: 700px; }

.pricetag {
    width: 280px;
    height: 580px;
    float: left;
    display: block; }

.origintag {
    padding-top: 30px; }

.highlighttxt {
    color: #fb8c00;
}

.hl-text {
    color: #fb8c00;
}

.pricebox {
    position: relative;
    width: 250px;
    height: 570px;
    background: #fff;
    border-radius: 5px;
    display: block;
    text-align: center;
    color: #666;
    margin: 0 15px; }

.recommendtag {
    border: 1px solid #fb8c00;
    height: 600px;
}

.recommendhead {
    height: 30px;
    background: #fb8c00;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px; }

.pricetitle {
    color: #fb8c00;
    font-size: 26px;
    height: 30px;
    line-height: 30px; }

.priceintro {
    font-size: 12px;
    height: 60px;
    line-height: 20px;
    padding-top: 5px; }

.priceshow {
    height: 60px; }

.pricesymbol {
    font-size: 16px;
    vertical-align: top;
    display: inline-block; }

.pricenum {
    font-size: 40px;
    vertical-align: top;
    line-height: 40px; }

.priceunit {
    font-size: 14px;
    vertical-align: bottom;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    padding-top: 8px; }

.buybtn {
    width: 155px;
    height: 30px;
    margin: 0 auto; }
.buybtn a {
    width: 155px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #fb8c00;
    color: #fb8c00;
    line-height: 30px;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    font-weight: bold; }
.buybtn a:hover {
    color: #fff;
    background: #fb8c00;
    text-decoration: none; }

.separatorline {
    width: 180px;
    height: 30px;
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0 auto; }

.pricesummary {
    font-size: 14px;
    line-height: 30px;
    padding-top: 20px;
}

.pricesummary div:nth-child(even) {
    background: #FAFAFA;
}

.tooltip-inner {
    background: #696969; }

.tooltip {
    margin-top: 0px; }
.tooltip.right .tooltip-arrow {
    border-right-color: #696969; }

.infoicon {
    background: url("/images/price/infoicon.png") 3px 3px no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle; }

.applytrial {
    line-height: 30px;
    font-size: 12px;
    color: #fb8c00;
    text-decoration: underline; }

.tableblock {
    width: 1100px;
    background: #fff;
    padding: 25px 50px;
    margin: 0 auto;
    color: #666; }
.tableblock table {
    width: 1000px; }

.headline {
    height: 50px; }

.headtxt {
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: normal; }

.tableblock .th1 {
    width: 153px; }
.tableblock .th2 {
  width: 213px; }
.tableblock .th3 {
    width: 126px; }

.infoline {
    background: #fff3e0;
    line-height: 40px;
    height: 40px; }

.boxshadow {
    box-shadow: 0 0 10px #ddd; }

.infotxt {
    font-size: 18px;
    padding-left: 15px;
    font-weight: 600;
    text-align: left; }

.detailline {
    height: 40px;
    border-bottom: 1px solid #eeeeee;
    line-height: 40px; }

.detailtitle {
    padding-left: 36px; }

.detailtxt {
    text-align: center; }

.yesicon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("/images/price/yes.png") no-repeat; }

.noicon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("/images/price/no.png") no-repeat; }

.btnline {
    padding-top: 40px;
    height: 80px; }

.btntd a {
    width: 120px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #fb8c00;
    color: #fb8c00;
    line-height: 30px;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center; }
.btntd a:hover {
    color: #fff;
    background: #fb8c00;
    text-decoration: none; }

.blcokspace {
    margin-top: 60px; }

.titletext {
    height: 36px;
    line-height: 36px;
    font-size: 24px; }

.infobox {
    padding-top: 10px; }

.infoboxline {
    color: #fb8c00 !important;
    text-decoration: underline; }

.infobox ul li {
    line-height: 38px;
    min-height: 38px;
    border-bottom: 1px solid #eeeeee;
    list-style-type: none; }
.infobox ul li a {
    color: #666; }
.infobox ul li a:link, .infobox ul li a:visited, .infobox ul li a:hover, .infobox ul li a:active {
    text-decoration: none; }

.infoopen {
    padding: 20px;
    font-size: 12px;
    line-height: 20px;
    display: none; }

.bottomspace {
    height: 60px;
    display: block;
    width: 100%; }
.highteacher{
    background-color: #fee9cb;
}
.highcontent{
    margin-top: 137px !important;
    color: #fb8c00;
    width: 217px;
    margin: 0 auto;
}
.highunder{
    border-bottom: 1px solid #fb8c00;
    margin-top: 10px;
    padding-bottom: 5px;
}
.highcontent button{
    width: 155px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    background-color: #fb8c00;
    border: none;
    border-radius: 3px;
}
.highteacher{
  background-color: #fee9cb;
}
.highcontent{
  margin-top: 137px !important;
  color: #fb8c00;
  width: 217px;
  margin: 0 auto;
}
.highunder{
  border-bottom: 1px solid #fb8c00;
  margin-top: 10px;
  padding-bottom: 5px;
}
.highcontent button{
  width: 155px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  height: 32px;
  background-color: #fb8c00;
  border: none;
  border-radius: 3px;
}
/*# sourceMappingURL=price.css.map */
