.tl {
    text-align: left;
}

.tr {
    text-align: right
}

.tc {
    text-align: center;
    padding: 10px 0 10px 0;
}

.colorFont {
    color: #f5b120
}

.colorBg {
    color: #1bb4b9
}

.fs20 {
    font-size: 22px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.colorRed {
    color: #F00;
}

.fontW600 {
    font-weight: 600;
}

.v-middle {
    vertical-align: middle;
}

.displayNone {
    display: none;
}

.paddingL {
    padding-left: 5px;
}

.paddingR {
    padding-right: 5px;
}

.border_box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

header {
    height: 170px;
}

select {
    border: solid 1px #000;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 14px;
    background: url("../img/arrow.png") no-repeat scroll right center transparent;

}

select option {
    padding-left: 12px;
}

select::-ms-expand {
    display: none;
}

select.form-control {
    background: url("../img/arrow.png") no-repeat scroll right center transparent;
    background-color: #1bb4b9;
}

.box-size {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.dib {
    display: inline-block;
}

.ellipsis1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-justify: auto;
    text-align: justify;
}

.ellipsis4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-justify: auto;
    text-align: left;
}

.hot_country {
    color: #666;
    margin-bottom: 20px;
}

.errorDiv {
    vertical-align: top;
}

.errorDiv a:hover {
    color: #f5b120;
}

.share_box {
    color: #fff;
}

.share_box figcaption {
    text-align: center;
    margin-top: 10px;
}

.gridJoinBox {
    text-align: center
}

.gridJoinBox .gridJoinPeople {
    font-size: 40px;
    color: #f5b120;
}

.gridJoinBox .gridJoin {
    -webkit-animation: 2500ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 2500ms ease-in-out 0s normal none 1 running zoomInUp;
    clear: both;
    display: inline-block;
    margin-top: 10px;
}

.gridJoinBox .gridJoin a {
    background: #1bb4b9 none repeat scroll 0 0;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    padding: 5px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.grid-schedule > span:first-child {
    text-align: left;
    border-right: none;
    width: 85%;
    padding-left: 15px;
}

.grid-schedule > span:nth-child(2) {
    width: 15%;
}

.class-search-box {
    display: inline-block;
    vertical-align: top;
}

.class-search-box:first-child {
    width: 76px;
}

.class-search-box:last-child {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
}

.commitOrderStep2 label {
    font-weight: normal;
}

.finishOrder h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.class-search-box .class-search-items .class-search-item {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
}

.class-search-active {
    color: #1bb4b9;
    font-weight: 600;
}

.class-list-bar {
    margin: 0;
    padding: 10px 0;
}

.class-list-search {
    margin-bottom: 10px;
}

.class-details-breadcrumb > li:nth-child(2):before {
    background: #1bb4b9 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    position: absolute;
    right: -18px;
    top: 8px;
    width: 6px;
    padding: 0;
}

.class-details-breadcrumb > li:first-child:before {
    width: 0;
    right: -10px;
    top: 1px;
    content: ">";
}

.class-details-breadcrumb-consult > li:nth-child(3):before {
    background: #1bb4b9 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    position: absolute;
    right: -18px;
    top: 8px;
    width: 6px;
    padding: 0;
}

.class-details-breadcrumb-consult > li:nth-child(2):before {
    width: 0;
    right: -10px;
    top: 1px;
    color: #1bb4b9;
    content: ">";
}

.class-infos > li {
    color: #333333;
    line-height: 23px;
    margin-bottom: 8px;
    overflow: hidden;
}

.single-widget-container .t-person-sex-box {
    width: 17px;
    height: 17px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-image: url("../img/14_05.png");
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-top: 2px;
    border: none;
    padding: 0;
    margin-bottom: 0;
    margin-right: 10px;
}

.class-infos > li .class-details-apply {
    display: inline-block;
    border: 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #f5b120;
    border-radius: 30px;
}

.single-widget-container .t-person-sex-box-boy {
    background-image: url("../img/14_03.png");
}

