*{
	margin: 0;
	padding: 0;
	border: 0;
}
li{
	list-style: none;
	color: #000000;
}
a{
	text-decoration: none;
}


.top{
	width: 100%;
	background-color: rgb(255,255,255);
    display: inline-flex;
    height: 52px;
}
.position{
	width: 15%;
}
.position a{
	padding: 10px 10px 10px 20px;
	display: inline-flex;
	color: #000000;
}
.position img{
	width: 20px;
	height: 29px;
	margin-right: 3%;
}
.position p{
	width: 35px;
	margin-top: 3px;
}

.inputBox{
	width: 60%;
	border-radius: 39px;
	background-color: rgb(243,243,243);
	position: relative;
	margin-left: 8%;
	height: 35px;
	margin-top: 5px;
	overflow: hidden;
}
.inputBox img{
	width: 25px;
	height: 25px;
	background-color: rgb(243,243,243);
	margin-left: 10px;
	margin-top: 7px;
}
.inputBox input{
	border: none;
	outline: none;
	background-color: rgb(243,243,243);
	/* margin-top: -51px; */
	position: absolute;
	top: 10px;
	font-size: 16px;
	left: 47px;
}
.top>a>img{
	width: 30px;
	height: 33px;
	margin: 25% 60%;
}
/* 轮播图样式 */

#banner{
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-top: 20px;
}
#banner img{
	width: 100%;
}
.pagination{
	z-index: 1;
	position: relative;
	margin-top: -35px;
	margin-left: 80%;
}
/* 轮播图样式 */

/* 这里改了imgBox样式 */
.imgBox{
	width: 100%;
	background-color: rgb(255,255,255);
	padding: 20px 0 20px 0;
	margin-top: -3px;
}
/* 这里ul样式也改了 */
.imgBox ul{
	width: 97%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}
/* 这里li样式也改了 */
.imgBox ul li{
	width: 25%;
	text-align: center;
	margin-bottom: 10px;
}
.imgBox ul li img{
	width: 40px;
	height: 40px;
}
.imgBox ul li p{
	font-size: 13px;
	color: #535353;
}

