body {
    background-color: #fff;
    color: #666;
    font-family: MicrosoftYaHei;
}
button {
    border: none;
}
a.goBuy:hover {
    color: #FFA81F;
}
.header .head .menu .menubgc .sdg {
    width: 100%;
    height: 100%;
    background: url(../../image/login/return.png) no-repeat center center;
}
a:hover {
    color:inherit;
}
.marginBox {
    border: 1px solid #E5E5E5;
    margin-top: 20px;
}
.marginBox table tbody:last-child tr td {
    border-right: 1px solid #E5E5E5;
}
.leaveTop {
    margin-top: 64px;
}
.leaveLeft {
    margin-left: 16px;
}
.leaveLeft div {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.leaveLeft div.includeFunctionName {
    font-size: 12px;
    margin-bottom: 5px;
}
.setPaddingBottom {
    margin-bottom: 10px;
}
.leaveLeft .includeFunction {
    height: 22px;
    margin-bottom: 10px;
}
.includeFunction span {
    display: inline-block;
    border: 1px solid #999999;
    border-radius: 2px;
    padding: 0 7px;
    margin-right: 10px;
}
#navigationBar,.table {
    margin: 0 120px;
}
#navigationBar {
    height: 84px;
}
.table tr th {
    background-color: #F4F4F4;
    padding: 0 15px;
    font-size: 16px;
    font-weight: inherit;
}
.table tbody tr {
    height: 180px;
}
.table tbody tr.resetTr {
    height: 40px;
}
.table tbody td {
    padding: 0;
    max-width: 200px;
}
.table thead {
    border: none;
    height: 40px;
}
.table thead tr th {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    font-weight: inherit;
}
.table thead tr {
    background-color: #F4F4F4;
    border: 1px solid #E6E6E6;
}
#navigationBar li {
    display: inline-block;
    padding: 29px 0;
    font-size: 20px;
    color: #000;
}
#navigationBar li:first-child a {
    padding-left: 0;
}
#navigationBar li a {
    padding: 0 25px;
    border-right: 2px solid #999;
}
#navigationBar li a.actived{
    color: #FA6435 ;
}
#navigationBar li a:last-child {
    border-right: none;
}
.imgSet {
    margin-left: 15px;
    width: 80px;
    height: 80px;
}
.price div,.payWayDetail div,.payPrice ,
.subscriptionsStatus,.subscriptionsStatus,.timeLong,
.titleDetail div{
    line-height: 20px;
    height: 20px;
    font-size: 14px;
}
.subscriptionsStatus,.operation {
    color: #333;
}
.operation {
    display: inline-block;
    font-size: 14px;
    width: 74px;
    height: 28px;line-height: 28px;
    border: 1px solid #666666;
    border-radius: 4px;
    cursor: pointer;
}
.payWayDetail .payPlace {
    color: #666;
}
.payWayDetail .payWay,.price .actualPrice {
    margin-bottom: 10px;
    color: #333;
}
.price .lineThrough {
    text-decoration: line-through;
    margin-bottom: 10px;
    color: #999;
}
.titleDetail {
    height: 42px;
    line-height: 42px;
    background-color: #F4F4F4;
    padding: 0 15px;
}
.titleDetail div {
    display: inline-block;
}
.titleDetail div.buyTips {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #666666;
}
.titleDetail .orderTime {
    margin-right: 30px;
}
.continueOrder,.payHow {
    display: inline-block;
    width: 74px;
    height: 28px;
    line-height: 28px;
    background-color: #FA6435;
    border-radius: 4px;
    border: 1px solid #FA6435;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.leaveTime {
    ont-size: 12px;
    color: #666666;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
.cancelOrder {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    cursor: pointer;
}
.table tbody tr.resetHeight {
    height: auto;
}
/*弹出框*/
.shade {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    z-index: 999;
    display: none;
}
.cancelOrderPop,.quitOrderPop,.payHowPop {
    width: 540px;
    border-radius: 5px;
    position: absolute;
    left:0;
    right:0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}
.payHowPop {
    max-height: 300px;
    padding: 65px 108px 0;
}
.cancelOrderPop {
    max-height: 200px;
}
.quitOrderPop {
    max-height: 260px;
    padding: 63px 108px 0;
}
.quitOrderPopTip {
    margin-bottom: 56px;
}
.cancelOrderPopTip {
    margin: 56px 0;
}
.cancelOrderPopTip {
    font-size: 16px;
    color: #333333;
    line-height: 21px;
}
.quitOrderPopTip,.payHowPopTip p {
    font-size: 14px;
    color: #333333;
    line-height: 21px;
}
.payHowPopTip {
    margin-bottom: 73px;
}
.buttonBox button {
    width: 140px;
    height: 36px;
    line-height: 32px;
    border-radius: 4px;
    font-size: 16px;
}
#confirmOrder,#confirmQuitOrder {
    background-color: #05a9f5;
    margin-right: 20px;
}
#closeOrderPop,#closeQuitOrderPop {
    border: 1px solid #666666;
    color: #666666;
}
#knowPayHow {
    width: 300px;
    height: 36px;
    line-height: 32px;
    background-color: #05A9F5;
    border-radius: 4px;
    font-size: 16px;
}
.yes {
    color: #FA6435;
}
/*续订 再次支付*/
.selectPeople strong {
    line-height: 70px;
    font-size: 16px;
}
.addIcon {
    font-size: 18px;
    font-style: normal;
    line-height: 40px;
    color: #05a9f5;
    cursor: pointer;
}
.introduce {
    width: 260px;
    float: left;
}
.introduce span {
    display: inline-block;
    text-align: center;
    border-radius: 20px 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}
