.photoList .item-ios.item-block .item-inner{
  padding-right:0px;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

img{
  max-width: inherit;
}

.valign-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.valign-wrapper .valign {
  display: block;
}

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width .3s linear;
}

.progress .indeterminate {
  background-color: #26a69a;
}

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}

.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
}

.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}

.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

.row .col.pull-s1 {
  right: 8.3333333333%;
}

.row .col.push-s1 {
  left: 8.3333333333%;
}

.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

.row .col.pull-s2 {
  right: 16.6666666667%;
}

.row .col.push-s2 {
  left: 16.6666666667%;
}

.row .col.offset-s3 {
  margin-left: 25%;
}

.row .col.pull-s3 {
  right: 25%;
}

.row .col.push-s3 {
  left: 25%;
}

.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

.row .col.pull-s4 {
  right: 33.3333333333%;
}

.row .col.push-s4 {
  left: 33.3333333333%;
}

.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

.row .col.pull-s5 {
  right: 41.6666666667%;
}

.row .col.push-s5 {
  left: 41.6666666667%;
}

.row .col.offset-s6 {
  margin-left: 50%;
}

.row .col.pull-s6 {
  right: 50%;
}

.row .col.push-s6 {
  left: 50%;
}

.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

.row .col.pull-s7 {
  right: 58.3333333333%;
}

.row .col.push-s7 {
  left: 58.3333333333%;
}

.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

.row .col.pull-s8 {
  right: 66.6666666667%;
}

.row .col.push-s8 {
  left: 66.6666666667%;
}

.row .col.offset-s9 {
  margin-left: 75%;
}

.row .col.pull-s9 {
  right: 75%;
}

.row .col.push-s9 {
  left: 75%;
}

.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

.row .col.pull-s10 {
  right: 83.3333333333%;
}

.row .col.push-s10 {
  left: 83.3333333333%;
}

.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

.row .col.pull-s11 {
  right: 91.6666666667%;
}

.row .col.push-s11 {
  left: 91.6666666667%;
}

.row .col.offset-s12 {
  margin-left: 100%;
}

.row .col.pull-s12 {
  right: 100%;
}

.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}

body {
    font-size: 12px;
    font-family: tahoma, arial, "\5FAE\8F6F\96C5\9ED1", sans-serif;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}

body, input, p, textarea, select, button {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
}

.container .main {
    margin-top: 65px;
}

#header_nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: solid 1px #ddd;
}

#header_nav a {
    top: 10px;
}

#header_nav div.title {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #565656;
    text-align: center;
}

.themes{
  margin-left: 5%;
}

.theme_block .theme_list .sort_list {
    position: relative;
    float: left;
    display: inline-block;
    padding: 10px;
    font-size: 15px;
    color: #555;
}

.theme_block .theme_list .sort_list:before {
    right: -1px;
}

.theme_block .theme_list .sort_list:after {
    left: 0px;
}

.theme_block .theme_list .sort_list:before,
.theme_block .theme_list .sort_list:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 1px;
    background: #ddd;
}

.theme_block {
    margin-top: 65px;
    position: relative;
    padding: 10px 2% 0 2%;
    overflow: hidden;
}

.theme_block .sort_list.select {
    color: #D78227;
}

.styles {
    margin-top: 20px;
    margin-left: 5%;
}

.style_list {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 10px 0;
    text-align: center;
}

.style_list .style_image {
    width: 80%;
    margin: 0 auto;
}

.style_list img.select {
    border: solid 3px #D4740E;
}

.style_list img {
    width: 100%;
    border: solid 3px #fff;
}

.style_list .style_name {
    margin-top: 1px;
    text-align: center;
    font-size: 12px;
    color: #555;
}

.style_list .style_demo {
    font-size: 12px;
    color: #555;
    padding: 5px 10px;
    border: solid 1px #ddd;
    border-radius: 3px;
    margin-top: 5px;
    display: inline-block;
}

#choiceModal{
    top:30%;
}

#choiceModal .modal-content p{
    margin-top: 30px;
}

.modal .modal-footer{
    text-align: center;
}

.modal .modal-footer a{
    margin-left: 20px;
    color: #000000;
}

#create_norms_widget{
    background: #fff;
    padding: 0 5%;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin-top: 49px;
}

.submit_page{
  background: #fff;
  padding: 0 5%;
  /*border-top: solid 1px #ddd;*/
  /*border-bottom: solid 1px #ddd;*/
  margin-top: 44px;
}

