* {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}

b {
    font-weight: 400;
}

body {}

.show_msg {
    width: 100%;
    height: 35px;
    text-align: center;
    position: fixed;
    left: 0;
    z-index: 999;
}

.show_span {
    display: inline-block;
    height: 35px;
    padding: 0 15px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
}

.publishItem {
    background-color: #fff;
    padding-top: 10px;
    /* padding-bottom: 10px; */
    margin-top: 15px;
}

.descBox {
    padding-top: 0 !important;
    background-color: #eee;
    padding: 0 0 0 0 !important;
    margin-bottom: 15px;
}

.tagbox {
    width: 90%;
    padding: 10px 0;
    margin: 0 auto;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
}

.tagUl li {
    display: inline-block;
    margin: 7px;
}

.tagUl li span {
    color: #01ACE4;
    background-color: #E2F6FF;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    text-align: center;
    padding: 6px 8px;
    font-size: 13px;
}

.tagUl li.active span {
    color: #fff;
    background-color: #01ACE4;
}

.handlebox {
    width: 100%;
    /* height: 37px; */
    margin-top: 10px;
}

.handlebox .handleBtn {
    width: 50%;
    height: 100%;
    display: inline-block;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    float: left;
    text-align: center;
    line-height: 37px;
    box-sizing: border-box;
}

.handlebox .handleBtn:nth-of-type(1) {
    border-right: 1px solid #eee;
    box-sizing: border-box;

}

.handleBtn img {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.handleBtn span {
    display: inline-block;
    vertical-align: middle;
    color: #989898;
    font-size: 13px;
}

.topicTag {
    color: #01ACE4;
}

.preImg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
    background-color: #000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

.addPublish {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 100;

}

.addPublish img {
    width: 100%;
    height: 100%;
}

.commentlist {
    width: 100%;
    height: 100%;
    display: inline-block;
    /* border-top: 1px solid #eee; */
    /* border-bottom: 1px solid #eee; */
    line-height: 37px;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
}

.commentlist p {
    background-color: #eee;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    line-height: 16px;
    font-size: 14px;
}

.addhead {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eee;
    display: flex;
    background-color: #fff;
}

.login-addhead {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eee;
    /* background-color: pink; */
}

.backarrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-left: 12px;
    margin-top: 6px;
}

.backarrow img {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    margin-top: 6px;
}

.qingchuanlogo {
    margin: 0 auto;
    height: auto;
    width: 85%;
    display: block;
    margin-top: 18px;
}

.loginForm {
    width: 100%;
    height: 330px;
    padding: 20px 28px;
    /* margin-top: 30px; */
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    display: none;
}

.phoneDiv {
    width: 100%;
    height: 50px;
    /* background-color: #f6f7f8; */
    /* border-radius: 5px; */
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
}