.introduce span {
    width: 100px;
    height: 20px;
    line-height: 18px;
    color: #888888;
    font-size: 12px;
    border: 1px solid #888888;
}
.productIntroduce {
    clear: both;
}
.detailIntroduce {
    padding-left: 0;
    font-size: 14px;
    color: #888888;
    padding-bottom: 30px;
}
.select {
    position: absolute;
    right: 0;
    top: 1px;
    display: inline-block;
    float: right;
    width: 280px;
    height: 35px;
    line-height: 35px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../../image/openingFunction/downIcon.png) 96% center no-repeat;
}
.rightNowOrder {
    width: 540px;
    max-height: 610px;
    padding: 30px 70px;
    border-radius: 5px;
    position: absolute;
    left:0;
    right:0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow-y: auto;
    display: none;
}
.orderHead {
    font-size: 16px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    margin-bottom: 20px;
}
.forgetCodeHead {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
}
.orderPrice {
    color: #e85d32;
    font-size: 24px;
}
.orderPhoneLan {
    clear: both;
    padding-top: 30px;
    border-top: 1px solid #f1f1f1;
}
.noSelectPeople {
    clear: both;
}
.orderPhoneLan span,.noSelectPeople strong,.selectPlace span {
    font-size: 16px;
    line-height: 35px;
}
.selectPeople strong,.noSelectPeople strong {
    float: left;
}
.selectPlace {
    clear: both;
}
.relative {
    position: relative;
    display: inline-block;
    float: right;
}
.relatived {
    position: relative;
}
.orderPhoneLan input {
    float: right;
    width: 260px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.orderPhoneLan input::-webkit-input-placeholder,#OrderIdentifyingCode::-webkit-input-placeholder { /* WebKit browsers */
    color: #666666;
    font-size: 14px;
}
.orderPhoneLan input:-moz-placeholder,#OrderIdentifyingCode:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666666;
    font-size: 14px;
}
.orderPhoneLan input::-moz-placeholder,#OrderIdentifyingCode::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666666;
    font-size: 14px;
}
.orderPhoneLan input:-ms-input-placeholder,#OrderIdentifyingCode:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666666;
    font-size: 14px;
}
.selectPeople span {
    display: inline-block;
    width: 130px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #666666;
    border-radius: 5px;
    color: #666666;
    font-size: 16px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}
