html,
body {
    height: 100%;
    width: 100%;
    background: #F6FAFD;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.navbar-default {
    font-weight: 200;
    letter-spacing: 1px;
}
.navbar-header{
    background: #D24913;
}.navbar-header a{
    color: #fff;
}

.navbar-default .navbar-header .navbar-brand {
    font-weight: 200;
    letter-spacing: 1px;
    color: #474157;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #474157;
}

.navbar-default .navbar-header .navbar-toggle {
    font-size: 12px;
    color: #474157;
    padding: 8px 10px;
}

.navbar-default .nav > li > a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    color: #7a798c;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #474157;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #474157 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}

#mainbody {
    position: relative;
    width: 100%;
    min-height: auto;
    /*overflow-y: hidden;*/
    background: #f6fafd;
    color: #474157;
    height: calc(100vh - 61px);
}

#mainbody .index-text {
    text-align: center;
    padding: 250px 0 50px;
    position: relative;
    height: 100vh;
}

#mainbody .index-text h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

#mainbody .index-gallery {
    text-align: center;
    padding: 200px 0 50px;
    position: relative;
}

@media (max-height: 500px) {
    #mainbody {
        height: inherit;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    #mainbody .index-text {
        text-align: left;
    }
}

@media (max-width: 767px) {

    .navbar-default {
        background-color: #f1f6fd;
        border-color: #f1f6fd;
    }

    .navbar-default .navbar-collapse {
        background: #f1f6fd;
        box-shadow: 5px 9px 5px rgba(0, 0, 0, 0.07);
    }

    #mainbody {
        height: unset;
    }

    #mainbody .index-text {
        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    #mainbody .index-gallery {
        padding: 30px 0 50px 0;
    }

    #mainbody .index-text h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
}

footer {
    background-color: #222222;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

footer p {
    font-size: 14px;
    px margin: 0;
}

.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
}

.btn-xl {
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
}

.imagelist {
    width: 100%;
    margin: 2%;

}

.imagelist a img {
    width: 31%;
}

.imagelist a {

}

.img-thumbnail {
    border: 1px solid #fff;
}

.indextop {
    padding: 5px -5px 5px 5px;

}

.panel-body img {
    width: 7%;
}

.panel-body .laoshi img {
    width: 30%;

}

.panel-body .laoshi {

    background: #bbb;
}

.panel-body .lilist {

    position: relative;
    width: 95%;
    height: 100%;
    margin: 0.5rem auto auto;
    background-color: #f7f7f8;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
}

.panel-body .lilist img {

    width: 7rem;
    height: 7rem;
    border-radius: 4rem;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4rem;
    flex: 0 0 4rem;
}

.panel-body .lilist .right {

    width: 66%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 0.6rem;
    margin-top: 1.5rem;
}

.panel-body .lilist .nickname {

    font-size: 16px;
    color: #333;
}

.panel-body .lilist .lable {

    width: 100%;
    margin-top: 0.6rem;
}

.panel-body .lilist .lable p {

    width: 5rem;
    float: left;
    margin-top: 0.15rem;
    font-size: 1.5rem;
}

.panel-body .lilist .lable span {

    background-color: #f2e6e3;
    color: #d24914;
    margin-left: 0.01rem;
    font-size: 12px;
    padding: 5px 8px;
    margin-top: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    float: left;
}

.laos {
    padding: 0px;

}

.panel-default {
    border-color: #fff;
    margin-bottom: 55px;
}

.tav-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-sizing: content-box;
    width: 100%;
    height: 50px;
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #fff;
}

.tav-bottom a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #646566;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}

.tav-bottom .tav-bottom-list-active {
    color: #1989fa;
    background-color: #fff;
}

.tav-bottom-list-icon {
    position: relative;
    margin-bottom: 4px;
    font-size: 22px;
    color: #666;
}

.tav-bottom-list-text {
    position: relative;
    margin-bottom: 4px;
    font-size: 1.2rem;
    color: #666;
}