.showOfficeIcon {
    background-image: url("../img/officeIcon.png");
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: 100% 100%;
    border-radius: 50%;
    line-height: 77px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 2;
    font-weight: 600;
}

.t-person-detail-sex {
    font-size: 16px;
}

.t-person-detail-sex span {
    color: #808080;
    margin-left: 10px;
    font-weight: 500;
}

.single-widget-container .showInfoConsult {
    text-indent: 0em;
    width: calc(100% - 2em);
    margin-left: 2rem;
}

.question-box {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 10px;
}

.question-box .question-title {
    margin-bottom: 0;
    cursor: pointer;
    color: #4c4c4c;
    font-weight: 500;
    padding-bottom: 10px;
    font-size: 15px;
}

.question-box .question-title:hover {
    color: #1bb4b9;
}

.question-title-active {
    color: #333;
    font-weight: 600;
    padding-bottom: 20px;
}

.question-box .question-content {
    display: none;
    margin-bottom: 20px;
}

.about-share {
    text-align: center;
    width: 140px;
    display: inline-block;
    vertical-align: top;
}

.about-share img {
    width: 140px;
}

.villa_img {
    overflow: hidden;
    /*  position: relative;
      width: 100%;
      padding-bottom: 56.25%;*/
}

.villa_img .villaWrap {
    /*    height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;*/
}

.villa_img .villaWrap img {
    /*    display: block;
        margin: 0 auto;
        height: 100%;
        width: auto;*/
}

.userAgreement-box p {
    margin: 10px 0 20px 0;
}

.user-head-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.title_compName {
    margin-bottom: 20px;
}

.class-details-btn {
    text-align: right;
}

.class-details-btn a {
    margin-right: 20px;
}

.class-details-btn a i {
    margin-right: 10px;
    font-size: 20px;
}

/*.findFriendBox {
    width: 400px;
    text-align: left;
    padding: 15px;
    z-index: 10001;
    position: fixed;
    background: #fff;
    top: 50%;
    margin-left: -200px;
    display: none;
    overflow-y: scroll;
}*/
.creatChild {
    left: 50%;
    top: 200px;
}

.boxStyle {
    height: 600px;
    margin-top: -300px;
    left: 50%;
}

.bg {
    filter: alpha(opacity=80);
    opacity: 0.8;
    background: #000;
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}

.note_div .closeDiv, .closeDivT {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.note_div .addCamp {
    display: inline-block;
    padding: 0 10px;
    color: #f5b120;
}

.note_div .box-content {
    padding: 0 10px;
}

.note_div .form-group #img-group {
    margin: 0;
    padding: 0;
}

.note_div .imgbox {
    height: 50px;
    width: 50px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
}

.note_div .imgbox .headpic {

}

.note_div .imgbox .removeImg {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: #f5b120;
}

.note_div input[type=text] {
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding-left: 10px;
}

.note_div label {
    margin-left: 15px;
    margin-right: 15px;
}

.note_div .chooseFriend {
    margin-top: 10px;
}

.chooseFriendBox {
    margin-bottom: 20px;
}

.chooseFriendBox input[type=checkbox] {
    opacity: 0;
    display: inline-block;
    width: 1px;
    height: 1px;
}

.chooseFriendBox span {
    display: inline-block;
    background: #f5f5f5;
    border: none;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: normal;
}

.chooseFriendBox .beChoose {
    background: #f5b120;
    color: #fff;
}

.note_div .form-group #img-group li {
    margin-right: 5px;
    position: relative;
}

