/* 新的模板报告详情样式 */

.report-body {
    padding: 60px 0;
    margin: 1em;
    color: #555;
    background: url(/mobile/img/new_babybox/report-top-flag.png) no-repeat center 0, url(/mobile/img/new_babybox/report-bottom-flag.png) no-repeat center 100%;
    background-size: contain;
    word-wrap: break-word;
}
.report-title {
    font-size: 16px;
}
.end {
    margin: 2em;
    font-size: 18px;
    font-weight: bold;
    color: #DBDBDB;
    text-align: center;
}
.sticky {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 10;
}
#start-report a {
    display: block;
    width: 85px;
    height: 78px;
    overflow: hidden;
    line-height: 999px;
    background: url(/mobile/img/new_babybox/ico-start-report.png) no-repeat;
    background-size: contain;
}
.review .tip {
    margin: .5em 0;
    font-size: 11px;
    color: #999;
    text-align: center;
}
.review .sync {
    margin: 1em 0 2em;
}
.publish {
    /*width: 320px;*/
    padding: 1em 16px 0;
    /*margin: 0 -16px;*/
    border-top: 1px solid #CCC;
    box-sizing: border-box;
}
.publish p {
    margin: .5em 0;
}
.publish .related {
    margin: .5em 0 1em;
}
.publish .title {
    padding: 0 0 .5em;
    border-bottom: 1px solid #CCC;
}
.publish input[type="text"] {
    width: 80%;
    margin: 0 0 0 .5em;
    border: 0;
}
.publish textarea {
    padding: 0;
    border: 0;
}
.publish textarea:focus {
    outline: 0;
}
.publish .save {
    text-align: right;
}
.btn-save {
    height: auto;
    margin: 0;
	font-size: 12px;
	line-height: 26px;
	color: #333;
    background-color: #F5F5F5;
	border: 1px solid #DCDCDC;
}
.publish .upload:after {
    display: table;
    clear: both;
    content: "";
}
.publish .upload ul {
    width: 300px;
    margin: 10px 0 0;
}
.publish .upload li {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 10px 10px 0;
    line-height: 80px;
    text-align: center;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.publish .upload .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
    line-height: 999px;
    background: rgba(0, 0, 0, .5) url(/mobile/img/new_babybox/close.png) no-repeat center center;
    background-size: 70% 70%;
    border: 0;
}
.publish .upload .btn-photo-attach {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 3em;
    color: #999;
    background-color: #EEE;
}
.publish .upload #photo-upload {
    display: none;
}
.publish .action {
    margin: 2em 0;
}
.report-body{
  font-size: 0.28rem;
}