.van-tabbar-item__icon .van-icon {
    position: relative;
    font: normal normal normal 14px/1 vant-icon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.caption {
    background: #F8F8F8;
    height: 100%;
}

.datetoplist {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 1rem;

}

.datetoplist .li {
    width: 5rem;
    height: 4rem;
    text-align: center;
    line-height: 1.3rem;
    padding-top: 0.1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.datetoplist .li .active {
    background-color: #000;
    color: #fff;
    border-radius: 0.5rem;
}

.datetoplist .li p:first-child {
    font-size: 14px;

}

.datetoplist .li p {
    height: 1.1rem;

}

.datetoplist .li p {
    height: 1.1rem;
}

.datetoplist_con {
    width: 93%;

    font-size: 12px;
    margin: 0.2rem auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.datetoplist_con .li {
    width: 18%;
    height: 100%;
    text-align: center;
    line-height: 1.1rem;
    color: #aaa;
    margin-left: 1%;
    margin-top: 0.6rem;

}

.thidetail {
    padding: 15px;
}

.thidetail .name {
    font-size: 16px;
    color: #4F8CED;
}

.thidetail .content {
    font-size: 14px;
    padding: 5px;
    text-indent: 2.9rem;
    line-height: 2.5rem;
    min-height: 0px

}

.button {
    padding: 20px;
}

.datetoplist .btn {

    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;

    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px;
}

.datetoplist button span {
    font-size: 1rem;

}

.datetoplist button .shijian {
    font-size: 1rem;
    margin: 0px;

}

.datetoplist_con .btn-tiem {

    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    width: 20%;

    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #fff;
}

.datetoplist_con .btn-tiem .yue {
    margin-bottom: 0px;
    font-size: 12px;

}

.datetoplist .active1 {
    background: #337AB7;
    color: #fff;
}

.datetoplist_con .active {

    padding-top: 0.4rem;
    background-color: #d24914 !important;
    color: #fff !important;

}

.datetoplist_con .divyes {
    background: #5CB85C;

    padding-top: 0.4rem;
    color: #fff;
    border-radius: 0.5rem;
}

.datetoplist_con .divon {
    background-color: rgb(248, 248, 250);
    padding-top: 0.4rem;

    border-radius: 0.5rem;

}

.bmcg-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    z-index: 9999;
}

.bmcg-box .bmcg {
    margin: 300px auto 0;
    background: #fff;
    width: 80%;
    padding: 10px 10px 10px;
    border-radius: 5px;
}

.bmcg-box .bmcg h3 {
    font-size: 1.5rem;
    color: #e4393c;
}

.bmcg-box .bmcg div {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    padding: 30px 0 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.bmcg-box .bmcg p a {
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    background: #e4393c;
    border-radius: 5px;
    cursor: pointer;
}

.bmcg-boxerror {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    z-index: 9999;
}

.bmcg-boxerror .bmcg {
    margin: 300px auto 0;
    background: #fff;
    width: 80%;
    padding: 10px 10px 10px;
    border-radius: 5px;
}

.bmcg-boxerror .bmcg h3 {
    font-size: 1.5rem;
    color: #e4393c;
}

.bmcg-boxerror .bmcg div {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    padding: 30px 0 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.bmcg-boxerror .bmcg p a {
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    background: #e4393c;
    border-radius: 5px;
    cursor: pointer;
}

.bmcg-login {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    z-index: 9999;
}

.bmcg-login .bmcg {
    margin: 300px auto 0;
    background: #fff;
    width: 80%;
    padding: 10px 10px 10px;
    border-radius: 5px;
}

.bmcg-login .bmcg h3 {
    font-size: 1.5rem;
    color: #e4393c;
}

.bmcg-login .bmcg div {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    padding: 30px 0 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.bmcg-login .bmcg p a {
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    background: #e4393c;
    border-radius: 5px;
    cursor: pointer;
}





.bmcg-yuyuez {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    z-index: 9999;
}

.bmcg-yuyuez .bmcg {
    margin: 300px auto 0;
    background: #fff;
    width: 80%;
    padding: 10px 10px 10px;
    border-radius: 5px;
}

.bmcg-yuyuez .bmcg h3 {
    font-size: 1.5rem;
    color: #e4393c;
}

.bmcg-yuyuez .bmcg div {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    padding: 30px 0 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.bmcg-yuyuez .bmcg p a {
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    background: #e4393c;
    border-radius: 5px;
    cursor: pointer;
}

.yuyuetag {
    display: none;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    z-index: 9999;

}

.yuyuetag .bmcgform {
    margin: 100px auto 0;
    background: #fff;
    width: 95%;
    padding: 30px 0px;
    border-radius: 5px;
}

.yuyuetag .bmcgform h3 {
    font-size: 1.5rem;
    color: #e4393c;
}

.yuyuetag .bmcgform tagbutton {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    padding: 30px 0 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.yuyuetag .bmcgform p a {
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    background: #337AB7;
    border-radius: 5px;
    cursor: pointer;
}


.yuyuetag .bmcgform .form-group .control-label{
    text-align: left;
}
.yuyuetag .bmcgform .form-group{
    padding: 1px 30px;
}

.yuyuebutton {
    margin-top: 50px;
}




.van-empty {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 32px 0;
}

.van-empty__image {
    width: 50%;
    height: 50%;
    text-align: center;
}

.van-empty__image {
    width: 100%;

}

.van-empty__description {
    margin-top: 16px;
    padding: 0 60px;
    color: #969799;
    font-size: 14px;
    line-height: 20px;
}

.panel-body .img-medium {
    margin: 1rem;
    width: 45px;
    height: 45px;
}

.panel-default > .panel-heading {
    position: relative;
    font-size: 16px;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;

}

.panel-default > .panel-heading > .panel-title {
    font-weight: 700;

}

.panel-body .media-body h4 {
    font-weight: 700;
}


.media-body .text-muted{
    width:100%; height:0rem; line-height:25px; overflow:hidden
}

.panel-body .ask {
    margin: 10px 0px;
}

.panel-body .ask p {
    font-size: 14px;

}
.panel-body .askback{
    background: #F6FAFD;
    text-indent: -45px;
    padding: 15px 5px;
    margin-bottom: 5px;
    letter-spacing:1px;


}

.panel-body{
    border-bottom: 1px solid #f5f5f5;
}

#post-comment h4{
    font-size: 16px;
    font-weight: 700;
}

.navbar-white{
    background: #D24913;
}
#tagbutton >.active{
    background: #337AB7;
    color: #fff;
    border: 1px solid #337Ab7;

}

.tagbutton{
    border: 1px solid #fff;
    padding: 5px 10px;
}

#detail{
    height: 100%;background-color: white;
    width: 100%;
}
.cardtitle {

    margin: auto auto auto auto;
    color: #fff;
    height: 2rem;

}
.cardtitle img {
    width: 4rem;
    float: left;
    margin-top: 1.5rem;
}
.cardtitle span {
    float: left;
    font-size: 1.7rem;
    font-weight:bold;
    margin-top: 0.8rem;
}
.contetn{
    width: 95%;
    margin: 1rem;
}

.navs{
    background: #000;
    height: 5rem;
}

.returnask{
    background: #eee;
    padding: 5px 10px;
    width: 100%;
}

#app{
    font-family: Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
      height: 400px;
}

.mine_top{
    width: 100%;
    height: 9rem;
    background: url(/assets/img/usertuo.png);
    background-size: 100% 100%;
    color: #fff;
}

.mine_top .launch {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 12px;
    z-index: 10000;
}
.mine_top .info {
    width: 85%;
    height: 10rem;
    margin: auto;
    text-align: center;
    padding-top: 1.5rem;
}

.uploadImg {
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: 1rem;
    z-index: 2;
    overflow: hidden;
    opacity: 0;
}

.van-uploader__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.van-uploader__upload {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    margin: 0 8px 8px 0;
    background-color: #f7f8fa;
}

.van-uploader__upload-icon {
    color: #dcdee0;
    font-size: 24px;
}

.van-uploader__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
}

.mine_top .info .headerImg {
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    float: left;
    position: relative;
}

.mine_top .info img {
    width: 100%;
    height: 100%;
    border-radius: 3.5rem;
}

.mine_top .info span {
    float: left;
    margin-left: 1rem;
    margin-top: 1.2rem;
}
.mine_top .list {
    color: #333;
}

.mine_top .list .li {
    width: 90%;
    height: 9rem;
    margin: auto;
    background-color: #fff;
    position: relative;
}

.mine_top .list .li .left {
    width: 5rem;
    height: 5rem;
    float: left;
    margin-left: 2.2rem;
    margin-top: 2.2rem;
}

.mine_top .list .li .right {
    float: left;
    text-align: left;
    margin-left: 1rem;
    margin-top: 1.5rem;
}

.mine_top .list .li .right p:nth-child(2) {
    font-size: 12px;
    color: #ccc;
    margin-top: 0.3rem;
}

.mine_top .list .li .right img {
    width: 0.8rem;
    height: 1.3rem;
    position: absolute;
    right: 1.5rem;
    top: 42%;
}

.topTab {
    width: 100%;
    height: 5rem;
    background-color: #fff;
    font-size: 13px;
    color: #ccc;
    position: fixed;
    top: 0;
    z-index: 100;
}

.topTab div {
    float: left;
    margin-left: 1.5rem;
    margin-top: 1.5rem;
}

.actives {
    font-size: 20px;
    font-weight: 700;
    color: #333!important;
    margin-top: 1.1rem!important;
}

.list {
    width: 95%;
    height: 90%;
    margin: 6rem auto auto;
}

.list .li {
    width: 100%;
    height: 13rem;
    background-color: #fff;

    text-align: left;
    position: relative;
    padding-top: 1rem;
    margin-bottom: 1rem;
}

.list .li .top {
    height: 8.5rem;
}

.list .li .top .left {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 5.6rem;
    float: left;
    margin-left: 1rem;
    margin-top: 1rem;
}

.list .li .top .right {
    margin-left: 2rem;
    float: left;
    font-size: 12px;
    margin-top: 1rem;
    line-height: 1.5rem;
}

.list .li .top .right .name {
    font-size: 16px;
}

.list .li .top .right .info {
    color: #ddd;
}

.list .li .top .right .info span {
    color: #aaa;
    margin-left: 0.3rem;
}

.list .li .bottom {
    width: 90%;
    margin: auto;
    height: 3rem;
    position: relative;
    font-size: 13px;
}


.list .li .bottom span {
    color: #4c88f6;
}

.list .li .bottom .right {
    position: absolute;
    right: 0;
    top: 0;
}