.selectPeople span:last-child,.selectPeople span:nth-child(even) {
    margin-right: 0;
}
.selectPeople span:nth-child(odd) {
    margin-right: 20px;
}
.sendOrderMessage button {
    float: right;
    width: 280px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    font-size: 16px;
    color: #fff;
    background-color: #05a9f5;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.tipAttention,.tipAttentionFull,.tipCauseFull {
    clear: both;
}
.tipAttentionFull {
    padding-left: 90px;
}
.specialText{
    color: #e85d32;
    font-weight: bold;
}
.fontSizeText {
    font-size: 14px;
}
.tipAttention p {
    font-size: 12px;
    line-height: 18px;
}
.tipAttentionFull p {
    font-size: 12px;
    line-height: 18px;
}
.tipCauseFull p {
    font-size: 14px;
    line-height: 21px;
    color: #888888;
}
.closeOrderBtn,.closeSendOrderCodeBtn,.lookBtn,.forWardPopBtn {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 10px;
}
.moreChildren {
    float: right;
}
.active {
    color: #05a9f5!important;
    /*border: 1px solid #05a9f5!important;*/
}
/*发送订购码短信弹出*/
.sendOrderCode,.openingFailNoDocument {
    width: 540px;
    height: 580px;
    padding: 30px 40px;
    position: absolute;
    left:0;
    right:0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow-y: auto;
    border-radius: 5px;
    display: none;
}
.acceptContent p,.askTipTwo p {
    font-size: 14px;
    line-height: 21px;
}
.acceptContent p {
    color: #686868;
}
.askTipTwo p {
    color: #888;
}
.askTip {
    margin: 30px 0;
}
.askTip p {
    color: #333333;
    font-size: 14px;
}
.knowTwoBtn button {
    width: 280px;
    height: 35px;
    margin: 30px 0 0;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background-color: #05a9f5;
    font-size: 16px;
    border: none;
    border-radius: 5px;
}
.imgShow {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.sendToPhoneTip {
    margin: 40px 0 30px;
    font-weight: bold;
}
.sendToPhoneTip, .sendToPhoneTipChildren {
    text-align: center;
    font-size: 16px;
    color: #78d500;
}
/*查询状态*/
.lookStatus {
    width: 540px;
    height: 565px;
    position: absolute;
    left:0;
    right:0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow-y: auto;
    border-radius: 5px;
    display: none;
}
.lookStatus {
    padding: 8% 20px 30px;
}
.childrenOpeningFunction,.parentOpeningFunction {
    padding: 30px 120px;
}
.childrenStudyTip {
    color: #333333;
    font-size: 14px;
    text-align: center;
    margin: 30px 0;
}
#lookStatus {
    margin-bottom: 50px;
}
.lookStatus table {
    font-size: 16px;
}
.lookStatus table tr th {
    padding: 15px 10px;
}
#lookButton {
    width: 200px;
    height: 40px;
    background-color: #05a9f5;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    border: none;
    border-radius: 5px;
    margin-bottom: 60px;
    margin-top: 50px;
}
#smallScreen {
    display: none;
}
.quitClick {
    border: 1px solid #FA6435;
    color: #FA6435;
}
.payHowClick {
    background-color: #DA4618;
}
.active_kids {
    color: #05a9f5!important;
    border: 1px solid #05a9f5!important;
}
#orderPhoneLan .staffmobile {
    border: none;
    border: 1px solid #000;
    color: #000;
}
select:disabled {
    color: #000;
}
.neiMengPop {
    width: 540px;
    max-height: 340px;
    padding: 40px 70px 30px;
    border-radius: 5px;
    position: absolute;
    left:0;
    right:0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}
.showPhone,.showCity,.showUser {
    font-size: 18px;
}
.showUser {
    margin-bottom: 25px;
}
.showUser {
    margin-bottom: 25px;
}
.subscriptions,.PendingPayment,.completed{
    color: #FA6435;
    font-size: 20px;
    padding-left: 5px;
}
.forWardPop {
    width: 540px;
    max-height: 475px;
    padding: 40px 70px 30px;
    border-radius: 5px;
    position: absolute;
    left:0;
    right:0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}