#create_norms_widget .item_list,.submit_page .item_list{
    padding: 10px 0;
}

#create_norms_widget .item_list.item_page_vessel{
    display: none;
}

#create_norms_widget .item_name,.submit_page .item_name{
    font-size: 12px;
    color: #222;
    line-height: 30px;
    margin-left: 1%;
}

#create_norms_widget .book_name,.submit_page .book_name{
    display:inline-block;
    width: 86%;
    height: 40px;
    padding: 0 4.7%;
    margin-left: 1%;
    border: solid 1px #ddd;
    border-radius: 2px;
}

#create_norms_widget .binding_list,
#create_norms_widget .paper_list,
#create_norms_widget .pageCount_list{
    display: inline-block;
    width: 30%;
    height: 35px;
    line-height: 35px;
    border: solid 1px #ddd;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    color: #222;
    background: #fff;
    margin: 1%;
    position: relative;
}

#create_norms_widget .pageCount_list{
    width: 17%;
}

#create_norms_widget .unselected{
  color: #EEEEEE;
}

.selectable {
  -webkit-user-select: auto;//控制网页内容选择范围
  margin-top: 20px;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 15px;
}

#create_norms_widget .unShow{
  display: none;
}

#create_norms_widget .warm ,.submit_page .warm{
  display: inline-block;
  color: red;
  margin-left: 5px;
}

#create_norms_widget .binding_list.opt,
#create_norms_widget .paper_list.opt,
#create_norms_widget .pageCount_list.opt{
    border: solid 1px #FE3017;
}

#create_norms_widget .binding_list.opt:after,
#create_norms_widget .paper_list.opt:after,
#create_norms_widget .pageCount_list.opt:after{
    content: "√";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

#create_norms_widget .binding_list.opt:before,
#create_norms_widget .paper_list.opt:before,
#create_norms_widget .pageCount_list.opt:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #FE3017 #FE3017 transparent;
}

#create_norms_widget .product_page{
    position: relative;
    min-height: 40px;
    margin-top: 10px;
    overflow: hidden;
}

#create_norms_widget .pageBar{
    width: 60%;
    height: 8px;
    background: #F2F2F2;
    background: url(/static/img/editorhtml5/toolbar/page_bar.png) left center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#create_norms_widget .pageFocus{
    position: absolute;
    left: -7px;
    top: -6px;
    width: 15px;
    height: 21px;
    background: url(/static/img/woodenframe/float-chamber.png) 0 0 no-repeat;
}

#create_norms_widget .pageCount{
    position: absolute;
    top: -6px;
    right: -40px;
}

#create_norms_widget .pagecount_hint{
    padding-top: 30px;
    padding-left: 1%;
}

#create_norms_widget .pagecount_hint p{
    font-size: 12px;
    color: #555;
    line-height: 18px;
}

#create_norms_widget .pageCount_more{
    font-size: 12px;
    color: #555;
    line-height: 30px;
    padding-left: 1%;
    margin-top: 5px;
    display: inline-block;
    position: relative;
}

#create_norms_widget .pageCount_more:after,
#create_norms_widget .pageCount_more:before{
    content: "";
    position: absolute;
    right: -12px;
    top: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent transparent #555 #555;
    padding: 3px;
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

#create_norms_widget .pageCount_more:before{
    top: 10px;
}

#create_norms_widget .product_price{

}

#create_norms_widget .price_list{
    font-size: 12px;
    margin: 5px 0px;
    margin-left: 1%;
}

#create_norms_widget .price_list span{
    color: #fd8243;
    font-weight: bold;
}

#tips2{
  display: none;
  padding: 15px;
  font-family: sans-serif;
  position: absolute;
  font-size: 0.9em;
  z-index: 9999;
  top: 35%;
  left: 12.5%;
  border-radius: 5px;
  background-color: rgb(27, 32, 50);
  margin: 0px;
  color: white;
  text-align: center;
  width: 75%;
}
#indicatorContainer{
  display: none;
  padding: 15px;
  font-family: sans-serif;
  position: absolute;
  font-size: 0.9em;
  z-index: 10000;
  top: 35%;
  left: 12.5%;
  margin: 0px;
  color: white;
  text-align: center;
  width: 75%;
}

.wechat_upload .scroll-content,.upload_problem .scroll-content{
  padding-top: 62px;
  padding-bottom: 65px;
}

.wechat_upload .tips .label-ios,.upload_problem .tips .label-ios{
  text-align: center;
}

