﻿p {
  padding: 0;
  margin: 0;
}
input {
  font-family: Calibri;
}
textarea {
  font-family: Calibri;
}
.win10_border {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.form_title {
  font-size: 18px;
  margin: 0;
}
.form_title .favicon {
  vertical-align: middle;
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.form_title span {
  vertical-align: middle;
}
.rightToLeft .form_title .favicon {
  margin-right: 0;
  margin-left: 10px;
}
.close {
  right: 20px;
  top: 13px;
  position: absolute;
  cursor: pointer;
}
.rightToLeft .close {
  left: 20px;
}
.drag {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.close:hover {
  opacity: 0.7;
}
.close:active {
  opacity: 0.5;
}
.close:focus {
  opacity: 0.5;
}

.phone_scroll_y {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.about_form {
  background: rgba(237, 237, 237, 0.95);
  color: #8f8f8f;
  font-size: 12px;
  border-radius: 5px;
  vertical-align: middle;
  z-index: 1001;
  line-height: 20px;
  text-align: center;
  width: 237px;
  padding: 10px 13px;
  font-family: arial;
  position: absolute;
}
.about_form .logo {
  display: inline-block;
  margin-top: 5px;
  width: 100%;
  border-radius: 2px;
  background-size: contain;
  height: 90px;
  background-color: #fff;
}
.about_form .focus {
  background: rgba(255, 255, 255, 0.25);
}
.about_form .content {
  /*margin-top:73px;*/
  width: 100%;
}
.about_form .arrow {
  right: 20px;
  position: absolute;
  border: 11px solid rgba(240, 240, 240, 0.9);
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  top: -22px;
}
.about_form .description {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: 5px 12px;
  background: #fff;
  border-radius: 2px;
}
.about_form .item {
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  margin: 6px 0;
  padding: 6px 12px;
  min-height: 18px;
  background: #ffffff;
  text-align: left;
}
.about_form .item img {
  vertical-align: middle;
}
.about_form .item .detail {
  vertical-align: middle;
  display: inline-block;
  margin: 0 2px;
}
.about_form .progress {
  width: 15px;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.about_form .progressBar {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  border-radius: 2px;
}

.about_form .content2 .item .content {
  margin: 0;
  width: auto;
}
.about_form .content1 .item .content {
  margin: 0 0 0 60px;
  width: auto;
}
.about_form a {
  text-decoration: none;
}
.about_form .content2 .aboutLogo {
  display: inline-block;
  width: 100%;
  height: 105px;
}
.about_form.rightToLeft .form_title {
  text-align: right;
}

.about_form.rightToLeft {
  text-align: right;
}
.about_form.rightToLeft .item .title {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  text-align: right;
}
.about_form.rightToLeft .content2 .item .content {
  margin: 0;
  text-align: right;
}
.about_form.rightToLeft .content1 .item .content {
  margin: 0 60px 0 0;
  text-align: right;
}

.about_form.phone {
  font-size: 15px;
  font-family: Calibri;
}
.about_form.phone .item {
  background: transparent;
  border: none;
  border-radius: 0;
}
.about_form.phone .item .title {
  position: absolute;
}

.color_panel {
  display: none;
  z-index: 9999;
  width: 202px;
  background-color: #ffffff;
  position: absolute;
}
.color_panel tr {
  position: relative;
}
.color_panel td {
  width: 14px;
  height: 14px;
  position: relative;
}

.colorSelection {
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-width: 2px;
  padding: 0;
}

.bookmark_form {
  position: absolute;
  top: 0;
  display: block;
  z-index: 1000;
  width: 216px;
  height: 425px;
  background: #ededed;
  padding: 12px;
  color: #8f8f8f;
  font-size: 12px;
  font-family: arial;
}
.bookmark_form .close {
  right: 10px;
  top: 11px;
}
.bookmark_form .form_title {
  font-size: 12px;
}
.bookmark_form .inputForm {
  width: 100%;
  margin-top: 10px;
  height: 54px;
  position: relative;
}
.bookmark_form .input_title {
  width: 194px;
  height: 52px;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  padding: 0 10px;
  position: absolute;
  left: 0;
}
.bookmark_form .colorSelection {
  border-radius: 11px;
  width: 22px;
  height: 22px;
  border: 1px solid #ffffff;
  position: absolute;
  right: 0;
  top: 64px;
}
.bookmark_form .add_page {
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  background: rgba(255, 255, 255, 1);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  width: 105px;
  height: 28px;
  line-height: 28px;
  margin-top: 8px;
}
.bookmark_form .add_page.left {
  margin-right: 2px;
}
.bookmark_form .list_title {
  cursor: default;
  font-size: 15px;
  height: 26px;
  width: 100%;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.1);
  line-height: 26px;
  vertical-align: middle;
  text-align: left;
}
.bookmark_form .list_title span {
  padding: 0 10px;
  display: inline-block;
}
.bookmark_form .list_title .page {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: 30px;
}
.bookmark_form .list_title .description {
  width: 158px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.bookmark_form .list_title .edit {
}

.bookmark_form.rightToLeft .close {
  left: 10px;
  right: auto;
}

.bookmark_form .stage {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.bookmark_form .swiper {
  width: 100%;
  left: 0;
  top: 0;
}

.bookmark_form .progress {
  width: 15px;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.bookmark_form .progressBar {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  border-radius: 2px;
}

.bookmark_form .removeAll {
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  margin: 8px 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  display: none;
}

.bookmark_form .item {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 8px;
  padding-left: 55px;
  background: #ffffff;
  height: 56px;
  vertical-align: middle;
  text-align: left;
  position: relative;
  margin-top: 8px;
}

.bookmark_form .item .showColor {
  border-radius: 6px;
  right: 10px;
  top: 12px;
  margin: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  display: block;
}
.bookmark_form .item > .color_order {
  display: none;
  height: 22px;
  margin: 5px 0 1px;
}
.bookmark_form .item > .color_order .color_item {
  width: 20px;
  height: 20px;
  border-radius: 11px;
  display: inline-block;
  margin: 0;
}

.bookmark_form .item.edit {
  height: 86px;
  padding-left: 8px;
}
.bookmark_form .item.edit .page {
  display: none;
}
.bookmark_form .item.edit .colorSelection {
  pointer-events: auto;
  top: 59px;
  right: 12px;
  cursor: pointer;
}
.bookmark_form .item.edit .color_order {
  display: block;
}
.bookmark_form .item.edit .title {
  height: 40px;
  width: 188px;
}
.bookmark_form .item.edit .itemImg {
  display: none;
}

.bookmark_form .item span {
  padding: 0 5px;
  display: inline-block;
}
.bookmark_form .item input {
  display: inline-block;
}
.bookmark_form .item .itemImg {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 38px;
  height: 54px;
  border: 1px solid #ededed;
}
.bookmark_form .item .page {
  width: 30px;
}
.bookmark_form .item .title {
  width: 141px;
  height: 20px;
  border: 1px solid transparent;
  padding: 0 5px;
  background: transparent;
}
.bookmark_form .item .title.focus {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
}
.bookmark_form .item .colorSelection {
  pointer-events: none;
  border-radius: 6px;
  right: 10px;
  top: 12px;
  margin: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  display: block;
}
.bookmark_form .item img {
  position: absolute;
  cursor: pointer;
}
.bookmark_form .item .save {
  right: 32px;
  bottom: 10px;
  display: none;
}
.bookmark_form .item .cancel {
  right: 10px;
  bottom: 10px;
  display: none;
}
.bookmark_form .item .edit {
  right: 44px;
  top: 10px;
}
.bookmark_form .item .delete {
  right: 27px;
  top: 10px;
}
.bookmark_form .item.bookmarkItem_focus {
  background: rgba(255, 255, 255, 0.55);
}

.bookmark_form.rightToLeft {
  text-align: right;
}
.bookmark_form.rightToLeft .input_title {
  left: auto;
  right: 0;
  direction: rtl;
}
.bookmark_form.rightToLeft .colorSelection {
  right: auto;
  left: 0;
}
.bookmark_form.rightToLeft .list_title {
  text-align: right;
}
.bookmark_form.rightToLeft .list_title .page {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
  width: 30px;
}
.bookmark_form.rightToLeft .list_title .description {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
}
.bookmark_form.rightToLeft .list_title .edit {
}
.bookmark_form.rightToLeft .progress {
  left: 0;
  right: auto;
}
.bookmark_form.rightToLeft .progressBar {
  left: 0;
  right: auto;
}

.bookmark_form.rightToLeft .item {
  padding-left: 8px;
  padding-right: 55px;
}
.bookmark_form.rightToLeft .item.edit {
  height: 86px;
  padding-right: 8px;
}
.bookmark_form.rightToLeft .item .itemImg {
  left: auto;
  right: 10px;
}
.bookmark_form.rightToLeft .item {
  text-align: right;
}
.bookmark_form.rightToLeft .item .title {
  direction: rtl;
}
.bookmark_form.rightToLeft .item .colorSelection {
  left: 10px;
  right: auto;
}
.bookmark_form.rightToLeft .item .save {
  left: 32px;
  right: auto;
}
.bookmark_form.rightToLeft .item .cancel {
  left: 10px;
  right: auto;
}
.bookmark_form.rightToLeft .item .edit {
  left: 44px;
  right: auto;
}
.bookmark_form.rightToLeft .item .delete {
  left: 27px;
  right: auto;
}

.bookmark_form.phone {
  font-size: 15px;
  font-family: Calibri;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0;
  left: 0;
  top: 0;
  margin: 0;
}
.bookmark_form.phone .stage {
  margin: 0;
  width: 100%;
  height: 100%;
}
.bookmark_form.phone .item {
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  margin-top: 5px;
  position: relative;
  width: 100%;
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
  font-size: 15px;
  cursor: pointer;
}
.bookmark_form.phone .item span {
  margin: 0 10px;
  float: left;
  display: inline-block;
  width: auto;
}
.bookmark_form.phone .item img {
  height: 76px;
  float: left;
  margin: 12px 0;
  position: relative;
}
.bookmark_form.phone .item .delete {
  position: absolute;
  cursor: pointer;
  top: 30px;
  left: auto;
  right: 10px;
  width: 41px;
  height: 41px;
  background-position: -402px -429px;
  background-image: url(mayflower/phone_icon.png);
  background-repeat: no-repeat;
}
.bookmark_form.phone .item .delete:hover {
  background-position: -462px -429px;
}

.download_form {
  text-align: left;
  vertical-align: middle;
  line-height: 20px;
  width: 260px;
  position: absolute;
  left: auto;
  top: 0;
  z-index: 1000;
  background: #000000;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 12px;
  font-family: Calibri;
}
.download_form .form_title {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
.download_form .close {
  top: 13px;
  position: absolute;
  cursor: pointer;
  right: 10px;
}
.download_form.rightToLeft .close {
  left: 10px;
  right: auto;
}
.download_form .content {
  position: relative;
}
/* .download_form .item{border:1px solid rgba(255,255,255,0.25);padding: 0 12px;height:64px;line-height:64px;font-size:16px;}
.download_form .item.middle{margin:10px 0;}
.download_form .item img{float: left;display: inline-block;width: 32px;height: 32px;margin: 16px 0;}
.download_form .item span{margin: 0 10px;font-weight: bold;}
.download_form .item a{border:1px solid rgba(255,255,255,0.25);background:rgba(255,255,255,0.25);text-decoration:none;cursor: pointer; float: right;padding: 0px 5px;width: 75px;height: 30px;margin: 16px 0;line-height: 30px;text-align: center;border: 1px solid #333;}
.download_form .item a:hover{opacity: 0.7;}
.download_form .item select{outline: none;font-size:14px;padding: 6px;width: 95px;margin: 0 10px;height: 32px;}
.download_form .item select option{padding:5px 0;} */

.download_form .content2 {
  height: 196px;
}
.download_form .pictureList_win10 {
  margin-left: 55px;
}

.download_form .downloadButton {
  cursor: pointer;
  width: auto;
  height: 30px;
  margin: 10px 0;
  background: rgba(255, 255, 255, 0.25);
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
}
.download_form .item {
  cursor: pointer;
  line-height: 30px;
  vertical-align: middle;
  position: relative;
}
.download_form .item span {
  margin-left: 6px;
  vertical-align: middle;
}
.download_form .item img {
  vertical-align: middle;
  margin: 4px;
  margin-left: 10px;
}
.download_form .downloadAttachments input {
  padding: 0 5px;
  width: 102px;
  height: 30px;
  border: none;
  margin-left: 10px;
  font-size: 12px;
}
.download_form .content1 select {
  margin: 10px;
  margin-top: 5px;
  width: 240px;
  color: #989898;
  height: 30px;
  border: none;
  border-radius: 0;
  outline: none;
}

.download_form.rightToLeft {
  text-align: right;
}
.download_form.rightToLeft .item img {
  float: right;
}
.download_form.rightToLeft .item a {
  float: left;
}

.help_form {
  border-radius: 5px;
  text-align: left;
  color: #8f8f8f;
  background: rgba(237, 237, 237, 0.95);
  vertical-align: middle;
  line-height: 20px;
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 263px;
  font-size: 12px;
  font-family: arial;
}
.help_form {
  text-align: center;
}
.help_form .logo {
  text-align: center;
  margin: 10px;
  max-width: 263px;
  max-height: 167px;
}

.help_form .description {
  padding: 22px 15px;
  margin: 10px;
  background: #ffffff;
  border-radius: 2px;
}
.help_form .arrow {
  right: 50px;
  position: absolute;
  border: 11px solid rgba(240, 240, 240, 0.9);
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  top: -22px;
}

.print_form {
  text-align: left;
  vertical-align: middle;
  height: 100%;
  line-height: 20px;
  position: absolute;
  left: auto;
  top: 0;
  z-index: 1000;
  background: rgba(237, 237, 237, 0.95);
  width: 216px;
  padding: 12px;
  color: #8f8f8f;
  font-size: 12px;
  font-family: arial;
  position: absolute;
}
.print_form .form_title {
  font-size: 12px;
}
.print_form .close {
  right: 10px;
}
.print_form .printButton {
  margin: 8px 0;
  border-radius: 5px;
  font-weight: bold;
  border: 1px solid #d6d6d6;
  cursor: pointer;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 1);
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
}
.print_form .item {
  width: 174px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #d6d6d6;
  cursor: pointer;
  margin: 8px 0;
  line-height: 26px;
  vertical-align: middle;
  position: relative;
  padding: 22px 20px;
}
.print_form .item span {
  margin-left: 15px;
}
.print_form .item img {
  vertical-align: middle;
  position: absolute;
  left: 12px;
  top: 28px;
}
.print_form .printRange input {
  padding: 0 5px;
  color: #d7d7d7;
  width: 102px;
  height: 26px;
  border: 1px solid #e0e0e0;
  margin-left: 10px;
  font-size: 12px;
}

.print_form.rightToLeft {
  text-align: right;
}
.print_form.rightToLeft .close {
  left: 10px;
  right: auto;
}
.print_form.rightToLeft .item {
  direction: rtl;
}
.print_form.rightToLeft .item img {
  left: auto;
  right: 11px;
}
.print_form.rightToLeft .item span {
  margin: 0 20px 0 0;
}
.print_form.rightToLeft .printRange input {
  margin: 0 20px 0 0;
}

.print_form.phone {
  font-family: Calibri;
  font-size: 15px;
  background: transparent;
  width: 100%;
  padding: 0;
}
.print_form.phone .printButton {
  border: none;
  border-radius: 0;
  font-weight: normal;
}
.print_form.phone .item {
  width: auto;
  margin: 10px;
  width: auto;
  border-radius: 0;
  background: transparent;
  border: none;
}

.search_form {
  left: -313px;
  position: absolute;
  z-index: 1000;
  top: 0;
  width: 293px;
  height: 548px;
  font-size: 12px;
  font-family: arial;
  position: absolute;
}
.search_form .input_search {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  width: 215px;
  height: 36px;
  padding: 0 30px 0 10px;
}
.search_form .searchButton {
  position: absolute;
  top: 23px;
  right: 38px;
  cursor: pointer;
  z-index: 10;
  max-width: 22px;
  max-height: 22px;
  transform: translate(0, -50%);
}
.search_form .result {
  position: relative;
  left: 10px;
  top: 10px;
}

.search_form .close {
  right: 10px;
}

.search_form .stage {
  overflow: hidden;
  width: 273px;
  height: 460px;
  position: relative;
  padding: 0 10px;
  top: 20px;
}
.search_form .stageBox {
  position: absolute;
  border-radius: 5px;
}
.search_form .swiper {
  width: 273px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 10px;
}
.search_form .inputBox {
  border-radius: 5px;
  width: 285px;
  padding: 4px;
  margin-bottom: 2px;
  position: relative;
  background: rgba(237, 237, 237, 0.95);
}

.search_form .progress {
  width: 15px;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: -1px;
  cursor: pointer;
}
.search_form .progressBar {
  width: 5px;
  height: 5px;
  opacity: 0.25;
  background: #ffffff;
  position: absolute;
  right: 4px;
  top: 0;
  cursor: pointer;
  border-radius: 2px;
}

.search_form .item {
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  margin: 2px 0;
  padding: 10px 12px;
  height: 39px;
  cursor: pointer;
  background: #ffffff;
}
.search_form .item .description {
  font-size: 12px;
  margin-top: 3px;
  opacity: 0.6;
}
.search_form .item:hover {
  opacity: 0.6;
}

.search_form.rightToLeft {
  text-align: right;
}
.search_form.rightToLeft .input_search {
  direction: rtl;
  padding: 0 10px 0 30px;
}
.search_form.rightToLeft .searchButton {
  left: 38px;
  right: auto;
}
.search_form.rightToLeft .progress {
  left: -3px;
  right: auto;
}
.search_form.rightToLeft .close {
  right: auto;
  left: 10px;
}
.search_form.rightToLeft .result {
  right: 10px;
  left: auto;
}

.search_form.phone {
  font-size: 15px;
  font-family: Calibri;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  width: 100%;
  height: 100%;
  padding: 0;
  left: 0;
  top: 0;
  background: transparent;
}
.search_form.phone .item {
  height: auto;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.search_form.phone .input_search {
  border-radius: 12px;
  margin: 20px 15px;
  height: 20px;
  line-height: 20px;
  padding: 0 25px 0 5px;
  width: 275px;
  background: transparent;
  border: 1px solid transparent;
}
.search_form.phone .result {
  position: static;
  margin: 0;
  height: 25px;
  line-height: 25px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0 10px;
}
.search_form.phone .swiper {
  width: 100%;
  margin: 0;
}
.search_form.phone .stage {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.search_form.phone .searchButton {
  width: 15px;
  height: 15px;
  right: 25px;
  top: 24px;
}
.search_form.phone .searchButton div {
  width: 100%;
  height: 100%;
}
.search_form.rightToLeft.phone .searchButton {
  left: 25px;
  top: 24px;
  right: auto;
}
.search_form.rightToLeft.phone .input_search {
  padding: 0 5px 0 25px;
}

.settingpc_form {
  vertical-align: middle;
  line-height: 20px;
  text-align: center;
  width: 310px;
  height: 140px;
  color: #ffffff;
  font-size: 15px;
  font-family: Calibri;
  position: absolute;
}
.settingpc_form {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.settingpc_form .item {
  width: 140px;
  height: 140px;
  margin: 0 7px;
  background: black;
  display: inline-block;
  float: left;
  position: relative;
  cursor: pointer;
}
.settingpc_form .item img {
  width: 60px;
  height: 60px;
  margin-top: 20px;
}
.settingpc_form .item .title {
  width: 100%;
  text-align: center;
}
.setting_form.phone {
  right: auto;
}

.share_form {
  height: 55px;
  padding: 185px 18px 18px;
  border-radius: 5px;
  text-align: left;
  vertical-align: middle;
  line-height: 20px;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 307px;
  background: rgba(237, 237, 237, 0.95);
  color: #8f8f8f;
  font-size: 12px;
  font-family: Calibri;
  position: absolute;
}
.share_form .link_title {
  line-height: 28px;
}
.share_form .link_input {
  color: #8f8f8f;
  border-radius: 2px;
  width: 285px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #d6d6d6;
}
.share_form .copy {
  z-index: 10;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  width: 52px;
  height: 30px;
  cursor: pointer;
  background: rgba(255, 255, 255, 1);
  position: absolute;
  right: 18px;
  top: 123px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
}
.share_form .insert_input {
  color: #8f8f8f;
  border-radius: 2px;
  width: 285px;
  height: 72px;
  padding: 10px;
  border: 1px solid #d6d6d6;
  resize: none;
}
.share_form .sharePanel a {
  height: 35px;
  width: 35px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.share_form .sharePanel img {
  height: 35px;
  width: 35px;
  border: none;
}
.share_form .arrow {
  position: absolute;
  border: 11px solid rgba(240, 240, 240, 0.9);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.share_form .sharePanel a:last-child {
  margin-right: 0;
  margin-left: 0;
}

.share_form.rightToLeft .sharePanel a {
  margin-right: 0;
  margin-left: 8px;
}
.share_form.rightToLeft .sharePanel a:nth-child(1) {
  margin-right: 0;
  margin-left: 0;
}

.share_form.rightToLeft {
  text-align: right;
}
.share_form.rightToLeft .copy {
  left: 18px;
  right: auto;
}

.share_form .codeBox {
  border-radius: 5px;
  background: #fff;
  position: absolute;
  width: 110px;
  height: 147px;
  padding: 5px 5px 0;
  top: 20px;
  text-align: center;
}
.share_form .shareCode {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 5px solid #fff;
}
.share_form .miniProgramCode {
  position: absolute;
  width: 124px;
  height: 124px;
  top: -7px;
  left: -7px;
}
.share_form .codeButton {
  position: absolute;
  width: 110px;
  bottom: 5px;
  height: 26px;
  line-height: 26px;
}
.share_form .codeButton > span {
  opacity: 0.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  display: inline-block;
  width: 46%;
  padding: 0 2%;
  height: 26px;
  line-height: 26px;
}
.share_form .codeButton > span.active {
  opacity: 1;
}
.share_form .qrcode {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.share_form .miniProgram {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.share_form .swiperContainer {
  font-size: 14px;
  width: 140px;
  height: 150px;
  position: absolute;
  right: 22px;
  padding-left: 21px;
  top: 20px;
  overflow: hidden;
}
.share_form .shareStage {
  width: 140px;
  height: 150px;
  position: absolute;
  top: 0px;
  overflow: hidden;
  right: 0;
}
.share_form .progress {
  width: 15px;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.share_form .progressBar {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  border-radius: 2px;
}
.share_form .shareSwiper {
  width: 140px;
  position: absolute;
  right: 0;
  top: 0;
}

.share_form.rightToLeft .swiperContainer {
  right: auto;
  left: 20px;
  padding: 0 21px 0 0;
}
.share_form.rightToLeft .shareStage {
  right: auto;
  left: 0;
}
.share_form.rightToLeft .codeBox {
  right: 20px;
}
.share_form.rightToLeft .share_title {
  left: auto;
  right: 20px;
}
.share_form.rightToLeft .link_input {
  text-align: right;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.share_form.rightToLeft .copy {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.share_form.rightToLeft .progress {
  right: auto;
  left: 0;
}
.share_form.rightToLeft .progressBar {
  right: auto;
  left: 0;
}

.share_form .shareCurrentPageBox {
  position: relative;
  margin: 0;
}
.share_form .shareCurrentPageLink {
  margin-top: 5px;
}
.share_form .shareCurrentPage {
  position: absolute;
  margin: 4px 0;
  left: 0;
  width: 14px;
  height: 14px;
}
.share_form.rightToLeft .shareCurrentPage {
  position: absolute;
  margin: 4px;
  left: auto;
  right: 0;
}
.share_form .shareCurrentPageTitle {
  display: inline-block;
  margin: 0 20px;
}

.share_form.phone {
  font-family: Calibri;
  font-size: 15px;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0;
}
.share_form.phone .stage {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.share_form.phone .swiper {
  width: 100%;
  left: 0;
  top: 0;
}
.share_form.phone .progress {
  left: 0;
  right: auto;
}
.share_form.phone .progressBar {
  left: 0;
  right: auto;
}

.share_form.phone .item {
  padding: 10px;
  vertical-align: middle;
  font-size: 15px;
  line-height: 50px;
  height: 50px;
  font-weight: bold;
  position: relative;
}
.share_form.phone .item .logo {
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
}
.share_form.phone .item .logo div {
  width: 50px;
  height: 50px;
}
.share_form.phone .item span {
  margin-left: 20px;
  float: left;
}

.tableofcontent_form {
  position: absolute;
  z-index: 1000;
  left: auto;
  background: rgba(237, 237, 237, 0.95);
  width: 216px;
  padding: 12px;
  color: #8f8f8f;
  font-size: 12px;
  font-family: arial;
}
.tableofcontent_form .form_title {
  font-size: 12px;
  margin-bottom: 9px;
  margin-top: 6px;
}
.tableofcontent_form .close {
  right: 10px;
  top: 16px;
}
.tableofcontent_form .stage {
  overflow: hidden;
  width: 216px;
  height: 515px;
  position: relative;
}
.tableofcontent_form .swiper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.tableofcontent_form .progress {
  width: 15px;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.tableofcontent_form .progressBar {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  border-radius: 2px;
}

.tableofcontent_form .item {
  background: #e3e3e3;
  border-radius: 5px;
  margin: 4px 0;
  border: 1px solid #bdbdbd;
  padding: 5px 12px;
  font-size: 12px;
  cursor: pointer;
  position: relative;
}
.tableofcontent_form .item .arrow {
  padding: 7px;
  position: absolute;
  top: 0;
}
.tableofcontent_form .item .description {
  padding: 3px 0;
  display: inline-block;
}
.tableofcontent_form .item:hover {
  opacity: 0.6;
}

.tableofcontent_form.rightToLeft {
  text-align: right;
}
.tableofcontent_form.rightToLeft .close {
  right: auto;
  left: 10px;
}
.tableofcontent_form.rightToLeft .progress {
  left: 0;
  right: auto;
}
.tableofcontent_form.rightToLeft .progressBar {
  left: 0;
  right: auto;
}

.tableofcontent_form.phone {
  font-family: Calibri;
  font-size: 15px;
  color: rgb(238, 238, 238);
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0;
  left: 0;
  top: 0;
  margin: 0;
}
.tableofcontent_form.phone .stage {
  margin: 0;
  width: 100%;
  height: 100%;
}
.tableofcontent_form.phone .item {
  background: transparent;
  border: none;
  border-radius: 0;
}
.tableofcontent_form.phone .item:hover {
  background: transparent;
}
.tableofcontent_form .searchButton {
  position: absolute;
  top: 52px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
}

.fbTopBar {
  overflow: hidden;
  position: absolute;
  z-index: 99;

  top: 10px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 42px;

  opacity: 0.95;
}
.topRightBar {
  position: absolute;

  left: auto;
  right: 30px;
  height: 42px;
  opacity: 0.95;
}
.topRightBar .button {
  display: inline-block;
  margin-top: 8px;
  margin-left: 8px;
  font-weight: bold;
}

.topRightBar .button img {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.topRightBar .button span {
  vertical-align: middle;
  display: inline-block;
  margin-left: 3px;
  padding-right: 4px;
}

.bottomBar {
  overflow: hidden;
  position: absolute;
  z-index: 99;

  bottom: 16px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 42px;
  opacity: 0.95;
}

.bottomBar .bottomLeftBar {
  height: 42px;
  position: absolute;
  left: 32px;
}

.bottomBar .bottomRightBar {
  height: 42px;
  position: absolute;
  right: 32px;
}

.bottomBar .button {
  width: 16px;
  height: 16px;
  margin-right: 20px;
  display: inline-block;
  margin-top: 13px;
}

.bottomBar .button img {
  width: 16px;
  height: 16px;
}

.bottomBar .bottomRightBar .button {
  margin-left: 20px;
  margin-right: 0;
}

.bottomBar .button span {
  display: none;
}

.fbToolBar {
  overflow: hidden;
  position: absolute;
  bottom: -45px;
  left: 0px;
  right: 0px;
  height: 42px;
  border-radius: 8px;
  opacity: 0.95;
}

.numbering,
.numbering span {
  /*color: #999999 !important;*/
  border-radius: 5px;
  /*background:#009900;*/
}

.pageNumber {
  position: absolute;
  top: 10px;
  right: 0;
}

.pageNumber input {
  text-align: center;
  vertical-align: middle;
  font-family: Arial;
  background: #ffffff;
  border-radius: 12px;
  height: 24px;
  padding: 0;
}

.pageNumber input:focus {
  outline: none;
}

.logoBar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  z-index: 1;
}

.buttonBar {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: auto;
  z-index: 3;
}

.buttonBar .button {
  position: absolute;
  width: 30px;
  height: 30px;
}

.buttonBar .button img {
  width: 24px;
  height: 24px;
  margin-left: 3px;
  margin-top: 3px;
}

.button span {
  font-family: "Arial";
  font-size: 12px;
}

.buttonBar .button span {
  display: none;
}

.extendedBar {
  position: absolute;
  border-radius: 5px;
  z-index: 100;
}

.extendedBar .button {
  position: absolute;
  width: 150px;
  height: 30px;
}

.extendedBar .button img {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  margin-top: 7px;
}

.extendedBar .button span {
  position: absolute;
  color: white;
  margin-left: 10px;
  margin-top: 8px;
}

.extendedBar.rtl .button img {
  width: 24px;
  height: 24px;
  float: right;
  margin-right: 3px;
  margin-top: 3px;
}

.extendedBar.rtl .button span {
  position: absolute;
  color: white;
  right: 0px;
  margin-right: 30px;
  margin-top: 8px;
}
.button:focus {
  opacity: 0.3;
}
.button:hover {
  opacity: 0.5;
}

.thumbnail_progress {
  text-align: center;
  position: absolute;
  z-index: 99;
  font-size: 12px;
  font-family: Calibri;
  height: 42px;
  width: 70%;
  left: 15%;
  bottom: 16px;
}

.thumbnail_progress .progressBg {
  top: 16px;
  height: 8px;
  width: 100%;
  left: 0;
  position: absolute;
  cursor: pointer;
}
.thumbnail_progress .progress {
  top: 3px;
  height: 2px;
  width: 100%;
  left: 0;
  position: absolute;
  cursor: pointer;
  border-radius: 4px;
  background: rgba(224, 224, 224, 0.4);
}
.thumbnail_progress .progressBar {
  cursor: pointer;
  top: -5px;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 1);
  position: absolute;
  cursor: pointer;
  border-radius: 6px;
}

.enterThumb {
  overflow: hidden;
  background: #eee;
  text-align: center;
  position: absolute;
  width: 148px;
  height: 96px;
  z-index: 1001;
  display: none;
  -webkit-box-shadow: 0 0 4px #333;
  box-shadow: 0 0 4px #333;
}
.enterThumb .thumb {
  width: 50%;
  height: 100%;
  margin: auto;
  display: inline-block;
}
.enterThumb .title {
  border-radius: 3px;
  padding: 0 4px;
  height: 15px;
  line-height: 15px;
  color: #eee;
  background: rgba(11, 11, 11, 0.4);
  font-size: 12px;
  position: relative;
  display: inline-block;
  bottom: 30px;
  text-align: center;
}
.enterThumb .single {
  width: 0;
  height: 0;
}

.thumbnail_win10 {
  text-align: center;
  position: absolute;
  z-index: 100;
  bottom: 74px;
  width: 90%;
  left: 5%;
  height: 80px;
  background: transparent;
  color: #ffffff;
  font-size: 12px;
  font-family: Calibri;
}
.thumbnail_win10 .close {
  top: -24px;
  position: absolute;
  cursor: pointer;
  width: 32px;
  height: 24px;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center center;
}

.thumbnail_win10 .stage {
  overflow: hidden;
  height: 80px;
  margin: 0 30px;
  position: relative;
}
.thumbnail_win10 .swiper {
  position: absolute;
  top: 0;
  height: 80px;
}

.thumbnail_win10 .progress {
  display: none;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 7px;
  right: 0;
  cursor: pointer;
}
.thumbnail_win10 .progressBar {
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 4px;
}

.thumbnail_win10 .item_focus {
  box-sizing: border-box;
  display: inline-block;
  height: 80px;
  cursor: pointer;
  position: absolute;
}
.thumbnail_win10 .title {
  box-sizing: border-box;
  border: 1px solid #ffffff;
  display: none;
  z-index: 10;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
.thumbnail_win10 .item {
  height: 80px;
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
}
.thumbnail_win10 .item img {
  height: 80px;
  pointer-events: none;
}
.thumbnail_win10 .highlight.focus {
  border: 2px solid #d9534f;
  overflow: hidden;
}
.thumbnail_win10 .highlight.focus .title {
  border: none;
}
.thumbnail_win10 .item_focus.focus:hover div.title {
  display: block;
}
.thumbnail_win10 .item.focus:hover p.title {
  display: block;
}
.thumbnail_win10 .title {
  pointer-events: none;
}

.thumbnail_win10 .pageCaption {
  cursor: default;
  margin-top: 15px;
  display: inline-block;
  line-height: 20px;
  padding: 0 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.thumbnail_win10 .btn {
  opacity: 0.5;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 30px;
  cursor: pointer;
}
.thumbnail_win10 .btn img {
  vertical-align: middle;
}
.thumbnail_win10 .btn:hover {
  opacity: 1;
}
.thumbnail_win10 .leftBtn {
  left: 0;
}
.thumbnail_win10 .rightBtn {
  right: 0;
}

.videogallery_form {
  border-radius: 5px;
  text-align: left;
  vertical-align: middle;
  line-height: 20px;
  position: absolute;
  z-index: 1000;
  color: #ffffff;
  margin: auto;
  width: 700px;
  background: #000000;
  padding: 10px 20px 20px 20px;
  font-size: 15px;
  font-family: Calibri;
  position: absolute;
  overflow: hidden;
}
.videogallery_form .form_title {
  font-size: 18px;
  line-height: 20px;
}
.videogallery_form .title {
  font-size: 18px;
  line-height: 20px;
}
.videogallery_form .video {
  width: 334px;
  height: 223px;
  background: rgba(255, 255, 255, 0.25);
  margin-top: 15px;
}
.videogallery_form .video_list {
  width: 330px;
  height: 223px;
  position: absolute;
  right: 15px;
  top: 50px;
}
.videogallery_form .info {
  margin-top: 15px;
}
.videogallery_form .info .description {
  width: 100%;
}
.videogallery_form .description {
  opacity: 0.6;
}

.videogallery_form .stage {
  overflow: hidden;
  width: 100%;
  height: 201px;
  position: relative;
}
.videogallery_form .swiper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.videogallery_form .progress {
  width: 15px;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: -5px;
  cursor: pointer;
}
.videogallery_form .progressBar {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
  border-radius: 2px;
}

.videogallery_form .item {
  cursor: pointer;
  width: 274px;
  padding-left: 61px;
  min-height: 42px;
  margin-top: 5px;
  position: relative;
}
.videogallery_form .item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.videogallery_form .item .thumbnail {
  background-color: rgba(255, 255, 255, 0.25);
  width: 56px;
  height: 42px;
  position: absolute;
  top: 2px;
  left: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.videogallery_form .item:hover {
  text-decoration: underline;
}

.videogallery_form.rightToLeft {
  text-align: right;
}
.videogallery_form.rightToLeft .video_list {
  left: 15px;
  right: auto;
}
.videogallery_form.rightToLeft .item {
  padding-right: 61px;
  padding-left: 0;
  margin-left: 5px;
}
.videogallery_form.rightToLeft .item .thumbnail {
  left: auto;
  right: 0;
}
.videogallery_form.rightToLeft .progress {
  left: -5px;
  right: auto;
}

.appear_win10 {
  position: absolute;
  opacity: 0;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
.appear_win10 .main_dom {
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
}
.appear_win10:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.button_hover:hover {
  opacity: 0.7;
  filter: alpha(opacity=40);
}
.button_hover:active {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.disable {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.usable {
  opacity: 1;
  filter: alpha(opacity=100);
}

.videogallery_form.phone {
  border-radius: none;
}