.forWardKnowOrderBtn {
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background-color: #05a9f5;
    font-size: 16px;
    border: none;
    border-radius: 5px;
}
.forwardOrderStatus {
    text-align: center;
    font-size: 16px;
    color: #78d500;
    margin: 20px 0 30px;
}
.showPhone {
    line-height: 25px;
    /*margin: 30px 0 60px;*/
}
.noOrder {
    padding: 5% 38% 0;
}
.noOrderTip {
    margin: 20px 0;
}
.noOrderTip,.goBuy {
    font-size: 18px;
}
.goBuy {
    color: #FFA81F;
    cursor: pointer;
}
.selectPlace .selectInput {
    float: right;
    width: 260px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
/*绑定手机号*/
.phone-bundling {
    width: 378px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 2px;
    padding: 24px 24px 0 24px;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    display: none;
}
.phone-bundling h3 {
    font: 100 20px/20px "microsoft yahei";
    margin-bottom: 12px;
}
.phone-bundling h3 .xch {
    float: right;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.phone-bundling li {
    height: 64px;
}
.phone-bundling li:nth-child(2n+1) {
    padding-top: 16px;
}
.dyb .bzts {
    height: 100%;
    margin: 0 auto;
    width: 181px;
}
.bzts .dybz .one, .bzts .dybz .two, .bzts .dybz .three {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #058dcc;
    background-color: #05a9f5;
    display: block;
    font: 600 16px/22px "microsoft yahei";
    color: #fff;
    text-align: center;
    margin-right: 11px;
    float: left;
}
.bzts .dybz p {
    font: 100 16px/22px "microsoft yahei";
    float: left;
    margin-right: 10px;
}
.bzts .dybz .xdd {
    float: left;
    height: 22px;
    padding-top: 10px;
    margin-right: 5px;
}
.bzts .dybz .xdd li {
    float: left;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #999999;
    padding-top: 0;
}

.bzts .dybz .two, .bzts .dybz .three, .third .bzts .dybz .one,
.thirdfalse .bzts .dybz .one, .twoway .bzts .dybz .one,
.twowayfalse .bzts .dybz .one {
    background-color: #fff;
    color: #05a9f5;
    border: 1px solid #05a9f5;
    margin-right: 0;
}
.dyb .rinp {
    height: 100%;
    position: relative;
    width: 242px;
    float: right;
}
#iphone, #yzm {
    width: 100%;
}
.dyb li:nth-child(6), .drb li:nth-child(4) {
    padding: 0;
    position: relative;
}
#sjcwts,#yzmts {
    color: #ee2d2b;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
.dyb p {
    font: 100 12px/64px "microsoft yahei";
    color: #8d8d8d;
    float: left;
}
input[type=text]:focus:not([readonly]) {
    border: none;
    box-shadow: none;
}
#veriCode {
    width: 100px;
    max-width: 150px;
    height: 36px;
    border: 1px solid #d9d9d9;
    padding-left: 10px;
    color: #000;
    font-size: 16px;
    background-color: #fff;
}
.addCode img, .addCodeTwo img {
    width: 120px;
    height: 36px;
    float: right;
}
.addCode {
    margin-bottom: 20px;
}
#btn-hqyzm {
    width: 92px;
    height: 30px;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    text-align: center;
    font: 100 14px/28px "microsoft yahei";
    cursor: pointer;
    background-color: #fff;
    padding: 0;
    color: #000;
}
#rinpBtnLi {
    height: 30px;
}
#rinpBtn {
    width: 100%;
    height: 30px;
}
.dybz {
    padding-top: 12px;
}
#btn-nextway, #finished {
    width: 64px;
    height: 30px;
    border-radius: 2px;
    background-color: #05a9f5;
    border: 1px solid #048dcc;
    color: #fff;
    text-align: center;
    font: 100 14px/28px "microsoft yahei";
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    cursor: pointer;
}
input#iphone[type=text]:focus:not([readonly]),input#yzm[type=text]:focus:not([readonly]) {
    border: none!important;
    border-bottom: 1px solid #05a9f5!important;
    box-shadow: none;
}
.drb .bzts .dybz .one,.drbsb .bzts .dybz .one {
    background-color: #fff;
    color: #0cabf5;
    border: 1px solid #0cabf5;
}
.drb .bzts .dybz .two,.drbsb .bzts .dybz .two{
    background-color: #05a9f5;
    border: 1px solid #1092ce;
    color: #fff;
    margin-right: 10px;
}
.drb .dybz,.drbsb .dybz {
    width: 143px;
    height: 100%;
    margin: 0 auto;
}
.drb li:nth-child(2) p:nth-child(1) {
    margin-bottom: 8px;
}
.drb li:nth-child(2) {
    padding-top: 25px;
}
.drb li:nth-child(3) {
    height: 128px;
}
.drb li:nth-child(2) p {
    font: 100 16px/16px "microsoft yahei";
    color: #0cabf5;
}
.drbsb p {
    font: 100 16px/64px "microsoft yahei";
    color: #000;
}
.phone-bundling .drbsb .btnbtn {
    padding-top: 17px;
    width: 179px;
    height: 100%;
    margin: 0 auto;
}
#btn_back1 {
    float: left;
    width: 93px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    padding: 0;
    font: 100 14px/28px 'microsoft yahei';
    color: #000;
    text-align: center;
}
#btn_nextway4 {
    float: right;
    height: 30px;
    border-radius: 2px;
    padding: 0;
    font: 100 14px/28px 'microsoft yahei';
    text-align: center;
    width: 52px;
    background-color: #05a9f5;
    border: 1px solid #048dcc;
    color: #fff;
}
.bindPhonePop {
    width: 320px;
    max-height: 210px;
    padding: 30px 30px 0;
    border-radius: 5px;
    position: absolute;
    left:0;
    right:0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow-y: auto;
    display: none;
}
.bindPhonePop p {
    font-size: 16px;
    padding: 10px 0;
}
.btnTeam {
    margin-top: 70px;
}
.btnTeam button:nth-child(1) {
    margin-right: 25px;
}
.btnTeam button {
    width: 100px;
    height: 35px;
    line-height: 35px;
    background-color: #05a9f5;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
}
@media screen and (max-width: 1367px) {
    body {
        overflow: auto;
        min-width: 1248px;
    }
    #navigationBar,.table {
        margin: 0 25px;
    }
    .rightNowOrder, .rightNowOrderTwo, .rightNowOrderThree,
    .rightNowOrderFour, #forgetRedeemCode, #replacementSuccess,
    #replacementFail, .sendOrderCode, .childrenOpeningFunction,
    .lookStatus, .parentOpeningFunction, .openingFailNoDocument,
    .selectCodeUser {
        max-height: 475px;
    }
    .noOrder {
        padding: 2% 38% 0;
    }
}
@media screen and (max-width: 768px) {
    .selectPlace .selectInput {
        width: 240px;
    }
    .cancelOrderPop, .quitOrderPop, .payHowPop {
        width: 270px;
        max-height: 260px;
        padding: 63px 18px 0;
    }
    .payHowPopTip {
        margin-bottom: 43px;
    }
    .buttonBox button {
        width: 90px;
    }
    #knowPayHow {
        width: 140px;
    }
    #table {
        display: none;
    }
    #smallScreen {
        display: block;
        font-size: 16px;
    }
    #smallScreen .lan{
        padding: 10px;
    }
    .lookStatus {
        min-width: 300px;
        width: 300px;
        height: 450px;
        overflow-y: auto;
        padding: 30px 10px;
    }
    .orderPhoneLan input {
        max-width: 240px;
    }
    .introduce {
        width: 244px;
    }
    .noSelectPeople strong {
        margin-bottom: 20px;
    }
    .select,.sendOrderMessage button {
        max-width: 260px;
    }
    .rightNowOrder, .sendOrderCode {
        min-width: 300px;
        width: 300px;
        height: 290px;
        overflow-y: auto;
        padding: 30px 10px;
    }
    .selectPeople {
        clear: both;
    }
    .selectPeople strong {
        line-height: 35px;
    }
}