.note_div .form-group .head-portrait {
    width: 100px;
    height: 100px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.note_div .add-new-headpic {
    font-size: 50px;
    color: #d1d1d1;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
}

.submit_btn {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: none;
    text-align: center;
    margin-top: 10px;
    background: #f5b120;
    color: #fff;
}

.note_div .note {
    font-size: 12px;
}

.companion_box {
    border-left: 2px solid #f5b120;
    padding-left: 10px;
}

.companion_box li i {
    width: 20px;
    margin-right: 5px;
    text-align: center;
}

.add_companion {
    width: 600px;
    margin: 20px auto;
}

.add_companion label {
    text-align: right;
}

.add_companion input {
    padding-left: 10px;
}

.infoPrompt a:hover {
    color: #f5b120;
}

/*headed*/
.logo_img {
    width: 300px;
    position: relative;
    top: 19px;
}

.header-logo-menu.stick .logo {
    padding: 0;
}

.logined {
    padding: 0;
    width: 150px;
    text-align: center;
}

.resend_emailBtn:hover {
    color: #f5b120;
}

.logined li a:hover {
    background: #f5b120;
    color: #fff;
}

.search_btn {
    position: absolute;
    right: 0;
    top: 15px;
}

.search_for_phone {
    position: relative;
}

.search_for_phone button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #1bb4b9;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 38px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search_for_phone input {
    border: none;
    width: 100%;
    height: 38px;
    padding: 0 35px 0 10px;
}

.mm-menu.mm-offcanvas {
    z-index: 100;
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    background: #1bb4b9;
    color: #fff;
}

.mm-slideout {
    z-index: 2;
}

#dropdown {
    background: #1bb4b9;
    color: #fff;
}

.mmenu_a {
    color: #ffffff;
    line-height: 52px;
    position: relative;
    top: 6px;
}

.mmenu_a:hover {
    color: #fff
}

.mmenu_a i {
    font-size: 26px;
}

.isLogin_a {
    background: url("../img/blog.jpg");
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: 100% 100%;
    vertical-align: text-top;
}

.mm-listview > li > .isLogin, .isLogin {
    display: none;
}

.user_name {
    position: absolute;
    top: 10px;
    margin-left: 10px;
    color: #fff;
}

.send_code {
    position: absolute;
    background: #1bb4b9;
    top: 0px;
    right: 0;
    line-height: 35px;
    color: #fff;
    padding: 0 10px;
}

.send_code_disable {
    background: #ccc;
    cursor: not-allowed;;
}

.login-form-container > span, .register-form .register_phone {
    display: none;
}

.register-form > span {
    cursor: pointer;
}

.register-form > span:hover {
    color: #1bb4b9;
    text-decoration: underline;
}

.screen {
    height: 40px;
    width: 100%;
    background: #f5f5f5;
    text-align: center;
    line-height: 40px;
}

.screen a {
    color: #1bb4b9;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
}

.screen a i {
    margin-right: 10px;
}

#screen {
    overflow: hidden;
    padding-bottom: 80px;
    height: 100%;
}

#screen li {
    position: relative;
}

#screen .class_search_screen_item {
    display: inline-block;
}

#screen .screen_title {
    display: block;
    padding: 5px 20px;
    background: #d8d8d8;
    cursor: pointer;
}

#screen .screen_title i {
    float: right;
    margin-right: 20px;
    font-size: 20px;
}

#screen .sreen_item_box {
    height: 44px;
    overflow: hidden;
}

#screen .screen_ul {
    height: auto;
    position: fixed;
    bottom: 50px;
}

#screen .screen_ul li {
    margin-bottom: 5px;
}

#screen .close_screen {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #1bb4b9;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
}

/*#screen .close_screen a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}*/
.hotSearch {
    margin: 20px 0 10px 0;
    height: 24px;
    overflow: hidden;
}

.hotSearch li {
    display: inline-block;
    color: #fff;
}

.hotSearch li a {
    color: #fff;
}

/*错误提示*/
.error {
    font-size: 12px;
    font-weight: normal;
}

.error i {
    margin-right: 10px;
    color: #FF8D3B;
    font-size: 15px;
}

.error label {
    margin: 0
}

/*邮箱发送成功*/
.email_send_sucess {
    display: none;
}

/*blog*/
.blog_list {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 10px;
}

.showShortShare {
    position: relative;
    font-size: 0;
}

.showShortShare a {
    display: inline-block;
    width: 80%;
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 10px;
}

.showShortShare a:visited, .showShortShare a:active, .showShortShare a:focus {
    color: #4c4c4c;
}

.showShortShare span {
    display: inline-block;
    width: 20%;
    text-align: right;
    padding-right: 5px;
    font-size: 20px;
    vertical-align: top;
}