.picBox{
	width: 100%;
	margin-top:15px;
	background-color: #FFFFFF;
}
.picBox ul{
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.picBox ul li{
	width: 49%;
}
.picBox ul li img{
	width: 100%;
}
.buttimg{
	width: 100%;
	display: flex;
	margin-top: 8%;
	justify-content: space-between;
}
.buttimg img{
	width: 95%!important;
	border-radius: 5px;
}

/* 广告位非轮播图样式 */
.addbox{
	margin: 20px 0;
	width: 100%;
	overflow: hidden;
}
.addbox img{
	width: 100%;
}
/* 广告位非轮播图样式 */

/* 广告位轮播图样式 */
/* #banner2{
	margin: 20px 0;
	width: 100%;
	overflow: hidden;
}
#banner2 li img{
	width: 100%;
} */
/* 广告位轮播图样式 */
.toutiao{
	background-color: #FFFFFF;
	width: 94%;
	margin: auto;
	padding: 10px 3%;
	display: flex;
    justify-content: space-between;
    height: 50px;
}
.toutiao a img{
	width: 50px;
	height: 50px;
}
.toutiao .swiper-slide a{
    line-height: 50px;
    height: 50px;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: block;
    padding-left: 1rem;
}

/* 旅游商城 */
.lvyou{
	background-color: #FFFFFF;
}
.lvyou>p{
	padding:2% 5%;
	color: #838383;
	font-size: 17px
}
.sctop{
	width: 90%;
	padding: 10px 5%;
	background-color: #FFFFFF;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.sctop p:nth-child(1){
	font-size: 22px;
}
.sctop p:nth-child(2){
	margin-top: 5px;
}
.sctop a{
	color: #5b5b5b;
}
.splist ul{
	width: 90%;
	margin:10px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.splist ul li{
	width: 48%;
	padding-bottom: 20px;
	
}
.splist ul li img{
	width: 100%;
    border-radius: 6px;
    height: 146px;
}
.splist ul li p{
	padding: 10px 0;
	height: 50px;
    font-size: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3!important;
    -moz-box-orient: vertical;
    color: #333;
}
.splist ul li p a{
    color: #333;
}
.splist ul li span{
	color: #ee0000;
	margin-top: 10px;
	
}

.honghei{
	width: 100%;
	background-color: #FFFFFF;
	margin: 20px 0;
}
.hh-top{
	    width: 90%;
	    display: flex;
	    justify-content: space-between;
	    /* margin-left: 30%; */
	    padding: 0 5%;
		position: relative;
}
.hh-top p:nth-child(2){
	position: absolute;
	right: 6%;
}
.hh-top p:nth-child(1){
	    font-size: 20px;
	    padding: 20px 0;
	    color: #a1a1a1;
	    width: 100%;
	    text-align: center;
}
.hh-top a{
	color: #a1a1a1;
	line-height: 65px;
}
.honghei>p{
	padding: 10px 20px;
	font-size: 20px;
	font-weight: bold;
}
.honghei>p>span>a{
	font-size: 14px!important;
	font-weight: normal;
	color: #A1A1A1;
}
.heibang ul{
	width: 90%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 10px;
}
.heibang ul li{
	width: 48%;
	padding-bottom: 20px;
}
.heibang ul li span{
	color: #acacac;
}
.heibang ul li img{
	width: 100%;
	margin: 10px 0;
    border-radius: 6px;
    height: 146px;
}
.heibang ul li a{
	color: #000000;
	font-size: 15px;
}
.heibang ul li p{
    margin-bottom: 10px;
    height: 63px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3!important;
    -moz-box-orient: vertical;
}
.buttomBox{
	width: 100%;
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
	margin-bottom: 20px;
}
/* 底部导航切换样式 */
.tab-buttom{
	width: 100%;
	background-color: rgb(255,255,255);
	margin-top: 10px;
	position: fixed;
	bottom: 0;
	border-top: 1px solid #e1e1e1;
}
.tab-buttom ul{
	width: 70%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	
}
.tab-buttom ul li{
	margin-top: 5px;
	padding: 5px 13px;
	font-size: 17px;
}
.tab-buttom ul li a{
	color: #000000;
}

.pageone{
	background-image: url(../img/1.png);
	background-size: 70% 55%!important;
	background-repeat: no-repeat!important;
	background-position-x: 9px!important;
	padding-top: 45px!important;
	color: #ffaa00;
}
.pagenext{
	background-image: url(../img/4.png);
	background-size: 70% 55%!important;
	background-repeat: no-repeat!important;
	background-position-x: 9px!important;
	padding-top: 45px!important;
	color: #000000;
}

.my .pageone{
	background-image: url(../img/2.png);
	background-position-x: 9px!important;
	background-size: 70% 55%!important;
	color: #000000;
}
.my .pagenext{
	background-image: url(../img/3.png);
	background-position-x: 9px!important;
	background-size: 70% 55%!important;
	color: #ffaa00;
}


/* 底部导航切换样式 */



/* 城市选择页的样式 */
.topBox{
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
	display: flex;
	line-height: 30px;
	position: relative;
}
/*  */
.topBox img{
	    position: absolute;
	    width: 30px;
	    margin-left: 5%;
	    margin-top: 17px;
}
.topBox p{
	width: 100%;
	font-size: 18px;
	line-height: 50px;
}

.nowcity{
	width: 100%;
}
.nowcity p{
	padding: 10px 5%;
	line-height: 30px;
}
.nowcity p:nth-child(1){
	background-color: rgb(234,234,234);
	color: #999999;
}
.nowcity p:nth-child(2){
	background-color: #FFFFFF;
}
.hiscity{
	width: 100%;
}
.hiscity ul{
	background-color: #FFFFFF;
}
.hiscity ul li{
	line-height: 30px;
	padding: 10px 5%;
	border-bottom: 1px solid #ebebeb;
}
.hiscity ul li p{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.hiscity ul li p span{
	font-size: 14px;
	color: #000000;
}
.hiscity ul li:nth-child(1){
	border-bottom: none;
	background-color: rgb(234,234,234);
	color: #999999;
}
.paixu{
	padding-top: 30px;
}
.zimubiao{
	position: fixed;
    bottom: 200px;
    z-index: 9999;
	right: 15px;
}
.zimubiao ul li a{
	color: #5b5b5b;
}
/* 城市选择页的样式 */

/* 搜索页的样式 */
.searchtop{
	width: 100%;
	display: inline-flex;
	/* background-color: rgb(255,208,0); */

}
.return{
	width: 30px;
	height: 25px;
	margin-left: 32%;
	margin-top: 18px;
	
}
.sealeft{
	width: 65%;
	display: flex;
	background-color: rgb(243,243,243);
	/* margin-left: 10%; */
	/* border: 1px solid #C1C1C1; */
	border-radius: 39px;
	margin: 10px 4% 10px 6%;
}
.sealeft img{
	width: 20px;
	height: 20px;
	border-radius: 39px;
	padding: 5px 10px;
}
.sealeft input{
	border: none;
	background-color: rgb(243,243,243);
	outline: none;
}
.searchtop>p{
	margin-top: 15px;
}
.searchtop>p>a{
	color: #000000;
}
.serhis{
	width: 100%;
	background-color: #FFFFFF;
}
.serhis>p{
	color: #acacac;
	margin-left: 5%;
	padding-top: 30px;
	font-size: 13px;
}
.serhis ul{
	width: 90%;
	margin: auto;
	padding:20px 0;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}
.serhis ul li{
	width: 30%;
	background-color: rgb(248,248,248);
	text-align: center;
	padding: 10px 0;
	margin-bottom: 10px;
	margin-right: 10px;
}
.serhisB ul{
	margin-bottom: 70px;
}
/* 搜索页的样式 */

/* 搜索结果页样式 */
.result-top{
	width: 100%;
	/* background-color: rgb(255,208,0); */
	display: inline-flex;
	position: relative;
}
/* .result-top p:nth-child(2){
	font-size: 15px
} */

.slecte01 .layui-form-selected dl{
	width: 350%;
}
.slecte02 .layui-form-selected dl{
	width: 350%;
	margin-left: -100%;
}
.slecte03 .layui-form-selected dl{
	width: 350%;
	margin-left: -210%;
}
.result-top .sealeft{
	width: 70%!important;
	/* margin: 10px!important; */
}
.result-top>p img{
	width: 30px;
	position: absolute;
	margin-top: 8px;
}
.result-top>p{
	margin:10px;
	line-height: 35px;
	/* font-size: 25px; */
}
.result-top>p>a{
	color: #000000;
}
.topnav{
	width: 100%;
	/* background-color: rgb(255,208,0); */
}
.topnav ul{
	width: 70%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.topnav ul li{
	padding-bottom: 10px;
	/* border-bottom: #000000 solid 3px; */
}
.nav-content>ul>li:nth-child(2){
	display: none;
}
.nav-content>ul>li:nth-child(3){
	display: none;
}
.on{
	border-bottom: #e38109 solid 3px;
	color: #e38109;
}
.itemtop{
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px #ccc solid;
}
.itemtop ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.item-text1{
	display: none;
}
.item-text2{
	display: none;
}
.item-text3{
	display: none;
}
.itemtop ul>li{
	padding: 10px;
	font-size: 14px;
}

/* 浮标 */
.itemtop>ul>li:nth-child(1)>a::before {
        content: "";
        width: 0px;
        height: 0px;
        border-top: 8px solid #c1c1c1;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        position: relative;
        top: 15px;
        left: 103%;
}

.itemtop>ul>li:nth-child(2)>a::before {
    content: "";
	width: 0px;
	height: 0px;
	border-top: 8px solid #c1c1c1;
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
	position: relative;
	top: 15px;
	left: 103%;
}
.itemtop>ul>li:nth-child(3)>a::before {
    content: "";
	width: 0px;
	height: 0px;
	border-top: 8px solid #c1c1c1;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: relative;
	top: 15px;
	left: 104%;
}
.itemtop>ul>li a{
	color: #000000;
}
.itemtop ol{
	width: 90%;
	border: 1px solid #EAEAEA;
	/* margin-left: 10px; */
	position: absolute;
	z-index: 99;
	background-color: #fff;
}
#ol2{
	margin-left: -27%;
}
#ol3{
	margin-left: -54%;
}
.itemtop ol>li{
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
.itemtop ol>li:nth-child(odd){
	background-color: #eaeaea;
}



.item-cont{
	padding: 10px;
}
.item-cont>ul>li{
	width: 95%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.item-left{
	width: 35%;
	position: relative;
}
.item-left img{
	width: 100%;
	height: 105px;
	border-radius: 6px;
}
.item-left>span{
	position: absolute;
    z-index: 1;
    background: rgba(0,0,0,0.4);
    left: 0px;
    color: #fff;
    font-size: 15px;
    padding: 5px;
	border-radius: 6px;

}
.item-left>p{
	position: absolute;
	    z-index: 1;
	    bottom: 0px;
	    width: 100%;
	    color: #eaeaea;
	    background: rgba(0,0,0,0.5);
	    border-radius: 6px;
	    text-align: center;
		line-height: 25px;
		font-size: 14px;
}

.item-right{
	width: 60%;
}
.item-right>p{
	font-size: 13px;
	color: #7c7c7c;
	line-height: 30px;
}
/* .item-right>span{
	color: #f72900;
	font-size: 14px;
	background-color: #f7f7f7;
	padding: 3px;
} */
.item-right .buttom{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.item-right .buttom p:nth-child(1){
	font-size: 17px;
	color: rgb(249,101,2);
	font-weight: bold;
}
.buttom p:nth-child(1) span{
	color: #757575;
	font-size: 10px;
	margin-left: 5px;
	color: rgb(249,101,2);
	font-weight: normal;
}
.item-right .buttom p:nth-child(2){
	font-size: 10px;
	color: #ffaa00;
}
.buttom p:nth-child(2) span{
	color: #757575;
	font-size: 11px;
}

/* 信息页样式 */
.read{
	width: 70px;
	color: #adadad;
	padding:3px 5px;
	border: 1px solid #adadad;
	position: absolute;
	right: 10px;
	margin-top: 20px;
	border-radius: 20px;
	font-size: 14px;
}
.foryou {
	margin-left: 34%;
}
.readul{
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 75px;
}
.readul ul li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 10px 20px;
	border-bottom: 1px solid #EBEBEB;
}
.readul ul li img{
	border-radius: 10px;
	width: 50px;
	height: 50px;
	margin-top: 10px;
}
.readright{
	width: 75%;
}
.readright p:nth-child(1){
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.Num{
	        width: 24px;
	        color: white;
	        float: right;
	        background-color: red;
	        border-radius: 40%;
	        font-size: 12px;
	        /* padding: 2px; */
	        text-align: center

}
.righttext{
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.readul ul:last-child{
	margin-bottom: 90px;
}
/* 信息页样式 */

/* 为你推荐样式 */
.time-top{
	width: 100%;
	text-align: center;
	line-height: 30px;
	color: #737383;
	font-size: 13px;
}
.gitBottom{
	background-color: #FFFFFF;
	padding: 15px 10px;
	border-radius: 5px;
	font-size: 15px;
}
.gitBottom>img{
	    width: 88%;
	    padding:0 20px;
}
.gitBottom p img{
	    width: 15px;
	    float: right;
}
.gitBottom p:nth-child(2){
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 15px;
}
.giftBox ul{
	width: 95%;
	margin: auto;
}
.giftBox ul li{
	padding: 5px;
	margin-bottom: 20px;
	/* border-bottom: 1px #EBEBEB solid; */
}
.giftBox ul:last-child{
	margin-bottom: 90px;
}
.giftBox ul li a{
	color: #505050;
}
/* 为你推荐样式 */

/* 系统通知样式 */

.noticontent{
	width: 100%;
	/* background-color: #FFFFFF; */
}
.noticontent ul{
	/* width: 95%; */
	margin: auto;
	padding: 15px;
}
.noticontent ul:last-child{
	margin-bottom: 70px!important;
}
.butli{
	 background-color: #fff;
	 padding: 10px;
	 border-radius: 5px;
	 margin-bottom: 15px;
}
.noticontent>ul>li{
	margin-bottom: 15px;
}
.noticontent>ul>li:nth-last-child{
}
/*  */
.noticontent ul li p{
	color: #4a4a4a;
	font-size: 14px;
	line-height: 25px;
}
/* .noticontent ul li p:nth-child(2){
	margin-top: 30px;
} */
.noticontent ul li p:nth-child(5){
	margin-top: 10px;
	/* color: #ffa006; */
}
.note-top{
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
}
.details>a{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	padding: 10px 0;
}
.details>p{
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #888888!important;
	border-top: 1px solid #e7e7e7;
}
/* 系统通知样式 */

/* 输入验证码页样式 */
.stepBox{
	/* width: 100%; */
	margin-top: 10px;
	font-size: 15px;
	line-height: 40px;
	background-color: #FFFFFF;
	text-align: center;
	display: flex;
	padding-left: 3%;
	justify-content: space-between;
}
#code{
	color: #ffaa00;
}
#phoneNum{
	color: #ffaa00;
}
.phone{
	width: 30%;
	display: flex;
	text-align: center;
}
.phone img{
	width: 10px;
	    height: 15px;
	    margin-top: 12px;
	    margin-left: 9px;
}
.stepBox span{
	color: #ffaa00;
}
.already{
	text-align: center;
	font-size: 12px;
	line-height: 25px;
}
.inputcode{
	width: 100%;
	display: flex;
	background-color: #FFFFFF;
}
.inputcode p{
	padding:10px 4%;
}
.inputcode input{
	outline: none;
	font-size: 16px;
}
.sum{
	width: 90%;
	margin: auto;
	text-align: center;
	
}
.sum button{
	width: 100%;
	background-color: rgb(243,172,18);
	padding: 5px 0;
	margin-top: 30px;
	border-radius: 5px;
	font-size: 16px;
}

/* 输入验证码页样式 */


/* 海南频道样式 */
.chnnleBox {
	width: 100%;
	background-color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#chnnleBox{
	width: 85%;
}
#chnnleBox .channelRight {
    width: 19%;
    
    right: -55px;
}
.chnnleBox a{
	color: #000000;
}
.zr{
	display: none;
}
.channeltime{
	margin-top: 15px;
	margin-left: 3%;
}

/* 浮标 */
.channeltime>a::before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 8px solid #CCCCCC;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 22px;
	left: 80px;
}

.zr ul{
	width: 90%;
	position: absolute;
	z-index: 9;
	padding: 10px;
	border-radius: 5px;
	background-color: #FFFFFF;
}
.zr ul li{
	line-height: 40px;
	border-bottom: 1px solid #EAEAEA;
}
.layui-form{
	width: 100%;
}

.channelRight{
	width: 18%;
	display: flex;
	justify-content: space-between;
	/* margin-right: 15px; */
	position: absolute;
	right: 10px;
	
}
.visa{
	padding-left: 185px;
}
.channelRight p{
	margin-top: 10px;
}
.channelRight img{
	    width: 30px;
	    height: 40px;
	    margin-top: 3px;
}

.channelList{
	width: 100%;
	margin-top: 10px;
	background-color: #FFFFFF;
}
.channelList ul{
	width: 100%;
	margin: auto;
	padding: 20px 0;
}
.channelList ul li{
	display: flex;
	position: relative;
	border-bottom: 1px #DDDDDD solid;
	padding: 10px 20px;
}
.channelList ul li img {
    width: 95px;
    height: 85px;
	border-radius: 5px;
}
.right{
	margin-left: 15px;
}
.right p{
	font-size: 15px;
}
.right p:nth-child(2){
	font-size: 13px;
	bottom: 10px;
	position: absolute;
	color: #838383;
}

/* 免费注册样式 */
.numPhone{
	background-color: #FFFFFF;
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}
.numPhone ul{
	/* padding: 10px 20px; */
}
.numPhone ul li{
	line-height: 17px;
	padding: 10px 20px;
	border-bottom: 1px solid #e6e6e6;
	color: #000000;
}
.numPhone ul li:nth-child(2){
	    width: 100%;
	    display: flex;
	    justify-content: space-between;
}
.numPhone ul li input{
	width: 70%;
	outline: none;
	font-size: 15px;
}

.readxy{
	font-size: 12px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	color: #6a6a6a;
}
.tyi{
	width:90%;
	/* background-color: #FFFFFF; */
	padding: 20px 0;
	margin: auto;
	text-align: center;
}
.tyi button{
	width: 100%;
	padding: 5px 0;
	background-color: rgb(243,172,18);
	font-size: 16px;
	border-radius: 5px;
}
/* 免费注册样式 */

/* 确认密码的按钮样式 */

#set{
	color: #ffaa00;
}
.sure{
	width: 90%;
	text-align: center;
	margin: auto;
	    margin-top: 30px;
}
.sure button{
	width: 100%;
	padding: 5px 0;
	background-color: rgb(243,172,18);
	font-size: 16px;
	border-radius: 5px;
}

/* 我的页面样式 */
.topLogin{
	width: 100%;
	/* background-color: rgb(255,208,0); */
	background-image: url(../img/mybg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 250px;
	position: relative;
}
.loginBox img{
	right: 25px;
	position: absolute;
	margin-top: -54px;
	width: 40px;
}
.loginBox a{
	color: #000000;
}
.loginBox{
	padding-top: 75px;
}
.topLogin button{
	font-size: 17px;
	padding: 5px 20px;
	background-color: rgb(255,245,255);
	border-radius: 15px;
	display:block;
	margin:auto;
	outline: none;
}
.loginBox>p{
	text-align: center;
	font-size: 13px;
	padding-bottom: 40px;
	color: #535353;
	margin-top: 15px;
}
.mycontent{
	width: 100%;
	background-color: #FFFFFF;
}

/* 轮播图样式 */
.lunbo{
	width: 90%;
	margin: auto;
	overflow: hidden;
	padding-bottom: 30px;
}
#banner3{
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 50px 0px;
}
#banner3 img{
	width: 100%;
	border-radius: 10px;
}
.pagination{
	z-index: 1;
	position: relative;
	margin-top: -75px;
	margin-left: 80%;
}
/* 轮播图样式 */
.myUl ul{
	width: 80%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.myUl{
	padding-bottom: 100px;
}
.myUl ul li{
	width: 30%;
	text-align: center;
	
}
.myUl ul li a{
	color: #000000;
	font-size: 14px;
}
.myUl ul li img{
	width: 35px;
}

/* 我的页面样式 */




.select04 .layui-form-select .layui-input {
   width: 28%;
    text-align: right;
}
.select04 .layui-form-select .layui-edge {
	left: 25%;
	top: 50%;
}
.splist ul li div{
    color: #acacac;
    margin-top: 15px;
}

/* 文章页样式 */
.positionTop{
	width: 100%;
	background-color: #FFFFFF;
}
.positionTop img{
	width: 30px;
	margin-left: 5%;
	margin-top: 17px;
}
.positionCon{
	width: 100%;
	background-color: #FFFFFF;
	margin: 15px 0;
}
.positionCon h3{
	color: #535353;
	font-size: 22px;
	text-align: left;
	padding: 10px;
}
.timeBox{
	font-size: 12px;
	color: #868686;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px dashed #c3c3c3;
}
.positionCon .main-content{
	width: 90%;
	margin: 10px auto;
	padding: 20px 0;
}
.positionCon .main-content p, .positionCon .main-content span{
	font-size: 17px;
	color: #333;
	line-height: 28px;
}
.positionCon .main-content img{
    width: 100%;
    height: auto;
}
.recoAbout{
	width: 100%;
	margin: 15px 0;
	background-color: #FFFFFF;
	padding: 15px 0;
}
.recoAbout>p{
	width: 90%;
	margin: auto;
	font-size: 20px;
	color: #3a3a3a;
}
.right a{
	color: #424242;
}
.comment{
	width: 100%;
	background-color: #FFFFFF;
	padding: 15px 0;
}
.comment>p{
	width: 90%;
	margin: auto;
	font-size: 20px;
	color: #3a3a3a;
}
.comment ul li{
	display: flex;
	padding: 10px 15px;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 5px;
}
.comment ul li img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-right: 20px;
}
.comment ul li p:nth-child(1){
	font-size: 19px;
	color: #626262;
}
.comment ul li p:nth-child(2){
	position: absolute;
	bottom: 15px;
	color: #818181;
}
/* 文章页样式 */