h5{
	margin: 0;
}
img{
	max-width: 100%;
    vertical-align: middle
}
input{
	outline: none;	
}
input::-webkit-input-placeholder {
    text-align: center;
}
body{
    /*max-width: 720px;*/
    margin: 0 auto;
    background: #910505;
    color:#94afc8;
    min-height:100vh ;
    font-size: 0.26rem;
    background: url(../img/bg01-min.jpg) no-repeat;
    background-size: 100%;
	background-position: center;
	background-attachment: fixed;
}
/*.header {*/
/*    border-bottom: 1px solid #dfdfdf;*/
/*    padding: 0 0.2rem;*/
/*    height: 1rem;*/
/*    line-height: 1rem;*/
/*    background: #181818;*/
/*    position: fixed;*/
/*    width: 100vw;*/
/*    box-sizing: border-box;*/
/*    z-index: 100;*/
/*    text-align: left;*/
/*}*/
/*.header img{*/
/*    height: 0.6rem;*/
/*    border-radius: 8px;*/
/*}*/
/*.back{*/
/*    position: absolute;  */
/*	top: 0;*/
/*	left: 0.3rem;*/
/*	background:url(../chatImages/left.png) no-repeat;*/
/*    width: 0.2rem;*/
/*    height:0.4rem;*/
/*    margin-top: 0.34rem;*/
/*    background-size: 0.2rem 0.4rem;*/
/*}*/
/*.header .tit{*/
/*    font-size: 0.32rem;*/
/*    vertical-align: middle;*/
/*    text-align: center;*/
/*    height: 1rem;*/
/*    line-height: 1rem;*/
/*    font-weight: normal;*/
/*}*/
/*.header .right{*/
/*	position: absolute;*/
/*	right: 0.3rem;*/
/*	top: 0;*/
/*	float: none;*/
/*	font-size: 0.3rem;*/
/*	line-height: 1.2rem;*/
/*}*/
.message{
    /* background-color: #f1f1f1; */
    padding: 1.3rem 0.3rem 2rem 0.3rem;
    /*height: 100vh;*/
    max-width: 760px;
    margin: 0 auto;
    color: #343434;
    /* width: calc(100% - 301px - 0.6rem); */
    width: auto;
    padding-right: 0.3rem;
}
.time{
    font-size:0.24rem;
    color:#999;
    margin-bottom: 0.3rem;
    text-align: center;
}

.footer {
    position: fixed;
    bottom: 0.2rem;
    height: 0.8rem;
    background-color: #fff;
    line-height: 1rem;
    /* width: calc(100% - 301px - 0.6rem); */
    max-width: 760px;
    border: 1px solid #ddd;
    transform: translateX(-50%);
    display: block;
    border-radius: 38px;
    width: 96%;
    left: 50%;
    /* margin-right: calc(301px + 0.6rem);*/
}
.footer a{ text-decoration:none;}
.footer img{
    margin-left:0.2rem;
    width: 0.5rem;
}
 .footer input{
    width: 5rem;
    height: calc(100% - 4px);
    border: none;
    display: block;
    font-size: 0.3rem;
    float: left;
    margin: 0 0 0 30px;
    text-align: left;
    background: none;
}
.footer p{
    width: 1.1rem;
    height: 0.7rem;
    font-size: 0.3rem;
    color: #fff;
    line-height: 0.7rem;
    text-align: center;
    background-color: #31af3e;
    border-radius: 3.1rem;
    position: absolute;
    float: right;
    display: block;
    margin: 0.05rem 0.05rem 0.05rem 0;
    right: 0;
}
.footer p:hover{
	cursor: pointer;
}
.send:after,.show:after,.msg:after{
	content: "";
	clear: both;
	display: table;	
}

.msg>img{
	width: 0.8rem;
	float: left;
    border-radius: 8px;
}


.msg>p{
	float: left;
	margin:0  0.4rem;
	padding: 0.25rem;
	background: #f1f1f1;
	font-size: 0.3rem;
	position: relative;
	border-radius: 0.2rem;
	max-width:5rem ;
	box-sizing: border-box;
	line-height: 1.5em;
}