.wechat_upload .no_photos,.upload_problem .no_photos{
  text-align: center;
  margin-top: 45%;
}

.wechat_upload .wechat_list,.upload_problem .upload_list ,.delete_problem .delete_list, .thirdCol .third_list{
  position: relative;
  border: solid 1px #ddd;
  overflow: hidden;
}

.wechat_upload .wechat_list .wechat_photo , .upload_problem .upload_list .upload_photo, .delete_problem .delete_list .delete_photo, .thirdCol .third_list .third_img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.upload_problem .upload_list .upload_photo,.delete_problem .delete_list .delete_photo{
  z-index: -1;
}

.upload_problem .info{
  width: 100%;
  height: 100%;
  background-color: gray;
  padding-top: 30%;
  text-align: center;
  color: white;
  opacity: 0.8
}

.upload_problem .infoPrint{
  width: 100%;
  height: 100%;
  background-color: gray;
  padding-top: 40%;
  text-align: center;
  color: white;
  opacity: 0.8
}

.wechatCol .wechat_list .info{
  width: 100%;
  height: 100%;
  background-color: gray;
  padding-top: 40%;
  text-align: center;
  color: white;
  opacity: 0.5
}

.upload_problem .upload_name{
  width: 100%;
  text-align: center;
}

.guideBlock{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 51;
  background-color: #000;
  opacity: 0.8;
}

.guide{
  width: 100%;
  z-index: 99;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.preview_pages {
    margin-top: 65px;
}

.preview_pages .pages_list_item {
    margin-top: 50px;
    display: inline-block;
    float: left;
    /*border: 2px solid*/
  box-shadow: 1px 1px 20px #aaa;
}

.page_container .page {
    /*left: 2px;*/
    /*top: 6px;    */
  /* background: black; */
}

.preview_pages .backbone {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 50px;
  height: 113px;
  margin: 0 auto;
  background: url(../png/backbone_bg_small.png);
  pointer-events: none;
  background-position: center;
  background-size: 10px;
  background-repeat-x: no-repeat;
}

.page_container .page_bleed,
.page_container .page,
.page_container .backbone {
    height: 100%;
}

.page_container .all {
  width: 100%;
}
.page_container .half {
  width: 50%;
}

.edit_container .bleed{
  position: absolute;
}

.preview_pages .pages_list_item .bleed_left {
    position: relative;
    left: 0;
    margin: auto;
    overflow: hidden;
    /*box-shadow: 1px 1px 20px #aaa;*/
  float: left;
}

.preview_pages .pages_list_item .bleed_right {
    position: relative;
    right: 0;
    margin: auto;
    overflow: hidden;
    /*box-shadow: 1px 1px 20px #aaa;*/
    float: left;
}

.preview_pages .page_no_edit{
    text-align: center;
    margin-top: 50%;
}

.preview_pages .pages_list_item .page_left {
    position: absolute;
    left: 0;
    box-shadow: 1px 1px 20px #aaa;
    overflow: hidden;
}

.preview_pages .pages_list_item .page_right {
    position: absolute;
    right: 0;
    margin: auto;
    overflow: hidden;
    box-shadow: 1px 1px 20px #aaa;
}

.preview_pages .title {
    margin-top: 15px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.preview_pages .title .titleCenter{
    margin-left: 25%;
}

.preview_pages base-box {
    position: absolute;
}

.preview_pages base-box img {
    position: absolute;
}

.baseBox,.baseBox .full_hidden {
    position: absolute;
    overflow: hidden;
}

.baseBox .full{
  width: 100%;
  height: 100%;
}

.baseBox img{
  max-width: inherit;
}

.baseBox img.full, .baseBox .imagetext.full,.baseBox .empty_photo,
.baseBox .empty_photo {
    position: absolute;
    width: 100%;
    height: 100%
}

.baseBox img.cut_fit {
    position: absolute;
}

.baseBox .show_base {
    background: #ccc;
    border: 1px solid #FFF;
}

.baseBox .white_photo {
  background: #FFF;
  border: 11px solid #FFF;
}

.baseBox .build_definition {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    background: red;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}

.baseBox .empty_photo .build_not_photo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../png/icon_notimg.png") no-repeat;
    background-size: 100%;
    text-align: center;
    margin: auto;
    display: none;
}

.baseBox .empty_photo:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    width: 10px;
    height: 2px;
    margin: auto;
    background: #fff;
    border-radius: 3px;
}