.blog_list h4:hover a {
    color: #1bb4b9
}

.userBlog .showDescription {
    height: auto;
    text-justify: auto;
    text-align: justify;
    word-break: break-word;
}

.cancelCompanion {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -20px;
    background: #f5f5f5;
    line-height: 20px;
    top: 0;
}

.cancelCompanion i {
    font-size: 20px;
    margin: 0 auto;
}

.list_item {
    position: relative;
}

.header-logo-menu {
    background: #1bb4b9;
}

.changeLang {
    vertical-align: top;
}

.changeLang select {
    height: 52px;
    position: relative;
    line-height: 52px;
    color: #fff;
    border: none;
}

.changeLang select option {
    background: #1bb4b9;
}

.showQuestion {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    width: 100%;
    color: #fff;
    z-index: 1000;
    display: none;
}

.showQuestion .showQuestionContent {
    height: 90%;
    margin-top: 5%;
    width: 90%;
    margin-left: 5%;
    overflow-y: scroll;
}

.showQuestion .showQuestionContent h3 {
    margin-bottom: 20px;
}

.closeQuestion {
    position: absolute;
    right: 5%;
    top: 2.5%;
    font-size: 30px;
    color: #fff;
}

.closeQuestion:hover {
    color: #fff;
}

/*历史搜索*/
.search_history_box {
    margin-top: 0px;
    z-index: 99999;
    margin-right: 15px;
    position: absolute;
    width: 100%;

}

.search_history_content {
    border: 1px solid #ccc;
    border-top: none;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    background: #fff;
    width: 80%;
    padding: 10px 0;
}

.search_history_content p {
    padding-left: 10px;
}

.search_history_box ul li {
    padding: 0 5px;
}

.search_history_box ul li:hover {
    background: #f5f5f5;
    cursor: pointer;
    position: relative;
}

.searchContent {
    display: inline-block;
    width: 100%;
    padding: 2px 5px;
}

.searchContent:hover {
    background: #1bb4b9;
    color: #fff;
}

.removeHistory {
    position: absolute;
    right: 10px;
}

.removeHistory:hover {
    color: #FF8D3B;
}

/*list*/
.showPage {
    padding: 10px 0;
}

.showPage span {
    margin-left: 10px;
}

.showPage select {
    width: 42px;
    text-align: center;
    height: 30px;
    border: none;
}

.application_box .compTitle, .application_box .compContent {
    padding: 15px 0;
    line-height: 22px;
}

.application_box .compTitle {
    font-size: 15px;
    background: #f5b120;
    color: #fff;
    font-weight: 500;
}

#overview a {
    color: #06c;
}

.commitOrder {
    padding: 20px 0;
}

.commitOrder .noteOrder {
    padding: 0;
}

.commitOrder .noteOrder label {
    font-weight: normal;
}

.commitOrder .noteOrder .noteProm {
    font-size: 12px;
}

.commitOrder .commitOrderBtn {
    background: #f5b120;
    color: #fff;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 5px;
    margin-top: 20px;
}

.applicationSubmit {
    padding-left: 20px;
    border-top: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
}

.applicationSubmit a {
    display: inline-block;
    height: 100%;
    background: #FF8D3B;
    color: #fff;
    font-size: 16px;
    padding: 0px 10px;
}

.showBox {
    border: 1px solid #ccc;
}

.padName {
    font-size: 16px;
    font-weight: 500;
    color: #444;
}

.padImg {
    width: 50%;
}

.finishPay {
    display: inline-block;
    padding: 10px 20px;
    background: #FF8D3B;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 40px 0 20px 0;
}

.finishPay:hover {
    color: #fff;
}

/*freeLine*/
.mod-hp {
    margin-bottom: 50px;
}

.mod-hp > .hd {
    background-position: 0 bottom;
    margin-bottom: 20px;
}

.mod-hp > .bd {
    border-top: 0;
}

.mod-hp h3 {
    color: #A9A9A9;
}

.mod-aplan-choose .bd a {
    display: block;
    font-size: 0;
}