.show .msg_input{
	position: absolute;
	background: url(../chatImages/msg-input.png) no-repeat;
	background-size: 0.31rem auto;
	width: 0.31rem;
	height: 0.51rem;
	left: -0.31rem;
	top: 0.25rem;
}
.send .msg_input{
	position: absolute;
	background: url(../chatImages/msg-input.png) no-repeat;
	background-size: 0.31rem auto;
	width: 0.31rem;
	height: 0.51rem;
	left: -0.12rem;
	top: 0.1rem;
}
.show .msg img,.show .msg p,.show .msg{
	float: right;
}


.show .msg_input{
	left: auto;
	right: -0.11rem;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}
.send,.show{
	padding-bottom: 0.3rem;
}
.dow{
    
}
.dow a{
    background: #e2e2e2;
    width: 80%;
    display: inline-block;
    line-height: 0.5rem;
    text-align: center;
    margin: 10px 10%;
    border-radius: 33px;
    font-size: 0.2rem;
    color: #333;
    text-decoration: none;
}
.in_ts2{
    margin: 0;
    padding: 10px 20px;
    color: #666;
    font-size: 0.14rem;
}
.in_ts1{
    margin: 0;
    padding: 10px 20px;
    font-size: 0.14rem;
    color: #666;
    line-height: 0.27rem;
    border-bottom: 1px solid #333;
}
.in_ts{
    margin: 0;
    font-size: 0.14rem;
    margin-left: 18px;
    color: #999;
}
.introduce{
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    border-left: 1px solid #979797;
    z-index: 150;
    background: #f8f8f8;
    display: none;
}
.introduce_name{
    height: 1rem;
    line-height: 1rem;
    font-size: 0.3rem;
    background: #181818;
    padding: 0 10px;
    padding-left: 10px;
    color: #60ddb9;
    position: relative;
}
.introduce_center{
    padding: 10px;
    width: 280px;
}
.introduce_center img{
    width: 30%;
    border-radius: 16px;
}
.introduce_center p{
    font-size: 0.2rem;
    display: inline-flex;
    color: #219138;
    margin: 0;
    line-height: 0.5rem;
}
.in_txt{
    display: block;
    width: 62%;
    float: right;
    font-size: 0.2rem;
}
.in_txt span{
    display: inline-block;
    font-size: 0.14rem;
    color: #333;
}
.guanggao2 a{
    display: inline-block;
    margin-top: 10px;
}
.txt01{
    position: relative;
}
.guanggao3{
    display: inline-block;
    height: 0.8rem;
    position: fixed;
    bottom: 5px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    
}
.guanggao3 a{
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    transition: top 0.5s ease;
}
.guanggao3 img{
    display: block;
    height: 100%;
    width: 100%;
}
.bgss{
    display: none;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100vw;
    height: 100vh;
    z-index: 149;
    top: 0;
    position: fixed;
    left: 0;
}
.butt{
    float: right;
    height: 0.6rem;
    margin: 0.2rem 5px;
}
@media (max-width: 600px) {
    .introduce_center p{
        font-size: 0.3rem;
    }
    .in_txt span {
        font-size: 0.2rem;
    }
    .in_ts,.in_ts1,.in_ts2{
    font-size: 0.2rem;
    }
    .dow a {
        line-height: 0.7rem;
        font-size: 0.3rem;
    }
    
}
    /* 当宽度大于720像素时的样式 */
@media (min-width: 720px) {
    .header {
        height: 0.8rem;
        line-height: 0.8rem;
    }
    .msg>img{
    	width: 0.5rem;
    	float: left;
    }
    .msg>p{
    	font-size: 0.2rem;
    }
    .butt {
        height: 0.6rem;
        margin: 0.1rem 5px;
    }
}
@media (min-width: 1051px) {
    .introduce{
        display: block;
    }
    .message{
        width: calc(100% - 301px - 0.6rem);
        padding-right: calc(301px + 0.3rem);
    }
    .footer{
        left: calc(50% - 150px - 0.3rem);
        width: 100%;
    }
    .guanggao3{
        display: none;
    }
    .footer {
        bottom:5px;
    }
    body{
        background: linear-gradient(to bottom, #ba8ef0, #9ad0f4);
    }
    .introduce_name{
        height: 0.8rem;
        font-size: 0.2rem;
        line-height: 0.8rem; 
    }
    .butt{
        display: none;
    }
    
}