.baseBox .empty_photo:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    width: 2px;
    height: 10px;
    margin: auto;
    background: #fff;
    border-radius: 3px;
}

.edit_block {
    position: relative;
}

.page-edit{
    /*position: fixed;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.page-edit .page_caption,.editFooter .page_caption{
  font-size: medium;
  font-weight: bolder;
}

.page-edit .progress,#build_imgbox_widget .progress{
    top: 49px;
    z-index: 9;
}

.edit_container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: url("../png/icon_bg.jpg");
}

.edit_container .bleeding {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: #fcc;
    opacity: .8;
    box-shadow: 0 0 2px #888;
}

.edit_container .edit_page{
  background: #FFF;
}

.edit_container .edit_page[data-num="front_cover"] .bleeding {
    display: block;
}

.edit_container .bleeding_top,
.edit_container .bleeding_bottom {
    height: 1%;
}

.edit_container .bleeding_left,
.edit_container .bleeding_right {
    width: 1%;
}

.edit_container .bleeding_top {
    top: 0;
    left: 0;
    right: 0;
}

.edit_container .bleeding_bottom {
    bottom: 0;
    left: 0;
    right: 0;
}

.edit_container .bleeding_left {
    top: 0;
    bottom: 0;
    left: 0;
}

.edit_container .bleeding_right {
    top: 0;
    bottom: 0;
    right: 0;
}

.edit_container .toolbar_edit_list {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border: none;
    width: 30px;
    height: 50px;
}

.edit_container .back_page {
    left: 30px!important;
}

.edit_container .next_page {
    right: 30px!important;
}

.edit_container .back_page:after,
.edit_container .back_page:before,
.edit_container .next_page:after,
.edit_container .next_page:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 3px;
    background: #E68925;
}

.edit_container .back_page:after,
.edit_container .next_page:after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.edit_container .back_page:after,
.edit_container .next_page:before {
    top: 12px;
}

.edit_container .back_page:before,
.edit_container .next_page:before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.edit_container .back_page:before,
.edit_container .next_page:after {
    top: -12px;
}

.edit_container .back_page.limit:after,
.edit_container .back_page.limit:before,
.edit_container .next_page.limit:after,
.edit_container .next_page.limit:before {
    background: #aaa;
}

#build_toolbar_widget {
    position: fixed;
    bottom: 51px;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border-top: solid 1px #ddd;
    text-align: center;
}

#build_toolbar_widget .toolbar_edit_list {
    display: inline-block;
    width: 60px;
    height: 26px;
    line-height: 26px;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 10px 0;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    position: relative;
}

#build_toolbar_widget #toolbar_template {
    background-image: url("../png/toolbar_icon_template.png");
    background-size: 50%;
}

#build_toolbar_widget #toolbar_textbox {
    background-image: url("../png/toolbar_icon_text.png");
    background-size: 50%;
    /*border-left: none;*/
}

#build_toolbar_widget .template_entirety {
    position: absolute;
    top: -61px;
    left: 0;
    right: 0;
    height: 60px;
    background: #fff;
    border-top: solid 1px #ddd;
    overflow-x: scroll;
}

#build_toolbar_widget .template_vessel {
    width: 100%;
    height: 100%;
    position: relative;
}

#build_toolbar_widget .template_list {
    display: inline-block;
    float: left;
    height: 50px;
    width: 50px;
    max-width: 150px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #EEE;
}

#build_toolbar_widget .template_list.opt {
    border: solid 2px #F29128;
    margin: 3px;
}

#build_toolbar_widget .text_list_vessel {
    position: absolute;
    right: 0;
    bottom: 46px;
    width: 50%;
    min-height: 40px;
    max-height: 120px;
    background: #FFFFFF;
    overflow-y: scroll;
    text-align: left;
    box-shadow: -1px -1px 5px #aaa;
}

#build_toolbar_widget .no_template{
    margin-top: 17px;
}

#build_toolbar_widget .text_no_template{
    margin-top: 10px;
    vertical-align: middle;
    text-align: center;
}

#build_toolbar_widget .text_list {
    height: 40px;
    line-height: 40px;
    background: #fff;
    position: relative;
    border-bottom: solid 1px #ddd;
}

#build_toolbar_widget .text_list .unselected {
  background: #EEEEEE;
}

#build_toolbar_widget .text_list.opt {
    background: #E8F3F7;
}