.mod-aplan-choose .bd img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.mod_box {
    border: 2px solid #1bb4b9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0px 10px 20px;
    margin: 0;
}

.mod_box .input_box {
    border: 1px solid #c3c3c3;
    height: 40px;
    margin-top: 20px;
    position: relative;
}

.mod_box .input_box input, .mod_box .input_box select {
    width: 100%;
    height: 100%;
    line-height: 40px;
    border: none;
    padding-left: 10px;
    color: #555;
}

.mod_box .input_box input {
    padding: 0 30px 0 10px;
}

.mod_box .input_box i {
    position: absolute;
    right: 5px;
    top: 12px;
}

.superLine a {
    position: relative;
}

.superLine a img {
    width: 100%;
}

.superLine a .showInfo {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.addressInfo {
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    padding: 10px;
}

.seachLine {
    display: inline-block;
    width: 200px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: #FF8D3B;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
}

.seachLine:hover {
    color: #fff;
}

/*lineSet*/
.lineBgImg {
    background: url("../img/00bwo_o.jpg") no-repeat;
    background-size: 100% 100%;
}

.lineContentBox {
    position: relative;
}

.lineContentDiv {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 20px 0;
    background: #fff;
}

.lineContentDiv .cut {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 1px;
    margin-right: 12px;
    border-bottom: 2px dotted #999;
}

.cut1 {
    margin-right: 15px;
}

.cut2 {
    margin-left: 15px;
}

.activeStep {
    color: #FF8D3B;
}

#getDay select, #getPeople select, #getPhoneNum input {
    width: 100%;
    height: 40px;
    border: 1px solid #aaa;
    padding: 0 20px;
    margin-top: 20px;
}

#getDay .getDayTitle, #getPeople .getDayTitle, #getPhoneNum .getDayTitle {
    text-align: right;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
}

.class-list-search-title {
    height: 35px;
}

.class-list-search-title .class-search-title-items .class-search-title-item {
    height: 35px;
    line-height: 35px;
    width: 137px;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 0;
}

.class-list-search-title li a {
    border: 1px solid #f5b120;
    border-bottom: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
}

.class-list-search-title li .class-search-title-active {
    height: 36px;
}

