* {
    margin: 0;
    padding: 0;
}

html,
body {
    color: #333;
}

body {
    font-size: 0.33rem;
}

.one img {
    width: 100%;
    display: block;
}

.header {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
    position: relative;
    text-align: center;
}
.header i {
    font-size: 0.5rem;
    font-weight: bold;
    color: #666;
    position: absolute;
    top:0%;
    /* margin-top: -0.25rem; */
}
.header i:nth-child(1) {
    left: 15px;
}
.search {
    width: 92%;
    display: block;
    margin: -.8rem auto 0;
    height: 1rem;
    background: white;
    border: 1px solid #DDDDDD;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    display: flex;
}

.wenhao {
    flex: 1;
    position: relative;
}

.wenhao img {
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.sou {
    flex: 5;
    position: relative;
}

.sou input {
    width: 100%;
    font-size: 16px;
    line-height: .9rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    outline: none;
    background: transparent;
}

.title_1 {
    font-size: 0.3rem;
    color: #333333;
    width: 92%;
    margin: 0.79rem auto 0.3rem;
    font-weight: bold;
}

.ul {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    margin: 0 0.32rem;
}
ul, li {
    list-style: none;
}
.ul li {
    position: relative;
    width: 2rem;
    height: 2rem;
    border-radius: 0.2rem;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 0.2rem;
}

.ul li img {
    width: 100%;
    height: 100%;
    display: block;
}

/* ul :last-child {
    margin-right: .3rem;
} */

.ul li div {
    font-size: 16px;
    color: white;
    text-align: center;
    line-height: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.publish {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
    width: .8rem !important;
}

#footerWarp {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}


/*.b4{
	display: none !important;
}*/

.search2 {
    width: 92%;
    display: flex;
    margin: .4rem auto 0;
    height: .85rem;
}

.shu_2 {
    flex: 4;
}

.botton2 {
    flex: 1;
    margin-left: .3rem;
}

.shu_2 input {
    width: 100%;
    display: block;
    outline: none;
    font-size: 16px;
    height: .85rem;
    line-height: .85rem;
    border: 1px solid rgba(222, 222, 222, 1);
    border-radius: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

.botton2 button {
    width: 100%;
    text-align: center;
    height: .85rem;
    display: block;
    border: none;
    outline: none;
    background-color: #FFD22A;
}

.scene {
    width: 92%;
    display: flex;
    margin: .35rem auto 0;
    padding: 0.25rem 0;
    border-bottom: 1px solid #ccc;
}

.sceneright {
    flex: 1;
    margin-left: .25rem;
}

.img_tu {
    flex: 0.6;
}

.img_tu img {
    width: 80%;
    display: block;
}

.scene1 {
    font-size: 14px;
    color: #343434;
}

.chucun {
    font-size: 14px;
    color: #343434;
    margin-top: .2rem;
}

.update {
    display: flex;
    position: relative;
    margin: .5rem 0 0;
    font-size: 14px;
    color: #9A9A9A;
}

.update img {
    width: 13px;
    position: absolute;
    right: 0;
    top: .05rem;
}

#lists {
    width: 100%;
    display: block;
    margin-bottom: 3rem;
}

.bottonAn {
    width: 92%;
    margin: 0.5rem auto 0;
    /* display: flex;
    position: fixed;
    bottom: 1.5rem;
    left: 4%; */
}

.bottonAn div img {
    width: 45%;
    display: block;
}

.scenic {
    color: #343434;
    font-size: 16px;
    width: 92%;
    display: block;
    margin: .4rem auto 0;
}

.lists2 {
    width: 92%;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.lists2 div {
    width: 3.2rem;
    height: 3.2rem;
    margin-top: .3rem;
    position: relative;
    border-radius: 0.2rem;
    overflow: hidden;    
}
.lists2 div a {
    display: block;
    width: 100%;
    height: 100%;
}
.lists2 div img {
    width: 100%;
    height: 100%;
    display: block;
}

.lists2 div div {
    height: .7rem;
    background: rgba(0, 0, 0, .8);
    text-align: center;
    line-height: .7rem;
    font-size: 14px;
    color: white;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.smallLogo {
    flex: 1.5;
    position: relative;
}

.regshu {
    flex: 6;
    position: relative;
    /*margin-left: .3rem;*/
}

.smallLogo img {
    width: 35%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.regshu input {
    width: 100%;
    display: block;
    height: 1rem;
    line-height: 1rem;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
}

.regshu2 {
    flex: 6;
    position: relative;
    display: flex;
    /*margin-left: .3rem;*/
}

.shushu1 {
    flex: 2;
}

.shushu1 input {
    width: 100%;
    display: block;
    height: 1rem;
    line-height: 1rem;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
}

.fasong {
    flex: 1;
    position: relative;
}

.fasong input {
    color: #2696F5;
    width: 100%;
    text-align: center;
    line-height: 1rem;
    font-size: 16px;
    height: 1rem;
    background: transparent;
    border: none;
    outline: none;
    top: 0;
    right: 0;
    position: absolute;
}

.fasong img {
    width: 25px;
    position: absolute;
    right: .2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.img2 {
    display: none;
}

.tijiao img {
    width: 65%;
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 1.1rem;*/
    /*margin: auto;*/
    display: block;
    margin: 3rem auto .6rem;
}

.toLogin {
    color: #343434;
    text-align: center;
    font-size: 18px;
    margin-bottom: 1rem;
    position: absolute;
    bottom: .4rem;
    left: 0;
    right: 0;
    margin: auto;
}

.dingWarp {
    width: 92%;
    display: flex;
    margin: .4rem auto 0;
    height: 1rem;
}

.dingWarp div {
    flex: 1;
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 1rem;
}

.active {
    color: #333333 !important;
}


.dingWarp div.active::after {
    content: '';
    width: 28%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFD22A;
    height: 0.06rem;
    border-radius: 0.1rem;
    margin: auto;
}

.user {
    width: 90%;
    display: flex;
    margin: -.5rem auto 0;
}

.userTou {
    flex: 1;
}

.userZi {
    flex: 2.5;
    margin-left: .5rem;
    display: flex;
    align-items: flex-end;
}

.userTou img {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.userZi div {
    flex: 1;
    text-align: center;
    position: relative;
    border-radius: 0.5rem;
    padding: 0.19rem 0;
    font-size: 0.26rem;
    background-color: #FFD22A;
}

.userZi div img {
    width: 100%;
    display: block;
    position: absolute;
    bottom: .1rem;
}

.nickName {
    color: #333333;
    width: 92%;
    display: block;
    margin: .4rem auto 0;
    font-size: 18px;
    font-weight: bold;
}

.userXin {
    font-size: 13px;
    color: #999999;
    width: 92%;
    display: block;
    margin: .2rem auto 0;
}

.popularity {
    font-size: 13px;
    color: #333333;
    width: 92%;
    display: block;
    margin: .4rem auto 0;
}

.biankuang {
    width: 100%;
    height: 10px;
    background: #EEEEEE;
    margin: .4rem auto;
    display: block;
}

.touxiang {
    width: 96%;
    display: flex;
    height: 1.8rem;
    /*margin: 0 auto;*/
    margin-left: 4%;
    border-bottom: 1px solid #DEDEDE;
    font-size: 16px;
}

.leftName {
    flex: 1;
    color: #666666;
    line-height: 1.8rem;
}

.rightNav {
    flex: 5;
    position: relative;
    padding-right: .3rem;
    box-sizing: border-box;
}

.img5 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1.2rem;
    right: .7rem;
    margin: auto;
}

.img6 {
    width: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: .2rem;
    margin: auto;
}

.zhanghao {
    height: 1.8rem;
    width: 96%;
    margin-left: 4%;
    font-size: 16px;
    line-height: 1.8rem;
    border-bottom: 1px solid #DEDEDE;
    display: flex;
}

.zhanghao div {
    flex: 1;
    color: #666666;
}

.ze {
    color: #9A9A9A;
    text-align: right;
    margin-right: .4rem;
    font-size: 16px;
    line-height: 1.8rem;
}

.gejie {
    font-size: 16px;
    display: block;
    margin-left: 4%;
    color: #666666;
    margin-top: .45rem;
}

textarea {
    width: 92%;
    display: block;
    margin: .3rem auto 0.55rem;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    padding: .2rem;
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
    height: 150px;
}

#baocun, .cancel-button {
    width: 5rem;
    display: block;
    border-radius: 1rem;
    margin: 0 auto 0.25rem;
    padding: 0.34rem 0;
    text-align: center;
    font-size: 0.34rem;
}
.cancel-button {
    background-color: #ccc;
}
#baocun {
    background-color: #FFD22A;
}
.tanchuang2 {
    width: 80%;
}

.mengban1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.tanchuang2 {
    width: 80%;
    background: white;
    border-radius: 10px;
    padding: .3rem 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.lists3 {
    width: 90%;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}

.lists3 div {
    width: 45%;
    height: .6rem;
    background: #CCCCCC;
    color: #000000;
    text-align: center;
    line-height: .6rem;
    border-radius: 8px;
    font-size: 0.16rem;
    margin-top: .5rem;
    margin-left: 3%;
}

.active2 {
    background: #6771DF !important;
    color: white !important;
}

.queding2 {
    width: 35%;
    display: block;
    margin: .45rem auto 0;
    text-align: center;
    background-color: #FFD22A;
    padding: 0.15rem 0;
    border-radius: 0.5rem;
}

.guanbi {
    width: 16px;
    position: absolute;
    right: .2rem;
    top: .2rem;
}