#build_toolbar_widget .text_list.opt:after {
    content: "";
    position: absolute;
    right: 6px;
    top: 10px;
    z-index: 1;
    background: url("assets/texteditor/icon_click.png");
    width: 20px;
    height: 20px;
    background-size: 100%;
}

#build_toolbar_widget .text_list_item,
#build_toolbar_widget .text_list_content {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #555;
}

#build_toolbar_widget .text_list_item {
    width: 40px;
    margin-left: 5px;
}

#build_toolbar_widget .text_list_content {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#build_toolbar_widget .edit_ion {
  background-image: url('../texteditor/icon_click.png');
  background-size: 15px 15px;
}

#check_book_widget {
    margin-top: 65px;
    display: none;
}

#check_book_widget .check_tip{
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  border-bottom: solid 1px #ddd;
}

#check_book_widget .check_book_vessel {
}

#check_book_widget .check_list {
    height: 40px;
    line-height: 40px;
    width: 90%;
    margin: auto;
    border-bottom: solid 1px #ddd;
}

#check_book_widget .check_name {
    float: left;
    font-size: 12px;
    color: #D78227;
}

#check_book_widget .check_content {
    float: right;
    font-size: 12px;
    color: #2c2c2c;
}

#add_image_widget {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
}

#add_image_widget .shade_vessel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .8;
}

#add_image_widget .add_image_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#add_image_widget .btn_list {
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #D78227;
    background: #fff;
    border-top: solid 1px #ddd;
}

#add_image_widget .locality {
    position: relative;
}

#add_image_widget .locality input , .iosUpload input{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
}

#add_image_widget .cancel {
    color: #222;
    border-top: solid 4px #ddd;
}

#add_image_widget .history_vessel {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 185px;
    padding: 5px;
    background: #fff;
    margin-top: 49px;
}

#add_image_widget .history_image {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
}

#add_image_widget .history_close {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    width: 30px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    text-align: center;
    border-radius: 5px 0 0 5px;
    background: #fff;
    font-size: 28px;
    font-weight: bold;
    color: #555;
}

#add_image_widget .history_list {
    position: relative;
    width: 80px;
    height: 80px;
    border: solid 1px #ddd;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
}

#add_image_widget .history_list img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 80px;
    max-height: 80px;
}
#build_textbox_widget{
    padding-top: 45px;
}

#build_textbox_widget ul{
  list-style: none;
}

#build_textbox_widget .build_textbox_vessel{
    text-align: center;
    padding-top: 30px;
}

#build_textbox_widget .textbox_dialog{
    width: 90%;
    height: 90px;
    resize: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #D2D2CE;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 2px;
    font-size: 12px;
    overflow-y: scroll;
    text-shadow: 0 0 1px #aaa;
}

#build_textbox_widget .build_textbox_vessel p{
    font-size: 11px;
    color: #555;
    margin: 2px 1.5%;
    text-align: left;
}

#build_textbox_widget .build_textbox_vessel p span{
    font-size: 12px;
    color: #D78227;
}

#build_textbox_widget .build_textbox_toolbar{
    background: #fbfbfa;
    margin-top: 10px;
}

#build_textbox_widget .toolbar_text{
    height: 46px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

#build_textbox_widget .toolbar_text_list{
    position: relative;
    float: left;
    width: 25%;
    height: 36px;
    margin: 5px 4%;
    text-align: center;
}

#build_textbox_widget .toolbar_text_list.opt{
    background: #eb942e;
}

#build_textbox_widget .toolbar_text_list:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

#toolbar_family:after{
    width: 25px;
    height: 26px;
    background-image: url("../texteditor/text_icon_font.png");
}

#toolbar_family.opt:after{
    background-image: url("../texteditor/text_icon_font_opt.png");
}

#toolbar_size:after{
    width: 30px;
    height: 20px;
    background-image: url("../texteditor/text_icon_size.png");
}

#toolbar_size.opt:after{
    background-image: url("../texteditor/text_icon_size_opt.png");
}

#toolbar_color:after{
    width: 26px;
    height: 26px;
    background-image: url("../texteditor/text_icon_color.png");
}

#toolbar_color.opt:after{
    background-image: url("../texteditor/text_icon_color_opt.png");
}

#toolbar_align:after{
    width: 23px;
    height: 19px;
    background-image: url("../texteditor/text_icon_align.png");
}

#toolbar_align.opt:after{
    background-image: url("../texteditor/text_icon_align_opt.png");
}

#build_textbox_widget .toolbar_text_vessel{
    position: relative;
    height: 0;
    padding-bottom: 70%;
    background: #fff;
    border-bottom: solid 1px #ddd;
    overflow-y: scroll;
    width: 100%;
    display: none;
}