.stepNext {
    color: #fff;
    border: none;
    background-image: -webkit-linear-gradient(top, #4286f7, #2a76dd);
    background-image: -moz-linear-gradient(top, #4286f7, #2a76dd);
    background-image: -o-linear-gradient(top, #4286f7, #2a76dd);
    background-image: -ms-linear-gradient(top, #4286f7, #2a76dd);
    background-image: linear-gradient(to bottom, #4286f7, #2a76dd);
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.stepNextBox {
    padding: 0 15px 0 8px;
}

.stepNextBox, .stepNextBox4, .errorTextBox2, .errorTextBox3, .stepNextBox5 {
    margin-top: 20px;
}

.stepNextBox4, .errorTextBox2, .errorTextBox3, .stepNextBox5, .getDayError {
    display: none;
}

.stepBoxDiv {
    margin-top: 50px;
}

.class-details-tab-menu ul {
    text-align: center;
}

.class-details-tab-menu ul li {
    float: none;
    display: inline-block;
}

.toPrev {
    color: #3d84fb;
    font-size: 14px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.toPrev:hover {
    color: #FF8D3B;
}

.tab-content .tab-pane .list li {
    position: relative;
    float: left;
    width: 100px;
    height: 40px;
    margin: 0 0 15px 13px;
    border: 1px dashed #aaa;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    line-height: 40px;
    color: #666;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.note_div {
    padding: 20px;
}

.tab-content .tab-pane .list li i {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.tab-content .tab-pane .list .activeAdr {
    border: 1px solid #3d84fb;
    -webkit-border-radius: 15px 15px 0;
    border-radius: 15px 15px 0;
    background-color: #3d84fb;
    color: #fff;
}

.notSureAdr p a {
    color: #3d84fb;
    margin-left: 10px;
}

.tab-content .tab-pane .list .activeAdr i {
    display: inline-block;
}

.step2Box .stepNext, .step3Box .stepNext {
    width: 200px;
}

/*找回密码*/
.findPwd {
    width: 380px;
    margin: 10px auto;
}

.showMoreBlog {
    display: inline-block;
    width: 200px;
    height: 45px;
    border: 1px solid #ccc;
    font-size: 16px;
    line-height: 45px;
    margin-top: 20px;
}

.showMoreBlog:hover {
    color: #fff;
    background: #1bb4b9;
    border: none;
}

.compListTitle {
    position: relative;
    margin-top: 40px;
    margin-bottom: 15px;
}

.compListTitle h4 {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
}

.compListTitle a {
    position: absolute;
    right: 15px;
    top: 2px;
    z-index: 2;
}

.compListTitle .more-a {
    display: inline-block;
    width: 80px;
    height: 16px;
    background: url("../img/more.png") no-repeat;
}

.compListTitle .more-a-en {
    display: inline-block;
    width: 80px;
    height: 16px;
    background: url("../img/more-en.png") no-repeat;
}

.compListTitle a:hover {
    color: #1bb4b9;
}

.addMyComp {
    margin-left: 38px;
    font-size: 14px;
    display: inline-block;
    border-radius: 30px;
    background: #f5b120;
    color: #fff;
    padding: 4px 10px;
}

.compListTitle .addMyComp:hover {
    color: #fff;
}

.addMyComp i {
    margin-right: 5px;
}

.class-infos .toConsult .addFriendCamp {
    display: inline-block;
    border: 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    background: #1bb4b9;
}

.createCampTitle {
    color: #404040;
    vertical-align: middle;
}

.twoInput {
    font-size: 0;
}

.twoInput input {
    width: 45%;
    font-size: 14px;
}

.twoInput input[disabled] {
    background: #fff;
    cursor: not-allowed;
}

.twoInput .inputCut {
    width: 10%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #909090;
}

.campAddCoin {
    color: #d0d0d0;
    font-size: 100px;
    font-weight: 100;

}

.campImgBox {
    display: inline-block;
    width: 100px;
    vertical-align: text-bottom;
    margin-left: 20px
}

#creatCampForm p {
    text-indent: 0em;
}

.officeCampInfo {
    border: 27px solid #1bb4b9;
    border-image-source: url("../img/border-img.png");
    border-image-slice: 27 27 27 27;
    padding: 10px 30px;
}

.officeCampTitle {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    margin: 20px 0;
}

.showHotSummerCamp > .col-md-4 {
    margin-bottom: 20px;
}

.officeCampInfo h3 {
    font-size: 16px;
    color: #404040;
}

.officeCampInfo p {
    color: #666;
    font-size: 15px;
}

.officeCampInfo p a {
    color: #666;
}

.officeCampInfo pre {
    font-size: 15px;
    font-family: "Microsoft YaHei", arial, tahoma;
    color: #666;
}

.header-login-register .close_email_send_sucess {
    position: absolute;
    right: 10px;
    display: inline-block;
    background: #1bb4b9;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.header-login-register .close_email_send_sucess i {
    margin: 0;
    color: #fff;
}

.header-login-register .close_email_send_sucess:hover {
    background: #FF8D3B;
}

.officeCampInfo pre {
    color: #666;
    font-size: 15px;
    background: none;
    border: none;
    padding: 0;
    padding-top: 5px;
    font-family: "Microsoft YaHei", arial, tahoma;
}

.closeLayer {
    width: 80%;
    height: 35px;
    background: #f5b120;
    color: #fff;
    border: none;
    margin-bottom: 10px
}

.showContact {
    display: none;
}

.officeCampInfo-a {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background: #FF8D3B;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.officeCampInfo-a:hover {
    color: #fff;
}

.officeCampInfo p a:hover {
    color: #FF8D3B;
}

.officeContent {
    margin-top: 40px;
}

.application_box .applicationTitle {
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #1bb4b9;
    color: #434343;
    margin-bottom: 20px;
}

#clearInput {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: -27px;
    cursor: pointer;
    display: none;
}

@media (max-width: 768px) {
    .compListTitle .more-a {
        width: 62px;
        background-size: 100%;
        top: 11px;
    }

    #clearInput {
        top: 12px;
    }

    .addMyComp {
        margin-left: 4px;
    }

    .findPwd {
        width: 100%;
        margin: 10px auto;
    }

    .toConsult {
        margin-top: 10px;
    }

    #getDay .getDayTitle, #getPeople .getDayTitle, #getNum .getDayTitle, #getPhoneNum .getDayTitle {
        text-align: left;
    }

    .search-form, .search_history_content {
        width: 100%;
    }

    .step2Box .stepNext {
        width: 100%;
    }

    .stepNextBox {
        padding: 0;
    }

    .stepBoxDiv {
        margin-top: 20px;
    }

    .about-share {
        text-align: center;
        width: 140px;
        display: block;
        margin: 0 auto;
        vertical-align: top;
    }

    .breadcrumb-banner-area {
        background: url("../img/aboutPhone.jpg");
        background-size: 100% 100%;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 0;
        position: relative;
        z-index: 1;
    }

    /*   .findFriendBox {
           width: 90%;
           left: 5%;
           margin-left: 0;
       }*/
    .boxStyle {
        height: 400px;
        /*margin-top: -200px;*/
        top: 50%
    }

    .note_div textarea {
        height: 50px;
    }

    .logined {
        margin: 0;
    }

    .add_companion {
        width: 90%;
        margin-left: 5%;
    }

    .add_companion .row {
        text-align: left;
    }

    .breadcrumb-banner-area.gallery, .breadcrumb-banner-area.blog {
        padding: 0;
    }

    .breadcrumb-text h1 {
        margin-top: 50px;
    }

    .breadcrumb {
        margin-top: 88px;
        padding: 0 25px;
    }

    .class-list-bar {
        margin-top: 0;
    }

    .creatChild {
        top: 100px;
    }

    .application_box div {
        padding: 4px 5px;
        line-height: 22px;
    }

    .application_box .compTitle {
        font-size: 15px;
        background: #fff;
        color: #444;
        font-weight: 500;
        text-align: left;
        border-bottom: 1px solid #ccc;
    }

    .application_box .compContent {
        text-align: right;
        border-bottom: 1px solid #ccc;
    }

    .application_box .showLeft {
        text-align: left;
        border-left: none;
    }

    .showBox {
        border: none;
    }

    .application_box .applicationSubmit {
        padding: 0 0 0 5px;
        border-top: none;
        border-bottom: 1px solid #ccc;
        margin-top: 5px;
        line-height: 40px;
    }

    .application_box .box-padding {
        padding: 0 15px;
    }

    header {
        height: auto;
    }

    .superLine a img {
        margin-bottom: 20px;
    }

    .mod-hp h3 {
        font-size: 16px;
    }

    .seachLine {
        width: 100%;
    }

    .search-form button[type="button"] {
        height: 40px;
        line-height: 38px;
    }

    #search-form input {
        height: 40px;
    }

    .head_search {
        height: 46px;
    }

    .breadcrumb-text h1 {
        font-size: 23px;
    }

    .showContent {
        height: calc(100% - 120px);
        height: -webkit-calc(100% - 120px);
        height: -moz-calc(100% - 120px);
        overflow-y: scroll;
    }

    .showStep {
        padding: 0px 0 10px 0;
    }
}

.div_info {
    line-height: 35px;
}

.m-t-20 {
    margin-top: -20px;
}

.class-infos .color666 {
    color: #666;
}

.contactMore {
    margin-top: 44px;
}

.moreAbout {
    font-size: 13px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 34px;
    padding: 0 16px;
    background: #F5B120;
    border: 0 none;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.moreAbout i {
    margin-right: 8px;
}

.moreAbout:hover {
    color: #1bb4b9;
    text-decoration: underline;
}

@media (min-width: 992px) and (max-width: 1200px) {

    .contactMore {
        margin-top: 39px;
    }

    .moreAbout {

        margin-top: 12px;
    }
}