.userPhone {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    border: 0;
    outline: none;
    background-color: transparent;
    display: inline-block;
    flex: 1;
    /* padding-left: 15px; */
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

.userPhone::-webkit-input-placeholder {
    color: #989898;
    font-size: 15px;
}

.icon_login_phone {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.codeDiv {
    width: 100%;
    height: 50px;
    background-color: #fff;
    /* border-radius: 5px; */
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    /* padding: 10px; */
    box-sizing: border-box;
    margin-top: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.codeBox {
    /* background-color: #f6f7f8; */
    flex: 1;
    /* margin-right: 30px; */
    /* border-radius: 5px; */
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    line-height: 66px;
    padding-top: 12px;
    box-sizing: border-box;
    padding-left: 10px;
    /* border-bottom: 1px solid #e5e5e5; */
}

.getcode {
    background-color: #f6f7f8;
    width: 90px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #A8A8A8;
    font-size: 15px;
    /* margin-bottom: 35px; */
}

.msgcode {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    border: 0;
    outline: none;
    background-color: transparent;
    display: inline-block;
    flex: 1;
    /* padding-left: 15px; */
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 10%;
}

.msgcode::-webkit-input-placeholder {
    color: #989898;
    font-size: 15px;
}

.loginBtn {
    width: 100%;
    height: 50px;
    background-color: #85C4EA;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    overflow: hidden;
}

.loginBtn.active {
    background-color: #0C89D6;
}

.upPublish {
    display: inline-block;
    width: 72px;
    height: 30px;
    background-color: #01ACE4;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    color: #fff;
    margin-right: 10px;
    margin-top: 10px;
}

.headword {
    flex: 1;
    text-align: center;
    color: #222;
    font-size: 20px;
    line-height: 50px;
}

.addMain {
    padding: 30px;
    box-sizing: border-box;
    /* height: 400px; */
    width: 100%;
    background-color: #fff;
    padding-bottom: 20px;
}

.tagtitle {
    color: #333;
    font-size: 16px;
}

.addMain .tagbox {
    width: 100%;
    margin: 0;
    border-bottom: 0;
}

.addMain .tagbox ul li {
    margin-bottom: 10px;
}

.addtextarea {
    background: rgba(246, 247, 248, 1);
    height: 150px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 15px;

}

.uptip {
    font-size: 16px;
    margin: 10px 0;
}

[type='file'] {
    height: 30px;
    font-size: 14px;
}

.addWrapper {
    background-color: #eee;
}

.tipDiv {
    text-align: center;
    font-size: 14px;
    color: #989898;
    margin-top: 30px;
}

.tipDiv span.rulebtn {
    color: #01ACE4;
}

.pop_rule {
    display: none;
}

.pop_rule .mask {
    background: rgba(0, 0, 0, .7);
    width: 1000000000px;
    height: 100000000px;
    position: fixed;
    z-index: 997;
    left: 0px;
    top: -1000px;
}

.pop_card {
    width: 70%;
    height: 300px;
    background-color: #fff;
    position: fixed;
    z-index: 998;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.cardtitle {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    display: block;
    margin: 15px auto;
}

.cardmain {
    font-size: 14px;
    padding: 0 15px;
    box-sizing: border-box;
}

.cardmain p {
    text-indent: 15px;
}

.pop_surebtn {
    width: 100%;
    height: 40px;
    border-top: 1px solid #eee;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 40px;
}

.pop_surebtn span {
    color: #01ACE4;
    text-align: center;
    font-size: 18px;
}

.codeTip {
    color: #000;
    font-size: 12px;
    float: right;
    display: block;
    margin: 10px 0 30px 0;
    overflow: hidden;
}

.r-tipDiv {
    text-align: center;
    margin-top: 10px;
}

.r-selectImg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.r-tipWord {
    display: inline-block;
    vertical-align: middle;
    color: #b5b5b5;
}

.r-tipWord b {
    color: #000;
}

.r-select {
    display: none;
}

.backImg {
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
}

.nextpageBox {
    padding: 0 20px;
    box-sizing: border-box;
    position: fixed;
    bottom: 66px;
    left: 0;
    width: 100%;
}

.nextPageBtn {
    /* padding: 0 20px; */
    width: 100%;
    height: 50px;
    background-color: #0C89D6;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    /* overflow: hidden; */
    position: relative;
}

.mainContent {
    /* padding: 0 20px;
    box-sizing: border-box;
    font-size: 15px;
    margin-top: 16px; */
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 15px;
    margin-top: 16px;
    width: 80%;
    background: #fff;
    border-radius: 16px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: url(i/login_bg.png) no-repeat center / 100%; */
    z-index: 11111;
    padding: 20px;
    padding-bottom: 39px;
    box-sizing: border-box;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    line-height: 21px;
}

.backImgDiv {
    font-size: 0;
    width: 100%;
}

.backImgDiv img {
    width: 100%;
}

.registerBox {
    width: 100%;
    height: 92px;
    padding: 24px 28px;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
}

.registerBtn {
    width: 100%;
    height: 44px;
    background: #0C89D6;
    border-radius: 22px;
    color:#fff;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    box-sizing: border-box;
}
.login_close {
    width: 32px;
    height: 32px;
}
.login_closeDiv {
    width: 100%;
    text-align: right;
}

.pop_solution {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.pop_solution .mask {
    width: 100000000px;
    height: 100000000px;
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    top: -1000px;
    left: 0;
    z-index: 999;
}
.pop_closeDiv {
    width: 100%;
    text-align: right;
}
.pop_close {
    width: 28px;
    height: 28px;
}
.pop_user{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
   
}
.pop_user .mask {
    width: 100000000px;
    height: 100000000px;
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    top: -1000px;
    left: 0;
    z-index: 999;
}