#build_textbox_widget #toolbar_family_vessel > ul{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#build_textbox_widget .select-item{
    position: relative;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin: 0 5%;
    border-bottom: solid 1px #e9e9e9;
    background-repeat: no-repeat;
    background-size: 69%;
    background-position: center;
}

#build_textbox_widget .select_icon{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    width: 30px;
    height: 20px;
    margin: auto;
}

#build_textbox_widget .select_icon:after,
#build_textbox_widget .select_icon:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #007aff;
}

#build_textbox_widget .select_icon:after{
    width: 10px;
    height: 3px;
    left: -10px;
    top: 6px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#build_textbox_widget .select_icon:before{
    width: 20px;
    height: 3px;
    left: 8px;
    top: 0px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#build_textbox_widget .font_size_vessel{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70%;
    height: 30px;
    margin: auto;
}

#build_textbox_widget .font_size_vessel:after,
#build_textbox_widget .font_size_vessel:before{
    content: "A";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 30px;
    color: #555;
}

#build_textbox_widget .font_size_vessel:after{
    left: -12%;
    font-size: 20px;
}

#build_textbox_widget .font_size_vessel:before{
    right: -12%;
    font-size: 28px;
}

#build_textbox_widget .font_size_bar{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #b6b6b6;
    border-radius: 5px;
}

#build_textbox_widget .font_size_btn{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20%;
    z-index: 1;
    margin: auto;
    width: 40px;
    height: 40px;
    border: solid 1px #ddd;
    border-radius: 100%;
    box-shadow: 1px 3px 5px #ddd;
    background: #fff;
}

#build_textbox_widget .font_size_btn .font_size{
    position: absolute;
    left: 0;
    top: -30px;
    z-index: 1;
    width: 40px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #555;
    border: solid 1px #ddd;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #ddd;
}

#build_textbox_widget .toolbar_color_assist{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#build_textbox_widget .toolbar_color_list{
    margin-top: 4%;
}

#build_textbox_widget .toolbar_color_name{
    padding: 1.5% 6%;
    margin-top: 1.5%;
    font-size: 12px;
    color: #555;
}

#build_textbox_widget #toolbar_color_vessel ul{
    padding: 1.5% 3%;
    overflow: hidden;
}

#build_textbox_widget .color_list{
    float: left;
    width: 14%;
    height: 0;
    padding-bottom: 14%;
    margin: 3%;
    border-radius: 100%;
    box-shadow: 1px 1px 5px #aaa;
}

#build_textbox_widget #toolbar_align_vessel ul{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 3%;
    margin-top: 18%;
    overflow: hidden;
    text-align: center;
}

#build_textbox_widget .align_list{
    position: relative;
    display: inline-block;
    width: 14%;
    height: 0;
    padding-bottom: 14%;
    margin: 7%;
    border-radius: 100%;
    box-shadow: 1px 1px 5px #aaa;
    background: #fff;
}

#build_textbox_widget .align_list.opt{
    background: #d6d6d6;
}

#build_textbox_widget .align_line_vessel{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 50%;
}

#build_textbox_widget .align_line{
    background: #767676;
    height: 2px;
}

#build_textbox_widget #align_left .align_line{
    float: left;
    margin: 5% 0;
}
#build_textbox_widget #align_center .align_line{
    display: block;
    margin: 10% auto;
}
#build_textbox_widget #align_right .align_line{
    float: right;
    margin: 5% 0;
}

#build_textbox_widget .align_list.opt .align_line{
    background: #fff;
}
#build_imgbox_widget {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    display: none;
}

#build_imgbox_widget .build_imgbox {
    position: absolute;
    top: 46px;
    bottom: 100px;
    margin: auto;
    background: #fff;
    overflow: hidden;
}

#build_imgbox_widget .build_definition{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: red;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    display: none;
}

#build_imgbox_widget .indistinct .build_definition {
    display: block;
}

#build_imgbox_widget .build_image {
    position: absolute;
}

#build_imgbox_widget .build_progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ddd;
    min-height: 12px;
}

#build_imgbox_widget .build_progress_line {
    position: absolute;
    background: #29BB29;
    min-height: 12px;
}

#build_imgbox_widget .build_progress_content {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

#build_imgbox_widget .imgbox_toolbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #202020;
}

#build_imgbox_widget .toolbar_zoom {
    width: 85%;
    margin: 0 auto;
    position: relative;
}

