/*
Theme Name: ISONE
Theme URI:
Author: Firework
Author URI:
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
    font-size: 15px;
}
html, body, div, img {
    margin: 0;
    padding: 0;
}

.root {
    display: flex;
    width: 100%;
    justify-content: center;
    /* box-sizing: border-box; */
}

.wrap {
    background-color: #f1ece2;
    max-width: 800px;
    box-sizing: border-box;
}

.content {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    gap: 0;
    padding: 1rem;
    color: #81511c;
    letter-spacing: 2px;
}

.content-end {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}


.content-end img {
    width: 100%;
}

.content img {
    width: 100%;
    height: auto;
    min-height: 100px;
}
.tt img {
    width: 100%;
}


.send {
  position: fixed;
  bottom: 0;
  left: 50%;          /* 水平中心点 */
  transform: translateX(-50%); /* 向左平移自身一半宽度实现居中 */
  width: 100%;
  max-width: 720px;   /* 最大宽度720px */
  box-sizing: border-box; /* 可选，确保padding不影响总宽度 */
  cursor: pointer;
}

.tt {
    max-width: 720px;
    margin: 0 auto;
}

.footer{
    background-color: #f1ece2;
    
}
.footer_title{
    padding: 22px 8px 8px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid rgba(0,0,0,.3);
}
.footer_content_item{
    width: 90%;
    margin: 0 auto;
    padding: 22px 0;
    border-bottom: 1px dotted #333;
    stroke-dasharray: 4;
    stroke-dashoffset: 22;
}
.footer_content_item_top{
    display: flex;
    align-items: center;
    color: #81511c;
}
.footer_content_item_top img{
    width: 42px;
    border-radius: 50%;
}
.footer_content_item_middle{
    margin: 14px 0;
    color: #81511c;
    font-size: 15px;
    letter-spacing: px;
}
.footer_content_item_bottom img{
    width: 70%;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,.2);
}





/*评论活动*/
.cmnt_op_bottom{
    width: 96%;
    color: #707070;
    font-size: 8px;
    margin-top: 8px;
}
.cmnt_op{
    vertical-align: middle;
}


.fixed_margin {
	height: 118px;
}
.fixed {
	width: 98%;
	max-width: 750px;
	text-align: center;
	position: fixed;
	margin: 0 auto;
	font-size: 18px;
	left: 0;
	right: 0;
	bottom: 3px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 3;
	padding-bottom: 10px;
	box-shadow: 0 1px 3px rgba(51, 51, 51, 0.8);
	border-radius: 5px;
  }
.fixed_top {
    padding-top: 35px;
    font-size: 16px;
}
.fixed_bottom {
    display: flex;
    justify-content: space-evenly;
    padding-top: 12px;
}
.fixed_img_left, .fixed_img_right {
    width: 38%;
    height: 40px;
    line-height: 40px;
    background-color: #f4c740;
    background-repeat: no-repeat;
    background-size: 36px 36px;
    background-position: 8px 4px;
    border-radius: 8px;
    color: #fff;
    padding-left: 11px;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 16px;
}
.dis_flex_between {
    display: flex;
    justify-content: space-between;
}