#bounced {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .16rem;
  z-index: 99999;
}
#bounced textarea{
  resize:none
}
#bounced .content{
  width: 100%;
}
#bounced > .wrap {
  background: #fff;
  border-radius: .06rem;
  overflow: visible;
  /* width: 4.46rem; */
  width: auto;
  min-width: 300px;
}
#bounced > .wrap .head {
  width: 100%;
  padding: .12rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: .06rem;
  border-top-right-radius: .06rem;
}
#bounced > .wrap .head span {
  display: block;
  font-size: .16rem;
  color: #fff;
  margin-left: .3rem;
}
#bounced > .wrap .head>.icon {
  display: block;
  width: .14rem;
  height: .14rem;
  min-width: 10px;
  min-height: 10px;
  margin-right: .2rem;
  background: url('../../image/bounced/btn_close_icon.png') no-repeat;
  background-size: contain;
  cursor: pointer;
}
#bounced > .wrap .section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .3rem .3rem;
  box-sizing: border-box;
  width: 100%;
} 
#bounced > .wrap .section .content .content-content .titile-tip {
  display: flex;
  justify-content:center;
  max-width:100%
}
#bounced > .wrap .section .content .content-content .titile-tip.title-bg{
  background-color: #F2F7FF;
  padding: .07rem;
  border: 1px solid #b4d9ff;
}
#bounced > .wrap .section .content .content-content .titile-tip.title-bg .content-show{
  flex: 1;
  line-height: 1.5;
}
#bounced > .wrap .section .content .content-content .titile-tip .icon {
  display: block;
  width: .25rem;
  height: .25rem;
  min-width: 22px;
  min-height: 22px;
  margin-right: .1rem;
  object-fit: contain;
  object-position: center;
}
#bounced > .wrap .section .content .content-content .titile-tip .active-loading {
  animation: moveRotate 2s -3s linear infinite;
}
#bounced > .wrap .section .content .content-content .titile-tip .bounced-doubt-icon {
  background: url('../../image/bounced/bounced_doubt_icon.png') no-repeat;
  background-size: contain;
}
#bounced > .wrap .section .content .content-content .titile-tip .bounced-failure-icon {
  background: url('../../image/bounced/bounced_failure_icon.png') no-repeat;
  background-size: contain;
}
#bounced > .wrap .section .content .content-content .titile-tip .bounced-success-icon {
  background: url('../../image/bounced/bounced_success_icon.png') no-repeat;
  background-size: contain;
}
#bounced > .wrap .section .content .content-content .titile-tip .bounced-warning-icon {
  background: url('../../image/bounced/bounced_warning_icon.png') no-repeat;
  background-size: contain;
  background-position: 0 -0.02rem;
}
#bounced > .wrap .section .content .content-content .titile-tip .bounced-loading-icon {
  background: url('../../image/bounced/bounced_loading_icon.png') no-repeat;
  background-size: contain;
}
#bounced > .wrap .section .content .content-content .titile-tip .content-show {
  font-size: .16rem;
  /* margin-top: .1rem; */
  /* display: flex; */
  /* align-items: center; */
  line-height: .3rem;
  /* flex: 1; */
}
@keyframes moveRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#bounced > .wrap .section .content .content-content .other-content {
  display: none;
  margin-top: .2rem;
  flex-direction: column;
  align-items: center;
}
#bounced > .wrap .section .content .content-content .no-mt {
  margin-top: 0;
}
#bounced > .wrap .section .content .content-content .other-content ul .textarea {
  align-items: flex-start;
}
#bounced > .wrap .section .content .content-content .other-content ul .upload {
  align-items: flex-start;
}
#bounced > .wrap .section .content .content-content .other-content ul .card-info {
  align-items: flex-start;
}
#bounced > .wrap .section .content .content-content .other-content ul .card-info .qg-table {
  width: 7rem;
  margin-top: 0;
}
#bounced > .wrap .section .content .content-content .other-content ul .card-info .qg-table .t-head {
  background: #F6F6F6;
  border: 1px solid #ccc;
}
#bounced > .wrap .section .content .content-content .other-content ul .card-info .qg-table .t-head .t-row {
  padding: .1rem 0;
  justify-content: center;
  border-right: 1px solid #ccc;
}
#bounced > .wrap .section .content .content-content .other-content ul .card-info .qg-table .t-head .t-row span {
  margin-left: 0;
  font-weight: normal;
  font-size: .14rem;
}
#bounced > .wrap .section .content .content-content .other-content ul .card-info .qg-table .t-head .t-row:nth-last-of-type(1) {
  border-right: none;
}
#bounced > .wrap .section .content .content-content .other-content ul .card-info .qg-table .t-body {
  border: 1px solid #ccc;
  border-top: none;
  font-size: .14rem;
}
#bounced > .wrap .section .content .content-content .other-content ul .card-info .qg-table .t-body .t-row {
  border-bottom: 1px solid #ccc;
  padding: 0;
}
#bounced > .wrap .section .content .content-content .other-content ul .card-info .qg-table .t-body .t-row .t-col {
  align-items: center;
  justify-content: center;
  padding: .10rem 0;
}
#bounced > .wrap .section .content .content-content .other-content ul .card-info .qg-table .t-body .t-row .t-col input {
  display: block;
  width: 70%;
  height: .26rem;
  min-height: 18px;
  border: 1px solid #ccc;
  text-indent: .1rem;
  font-size: .14rem;
}
#bounced > .wrap .section .content .content-content .other-content ul .card-info .qg-table .t-body .t-row .t-col .wrap-btn {
  display: flex;
}
#bounced > .wrap .section .content .content-content .other-content ul .card-info .qg-table .t-body .t-row .t-col .wrap-btn .icon {
  display: block;
  margin-left: .3rem;
  width: .16rem;
  height: .16rem;
  min-height: 11px;
  min-width: 11px;
  cursor: pointer;
}
#bounced > .wrap .section .content .content-content .other-content ul .card-info .qg-table .t-body .t-row .t-col .wrap-btn .add-icon {
  background: url('../../image/icon/add_black_icon.png') no-repeat;
  background-size: contain;
}
#bounced > .wrap .section .content .content-content .other-content ul .card-info .qg-table .t-body .t-row .t-col .wrap-btn .add-icon:hover {
  background: url('../../image/icon/add_blue_icon.png') no-repeat;
  background-size: contain;
}
#bounced > .wrap .section .content .content-content .other-content ul .card-info .qg-table .t-body .t-row .t-col .wrap-btn .reduce-icon {
  background: url('../../image/icon/reduce_black_icon.png') no-repeat;
  background-size: contain;
}
#bounced > .wrap .section .content .content-content .other-content ul .card-info .qg-table .t-body .t-row .t-col .wrap-btn .reduce-icon:hover {
  background: url('../../image/icon/reduce_blue_icon.png') no-repeat;
  background-size: contain;
}
#bounced > .wrap .section .content .content-content .other-content ul .card-info .qg-table .t-body .t-row .t-col .wrap-btn .icon:nth-of-type(1) {
  margin-left: 0;
}
#bounced > .wrap .section .content .content-content .other-content ul .card-info .qg-table .t-body .t-row:hover {
  background: none;
}
#bounced > .wrap .section .content .content-content .other-content ul .card-info .qg-table .t-body .t-row:nth-last-of-type(1) {
  border-bottom: none;
}
#bounced > .wrap .section .content .content-content .other-content ul .qg-wangEditor {
  display: flex;
  align-items: flex-start;
}
#bounced > .wrap .section .content .content-content .other-content ul > li {
  /* margin-top: .1rem; */
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  margin: .05rem;
}
#bounced > .wrap .section .content .content-content .other-content ul > li .qg-text-item {
  width: 2.5rem;
  height: .36rem;
  margin: .05rem 0;
  /* margin-top: -.05rem; */
  /* margin-bottom: .05rem; */
}
#bounced > .wrap .section .content .content-content .other-content ul > li .qg-textarea-item textarea {
  width: 2.5rem;
  height: 1rem;
  min-width: 0;
  min-height: 0;
}
#bounced > .wrap .section .content .content-content .other-content ul > li .qg-select-item .drop-down-box .content {
  max-height: 100px;
}
#bounced > .wrap .section .content .content-content .other-content ul > li .normal-text {
  display: flex;
  /* margin: .05rem 0; */
  line-height: 0.46rem;
}
#bounced > .wrap .section .content .content-content .other-content ul > li .normal-text h3 {
  font-size: .14rem;
  color: #B5B5B6;
}
#bounced > .wrap .section .content .content-content .other-content ul > li .mark-prompt {
  margin-left: .2rem;
}
#bounced > .wrap .section .content .content-content .other-content ul > li .mark-prompt .tip-content {
  display: none;
}
#bounced > .wrap .section .content .content-content .other-content ul > li .mark-prompt .icon {
  display: block;
  width: .22rem;
  height: .22rem;
  background: url('/static/default-themes/home/image/icon/question_mark@2x.png') no-repeat;
  background-size: contain;
  cursor: pointer;
}
#bounced > .wrap .section .content .content-content .other-content ul > li .tip {
  font-size: .14rem;
  color: #B5B5B6;
  margin-left: .2rem;
}
#bounced > .wrap .section .content .content-content .other-content ul > li .theme-style {
  display: flex;
  align-items: center;
}
#bounced > .wrap .section .content .content-content .other-content ul > li .theme-style .same {
  margin-left: .14rem;
  display: flex;
}
#bounced > .wrap .section .content .content-content .other-content ul > li .theme-style .same:nth-of-type(1) {
  margin-left: 0;
}
#bounced > .wrap .section .content .content-content .other-content ul > li .upload-wrap {
  display: flex;
  align-items: flex-end;
}
#bounced > .wrap .section .content .content-content .other-content ul > li .upload-wrap .qg-upload-avatar {
  height: .71rem;
  background-size: .5rem .5rem;
}
#bounced > .wrap .section .content .content-content .other-content ul > li .upload-wrap .big-logo {
  width: 2.57rem;
  height: 1.15rem;
  background-size: .8rem .8rem;
}
#bounced > .wrap .section .content .content-content .other-content ul > li .btn {
  display: flex;
}
#bounced > .wrap .section .content .content-content .other-content ul > li > span {
  width: 1.2rem;
  text-align: right;
  font-size: .16rem;
  color: #2A303B;
  margin-right: .05rem;
  /* margin-bottom: .1rem; */
  line-height: .46rem;
  word-break: keep-all;
}
#bounced > .wrap .section .content .iframe-content {
  display: flex;
}
#bounced > .wrap .foot {
  padding-bottom: .2rem;
  display: flex;
  justify-content: center;
}
#bounced > .wrap .foot a {
  display: block;
  margin-left: .23rem;
  padding: .06rem .22rem;
  border-radius: .06rem;
  font-size: .16rem;
}
#bounced > .wrap .foot .btn-sure {
  color: #fff;
}
#bounced > .wrap .foot .btn-cancel {
  display: block;
  border-width: 1px;
  border-style: solid;
}
#bounced > .wrap .foot a:nth-of-type(1) {
  margin-left: 0;
}
#bounced > .wrap .active-foot {
  display: none;
}

#bounced .qg-textarea-item textarea{
  resize: none;
}
#bounced .normal-input-box input{
  line-height: .45rem;
  height: .45rem;
}
#bounced .qg-select-item .title{
  margin: .045rem 0;
}
#bounced .qg-radio{
  height: .45rem;
}

#bounced li b{
  line-height: .45rem;
  margin-left: .1rem;
}
#bounced li span em{
  color: #e00;
}

#bounced .progress-list li span:nth-child(1) {
  display: inline-block;
  min-width: 0.65rem;
}