#build_imgbox_widget .zoom_bar {
    position: relative;
    margin: 15px auto;
    height: 6px;
    background-color: #4a4a4a;
    border-radius: 5px;
}

#build_imgbox_widget .zoom_btn {
    position: absolute;
    top: -12px;
    left: 50%;
    width: 32px;
    height: 32px;
    background-image: url("../photoeditor/img_control.png");
    background-repeat: no-repeat;
    background-position: -217px 1px;
    background-size: 258px;
}

#build_imgbox_widget .toolbar_other {
    height: 62px;
    padding: 15px 0;
    text-align: center;
}

#build_imgbox_widget .toolbar_list {
    background-image: url("../photoeditor/img_control.png");
    background-repeat: no-repeat;
    background-size: 258px;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 6px;
}

#build_imgbox_widget .toolbar_auto {
    background-position: 0 0;
}

#build_imgbox_widget .toolbar_fill {
    background-position: -37px 0;
}

#build_imgbox_widget .toolbar_rotate_left {
    background-position: -74px 0;
}

#build_imgbox_widget .toolbar_rotate_right {
    background-position: -111px 0;
}

#build_imgbox_widget .toolbar_delete {
    background-position: -148px 0;
}

#build_imgbox_widget .toolbar_upload {
    background-position: -182px 0;
}
.radius {
    margin: 10px 10px;
    padding: 10px;
    background: #fffdf7;
    border: 1px solid #cdc2b0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
img {
    vertical-align: middle;
}
.s-xguide-down{
  width:50px;
  height:50px;
  display:inline-block;
  position:fixed;
  bottom:80px;
  left:50%;
  background:url("./s_xman_guide_f3aebfe5.png") no-repeat -21px -3px;
  _background:none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./s_xguide_down_ie_a343e020.png",enabled=true,sizingMethod="crop");
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  -o-border-radius:50%;
  opacity:.7;
  cursor:pointer
}
@keyframes xguide_down{
  0%,100%{
    transform:scale(0.0);
    -moz-transform:scale(0.0);
    -o-transform:scale(0.0);
    -webkit-transform:scale(0.0);
    -ms-transform:scale(0.0);
    opacity:0
  }
  50%{
    transform:scale(1.0);
    -moz-transform:scale(1.0);
    -o-transform:scale(1.0);
    -webkit-transform:scale(1.0);
    -ms-transform:scale(1.0);
    opacity:1
  }

}
@-webkit-keyframes xguide_down{
  0%,100%{
    -webkit-transform:scale(0.0);
    -moz-transform:scale(0.0);
    -o-transform:scale(0.0);
    -ms-transform:scale(0.0);
    transform:scale(0.0);
    opacity:0
  }
  50%{
    -webkit-transform:scale(1.0);
    -moz-transform:scale(1.0);
    -o-transform:scale(1.0);
    -ms-transform:scale(1.0);
    transform:scale(1.0);
    opacity:1
  }

}
@-moz-keyframes xguide_down{
  0%,100%{
    -moz-transform:scale(0.0);
    -o-transform:scale(0.0);
    -webkit-transform:scale(0.0);
    -ms-transform:scale(0.0);
    transform:scale(0.0);
    opacity:0
  }
  50%{
    -moz-transform:scale(1.0);
    -o-transform:scale(1.0);
    -webkit-transform:scale(1.0);
    -ms-transform:scale(1.0);
    transform:scale(1.0);
    opacity:1
  }

}
@-o-keyframes xguide_down{
  0%,100%{
    -o-transform:scale(0.0);
    -moz-transform:scale(0.0);
    -webkit-transform:scale(0.0);
    -ms-transform:scale(0.0);
    transform:scale(0.0);
    opacity:0
  }
  50%{
    -o-transform:scale(1.0);
    -moz-transform:scale(1.0);
    -webkit-transform:scale(1.0);
    -ms-transform:scale(1.0);
    transform:scale(1.0);
    opacity:1
  }

}
.s-xguide-down.trans{
  -webkit-animation:xguide_down 4.0s infinite ease-in-out;
  -moz-animation:xguide_down 4.0s infinite ease-in-out;
  -o-animation:xguide_down 4.0s infinite ease-in-out;
  animation:xguide_down 4.0s infinite ease-in-out
}
.s-xguide-down.arrow-1{
  animation-delay:-2.0s;
  -webkit-animation-delay:-2.0s;
  -moz-animation-delay:-2.0s;
  -o-animation-delay:-2.0s
}
.s-title {
  bottom: 8.4rem;
  left: 68%;
  margin-left: -14px;
  position: fixed;
}




/*!
 * Cropper.js v0.7.0
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2015-2016 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2016-03-20T06:15:36.234Z
 */
.cropper-container {
  font-size: 0;
  line-height: 0;

  position: relative;

  -ms-user-select: none;
  user-select: none;

  direction: ltr !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.cropper-container img {
  display: block;
  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;

  image-orientation: 0deg !important;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-crop-box{
  border: 2px dashed red;
}

.cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  opacity: 0;
  background-color: #fff;
}

.cropper-modal {
  opacity: .5;
  background-color: #000;
}

.cropper-view-box {
  display: block;
  overflow: hidden;

  width: 100%;
  height: 100%;

  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, .75);
}

.cropper-dashed {
  position: absolute;

  display: block;

  opacity: .5;
  border: 0 dashed #eee;
}

.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;

  width: 100%;
  height: 33.33333%;

  border-top-width: 1px;
  border-bottom-width: 1px;
}

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;

  width: 33.33333%;
  height: 100%;

  border-right-width: 1px;
  border-left-width: 1px;
}

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;

  display: block;

  width: 0;
  height: 0;

  opacity: .75;
}

