* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 1.8;
}

.main {
    max-width: 750px;
    margin: 0 auto;
    border: 1px solid gray;
    padding: 10px;
    font-size: 16px;
}

.main .title {
    text-align: center;
    font-size: 20px;
    background-color: #823b0b;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}
.main .title span{
    color: #ff0;
}
.small{
    font-size: 16px;
}
.img{
    text-align: center;
    color: #823b0b;
    font-weight: 700;
}
.title1{
    width: 300px;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    background: rgb(119, 176, 232);
    border-radius: 10px;
}
.main .pt {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
}
.ewm{
    float: left;
}
.ewm div{
    float: left;
}
.ewm_img{
   position: relative;

    top:-284px;
    left: 16px;
    width: 265px;

}
.main .neirong {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: justify;
    text-indent: 2em;
    padding: 5px;
    line-height: 26px;
}

.main .qd {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: rgb(178, 0, 0);
}

.main .sanbu {
    padding: 10px 0;
    border-bottom: 1px dotted gray;
    border-top: 1px dotted gray;
    font-size: 15px;
}

.main .sanbu>p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.main .sanbu>p>span {
    font-weight: bold;
    color: red;
}

.comment {
    width: 100%;
    padding: 10px 0;
    background: #f0f0f0;
    position: relative;
    margin: 0 auto 81px;
    max-width: 740px;
}

.comment h1 {
    border-top: 1px dotted #C7C7C7;
    font-weight: normal;
    padding-top: 30px;
    margin-top: 40px;
}

.comment h5 {
    text-align: center;
    font-size: 15px;
    color: #8c8c8c;
    position: absolute;
    top: 33px;
    right: 50%;
    margin-right: -80px;
    width: 140px;
    background: #f0f0f0;
    padding: 10px;
    font-weight: normal;
}

.comment div {
    position: relative;
    margin: 20px 0;
    padding: 0 15px;
}

.comment .images {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    float: left;
}

.comment p {
    margin-left: 45px;
    text-indent: 0em;
    line-height: 25px;
    font-size: 16px;
}

.comment p span {
    color: #8c8c8c;
    font-size: 14px;
    line-height: 20px;
}

.comment p em {
    font-style: normal;
    font-size: 14px;
    color: #8c8c8c;
    float: right;
    margin-right: 10px;
}

.comment p i {
    font-size: 14px;
    margin-right: 2px;
    border: none;
    color: #607fa6;
    font-style: normal;
    /* background: url(../images/z.png) center center no-repeat; */
}


.comment div o {
    display: block;
    font-size: 14px;
    color: #8c8c8c;
}

.weixin {
    color: red;
    background-color: yellow;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.comment .tx {
    width: 50px;
    height: 50px;
}

#id6 {
	padding:2px;
	border-radius: 3px;
	color: #ff0000;
}
.btcode {
	border:#CCC solid 1px;
	background:#FFF;
	bottom: 0;
	color: #333;
	font-size: 0.812rem;
	line-height: 1.5rem;
	max-width: 750px;
	position: fixed;
	text-align: center;
	width: 100%;
}
.wxbtn {
    width: 70px;
    height: 70px;
    background: url("../images/11111.gif")/*tpa=http://hzwylm.top/images/../images/11111.gif*//*tpa=http://n1.yaszd.top/images/../images/11111.gif*/;
    background-size: 100% 100%;
    position: fixed;
    top: 20%;
    right: 1%;
    display: flex;
    cursor: pointer;
}
.am-container{ width:774px; margin:0px auto;}

@media screen and (max-width: 750px) {
    .wxbtn {
        top: 90%;
        right: 1%;
    }
	.am-container{ width:100%;}
}

.wxbtn span {
    display: inline-block;
    margin: auto;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    transform: translate3d(-50%, -50%, 0px);
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px 0px;
    display: none;
    box-shadow: 1px 1px 3px #424242;
    text-align: center;
    color: #656565;
    z-index: 2;
}

.popup .first span .spance,
.popup .open span .spance {
    letter-spacing: 5px;
}

.popup .close {
    padding: 0 10px;
    overflow: hidden;
    color: #dd2736;
}

.popup .close span {
    float: right;
}

.popup .add {
    text-align: center;
    background-color: #e13f94;
    padding: 8px 0px;
    margin: 15px 0px;
}

.popup .add span {
    line-height: 40px;
    font-size: 28px;
    color: red;
    background: yellow;
    font-weight: 600;
}

.popup .open {
    text-align: center;
    color: #666;
}

.popup .liwu {
    text-align: center;
    color: #999;
    padding-bottom: 20px;
    margin-top: 15px;
}

.popup .liwu a {
    font-size: 18px;
    color: #d5271e;
    text-decoration: underline;
}



    /*弹窗部分样式*/
    .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0;
        background: rgba(0,0,0,.3);
        font-size: 16px;
        text-align: center;
    }
    .modal-sm {
        width: 90%;
        margin: 30px auto;
        max-width: 400px;
    }
    .modal-header {
        min-height: 16.43px;
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
    }
    #mydel {
        position: absolute;
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: -40px;
        top: 82px;
        background: rgba(0,0,0,.85);
        color: #fff;
        border-radius: 50px;
        font-family: Arial;
        font-size: 20px;
        font-weight: 100;
        text-align: center;
    }
    .modal-content {
        position: relative;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 6px;
        outline: 0;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    }
    .modal-body {
        position: relative;
        padding: 15px;
    }
    .laud {
    	width: 15px;
    }
.statistics02 img{width:220px}