.cropper-center:before,
.cropper-center:after {
  position: absolute;

  display: block;

  content: ' ';

  background-color: #eee;
}

.cropper-center:before {
  top: 0;
  left: -3px;

  width: 7px;
  height: 1px;
}

.cropper-center:after {
  top: -3px;
  left: 0;

  width: 1px;
  height: 7px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;

  display: block;

  width: 100%;
  height: 100%;

  opacity: .1;
}

.cropper-face {
  top: 0;
  left: 0;

  background-color: #fff;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  top: 0;
  right: -3px;

  width: 5px;

  cursor: e-resize;
}

.cropper-line.line-n {
  top: -3px;
  left: 0;

  height: 5px;

  cursor: n-resize;
}

.cropper-line.line-w {
  top: 0;
  left: -3px;

  width: 5px;

  cursor: w-resize;
}

.cropper-line.line-s {
  bottom: -3px;
  left: 0;

  height: 5px;

  cursor: s-resize;
}

.cropper-point {
  width: 5px;
  height: 5px;

  opacity: .75;
  background-color: #39f;
}

.cropper-point.point-e {
  top: 50%;
  right: -3px;

  margin-top: -3px;

  cursor: e-resize;
}

.cropper-point.point-n {
  top: -3px;
  left: 50%;

  margin-left: -3px;

  cursor: n-resize;
}

.cropper-point.point-w {
  top: 50%;
  left: -3px;

  margin-top: -3px;

  cursor: w-resize;
}

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;

  margin-left: -3px;

  cursor: s-resize;
}

.cropper-point.point-ne {
  top: -3px;
  right: -3px;

  cursor: ne-resize;
}

.cropper-point.point-nw {
  top: -3px;
  left: -3px;

  cursor: nw-resize;
}

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;

  cursor: sw-resize;
}

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;

  width: 20px;
  height: 20px;

  cursor: se-resize;

  opacity: 1;
}

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;

  display: block;

  width: 200%;
  height: 200%;

  content: ' ';

  opacity: 0;
  background-color: #39f;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;

    opacity: .75;
  }
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  position: absolute;

  display: block;

  width: 0;
  height: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

#CropModal .blank_block {
  position: absolute;
  background-color: #FFF;
  text-align: center;
  text-align: -webkit-center;
  vertical-align: middle;
}

#CropModal .blank_block img.widthOrigin{
  width:100%;
  height:auto;
}

#CropModal .blank_block img.heightOrigin{
  width: auto;
  height: 100%;
}

#CropModal .blank_block.heightOrigin{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.ion-alert {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  contain: strict;
}

.ion-alert.alert-top {
  padding-top: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ion-backdrop {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .01;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}


.toast-ios .toast-message {
  padding: 1.5rem;
  font-size: 1.4rem;
  color: #fff;
  width: 100%;
}

.webuploader-pick{
  height: 100%;
}

input[type="file"] {
  opacity: 0;
}

#firstVisit{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .6);
  background-repeat: no-repeat;
  z-index: 1100
}

.firstVisit {
  background-image: url("../png/firstvisit.png");
  background-size: contain;
  background-position-y: 160px;
}
