﻿.form p {
    margin: 0;
    padding: 0;
}

.form input { font-family: Calibri; }

.form textarea { font-family: Calibri; }

.form_title {
    cursor: default;
    margin-left: 5px;
}

.form .rightToLeft .form_title {
    margin-left: 0;
    margin-right: 5px;
}

.close {
    left: auto;
    right: 10px;
}

.rightToLeft .close {
    left: 10px;
    right: auto;
}

.about_win10 {
    background: #000000;
    border-radius: 5px;
    color: #ffffff;
    font-family: Calibri;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    text-align: left;
    vertical-align: middle;
    width: 522px;
}

.about_win10 .form_title {
    font-size: 12px;
    line-height: 25px;
}

.about_win10 .close {
    cursor: pointer;
    position: absolute;
    top: 3px;
}

.about_win10 .title_content {
    height: 35px;
    left: -10px;
    padding: 0 10px 10px 10px;
    position: relative;
    width: 100%;
}

.about_win10 .about_content {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 17px 17px 10px 17px;
    position: relative;
    top: -22px;
    width: 488px;
}

.about_win10 .content2 { position: relative; }

.about_win10 .content1 { position: relative; }

.about_win10 .item {
    margin: 15px 0;
    min-height: 18px;
    position: relative;
    text-align: left;
}

.about_win10 .item .title {
    display: inline-block;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
}

.about_win10 .content2 .item .content {
    margin: 0;
    width: auto;
}

.about_win10 .content1 .item .content {
    margin: 0 0 0 70px;
    width: auto;
}

.about_win10 a {
    color: #1a7fc7;
    text-decoration: underline;
}

.about_win10 .description { margin: 0; }

.about_win10 .description .content { margin: 0; }

.about_win10 .logo {
    left: 0;
    position: absolute;
    width: 90px;
}

.about_win10 .stage {
    height: 109px;
    overflow: hidden;
    position: relative;
    width: 488;
}

.about_win10 .swiper {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.about_win10 .progress {
    bottom: 0;
    cursor: pointer;
    height: 5px;
    position: absolute;
    right: 0;
    width: 15px;
}

.about_win10 .progressBar {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    cursor: pointer;
    height: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
}

.about_win10.rightToLeft { text-align: right; }

.about_win10.rightToLeft .item .title {
    left: auto;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.about_win10.rightToLeft .content2 .item .content {
    margin: 0;
    text-align: right;
}

.about_win10.rightToLeft .content1 .item .content {
    margin: 0 70px 0 0;
    text-align: right;
}



.color_panel {
    background-color: #ffffff;
    display: none;
    position: absolute;
    width: 202px;
    z-index: 9999;
}

.color_panel tr { position: relative; }

.color_panel td {
    height: 14px;
    position: relative;
    width: 14px;
}


.colorSelection {
    border-width: 2px;
    cursor: pointer;
    height: 25px;
    padding: 0;
    width: 25px;
}

.bookmark_win10 {
    background: #000000;
    border-radius: 0;
    color: #ffffff;
    display: block;
    font-family: Calibri;
    font-size: 12px;
    height: 470px;
    left: -280px;
    padding: 0;
    position: absolute;
    top: 157px;
    width: 270px;
    z-index: 1000;
}

.bookmark_win10 .form_title {
    font-size: 12px;
    line-height: 25px;
}

.bookmark_win10 .close {
    cursor: pointer;
    position: absolute;
    top: 3px;
}

.bookmark_win10 .title_content {
    height: 35px;
    left: -10px;
    padding: 0 10px 10px 10px;
    position: relative;
    width: 100%;
}

.bookmark_win10 .bookmark_content {
    background-color: rgba(255, 255, 255, 0.9);
    height: 425px;
    padding: 10px;
    position: relative;
    top: -22px;
    width: 250px;
}

.bookmark_win10 .inputForm {
    height: 23px;
    position: relative;
    width: 100%;
}

.bookmark_win10 .input_title {
    border: 1px solid #e3e3e3;
    height: 23px;
    left: 0;
    padding: 0 10px;
    position: absolute;
    width: 200px;
}

.bookmark_win10 .colorSelection {
    border: none;
    height: 23px;
    position: absolute;
    right: 0;
    width: 24px;
}

.bookmark_win10 .add_page {
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
    width: 120px;
}

.bookmark_win10 .add_page.left { margin-right: 10px; }

.bookmark_win10 .list_title {
    background: rgba(255, 255, 255, 0.1);
    cursor: default;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin-top: 20px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}

.bookmark_win10 .list_title span {
    display: inline-block;
    padding: 0 10px;
}

.bookmark_win10 .list_title .page {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    width: 30px;
}

.bookmark_win10 .list_title .description {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    width: 120px;
}

.bookmark_win10 .list_title .edit { }

.bookmark_win10 .stage {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.bookmark_win10 .swiper {
    left: 0;
    top: 0;
    width: 100%;
}

.bookmark_win10 .progress {
    bottom: 0;
    cursor: pointer;
    height: 5px;
    position: absolute;
    right: 0;
    width: 15px;
}

.bookmark_win10 .progressBar {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    cursor: pointer;
    height: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
}

.bookmark_win10 .removeAll {
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    display: none;
    height: 26px;
    line-height: 26px;
    margin: 8px 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.bookmark_win10 .item {
    height: 26px;
    line-height: 26px;
    margin-top: 5px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}

.bookmark_win10 .item span {
    display: inline-block;
    padding: 0 10px;
}

.bookmark_win10 .item input { display: inline-block; }

.bookmark_win10 .item .page { width: 30px; }

.bookmark_win10 .item .title {
    background: transparent;
    border: none;
    height: 20px;
    padding: 0 10px;
    width: 100px;
}

.bookmark_win10 .item .colorSelection {
    display: none;
    height: 18px;
    left: 149px;
    margin: 0;
    position: absolute;
    top: 4px;
    width: 20px;
}

.bookmark_win10 .item img {
    cursor: pointer;
    position: absolute;
}

.bookmark_win10 .item .save {
    display: none;
    left: 174px;
    top: 4px;
}

.bookmark_win10 .item .cancel {
    display: none;
    left: 194px;
    top: 4px;
}

.bookmark_win10 .item .edit {
    left: 194px;
    top: 4px;
}

.bookmark_win10 .item .delete {
    left: 218px;
    top: 4px;
}

.bookmark_win10 .item.bookmarkItem_focus { background: rgba(255, 255, 255, 0.25) }

.bookmark_win10.rightToLeft { text-align: right; }

.bookmark_win10.rightToLeft .input_title {
    direction: rtl;
    left: auto;
    right: 0;
}

.bookmark_win10.rightToLeft .colorSelection {
    left: 0;
    right: auto;
}

.bookmark_win10.rightToLeft .list_title { text-align: right; }

.bookmark_win10.rightToLeft .list_title .page {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
    width: 30px;
}

.bookmark_win10.rightToLeft .list_title .description {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
    width: 120px;
}

.bookmark_win10.rightToLeft .list_title .edit { }

.bookmark_win10.rightToLeft .progress {
    left: 0;
    right: auto;
}

.bookmark_win10.rightToLeft .progressBar {
    left: 0;
    right: auto;
}

.bookmark_win10.rightToLeft .item { text-align: right; }

.bookmark_win10.rightToLeft .item .title { direction: rtl; }

.bookmark_win10.rightToLeft .item .colorSelection {
    left: auto;
    right: 149px;
}

.bookmark_win10.rightToLeft .item .save {
    left: auto;
    right: 174px;
}

.bookmark_win10.rightToLeft .item .cancel {
    left: auto;
    right: 194px;
}

.bookmark_win10.rightToLeft .item .edit {
    left: auto;
    right: 194px;
}

.bookmark_win10.rightToLeft .item .delete {
    left: auto;
    right: 218px;
}

.bookmark_win10.phone {
    background: transparent;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
}

.bookmark_win10.phone .stage {
    height: 100%;
    margin: 0;
    width: 100%;
}

.bookmark_win10.phone .item {
    cursor: pointer;
    font-size: 15px;
    height: 100px;
    line-height: 100px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.bookmark_win10.phone .item span {
    display: inline-block;
    float: left;
    margin: 0 10px;
    width: auto;
}

.bookmark_win10.phone .item img {
    float: left;
    height: 76px;
    margin: 12px 0;
    position: relative;
}

.bookmark_win10.phone .item .delete {
    background-image: url(phoneIcon/phone_icon.png);
    background-position: -402px -429px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 41px;
    left: auto;
    position: absolute;
    right: 10px;
    top: 30px;
    width: 41px;
}

.bookmark_win10.phone .item .delete:hover { background-position: -462px -429px; }



.help_win10 {
    background: #000000;
    border-radius: 5px;
    color: #ffffff;
    font-family: Calibri;
    font-size: 15px;
    left: 0;
    line-height: 20px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 0;
    vertical-align: middle;
    width: 380px;
    z-index: 1000;
}

.help_win10 .form_title {
    font-size: 12px;
    line-height: 25px;
}

.help_win10 .close {
    cursor: pointer;
    position: absolute;
    top: 3px;
}

.help_win10 .title_content {
    height: 35px;
    left: -10px;
    padding: 0 10px 10px 10px;
    position: relative;
    width: 100%;
}

.help_win10 .help_content {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 17px 17px 10px 17px;
    position: relative;
    text-align: center;
    top: -22px;
    width: 346px;
}

.help_win10 .logo {
    margin: 10px;
    max-height: 200px;
    max-width: 380px;
    text-align: center;
}

.help_win10 .description { margin: 10px; }

.help_win10.rightToLeft { text-align: right; }


.pictureList_win10 {
    height: 196px;
    left: 0;
    position: absolute;
    width: 150px;
}

.pictureList_win10 .thumbnail .page {
    height: 20px;
    line-height: 20px;
    width: 100%;
}

.pictureList_win10 .thumbnail img {
    vertical-align: middle;
    width: 100%;
}

.pictureList_win10 .btn {
    bottom: 0;
    cursor: pointer;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 18px;
    z-index: 3;
}

.pictureList_win10 .leftBtn { left: 0; }

.pictureList_win10 .rightBtn { right: 0; }

.pictureList_win10 {
    left: 0;
    text-align: center;
    vertical-align: middle;
}

.pictureList_win10 .thumbnail {
    display: inline-block;
    left: 0;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
}

.pictureList_win10:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}



.print_win10 {
    background: #000000;
    border-radius: 5px;
    color: #ffffff;
    font-family: Calibri;
    font-size: 12px;
    left: 0;
    line-height: 20px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 0;
    vertical-align: middle;
    width: 398px;
    z-index: 1000;
}

.print_win10 .form_title {
    font-size: 12px;
    line-height: 25px;
}

.print_win10 .close {
    cursor: pointer;
    position: absolute;
    top: 3px;
}

.print_win10 .title_content {
    height: 35px;
    left: -10px;
    padding: 0 10px 10px 10px;
    position: relative;
    width: 100%;
}

.print_win10 .content {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 10px 10px 151px;
    position: relative;
    top: -22px;
    width: 237px;
}

.print_win10 .printDiv {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px;
    width: 227px;
}

.print_win10 .printButton {
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    margin: 20px 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.print_win10 .item {
    cursor: pointer;
    line-height: 26px;
    margin: 10px 0;
    padding: 0 0 0 20px;
    position: relative;
    vertical-align: middle;
}

.print_win10 .item span { margin-left: 10px; }

.print_win10 .item img {
    left: 4px;
    position: absolute;
    top: 5px;
    vertical-align: middle;
}

.print_win10 .printRange input {
    border: 1px solid #e3e3e3;
    font-size: 12px;
    height: 26px;
    margin-left: 10px;
    padding: 0 5px;
    width: 100px;
}

.print_win10.rightToLeft { text-align: right; }

.print_win10.rightToLeft .item { padding: 0; }

.print_win10.rightToLeft .item img {
    left: auto;
    right: 4px;
}

.print_win10.rightToLeft .item span { margin: 0 30px 0 0; }

.print_win10.rightToLeft .printRange input { margin: 0 10px 0 0; }

.print_win10.phone {
    background: transparent;
    padding: 0;
    width: 100%;
}

.print_win10.phone .item { margin: 10px; }

.print_win10 .printButton {
    margin: 20px 0;
    width: auto;
}



.search_win10 {
    background: #000000;
    border-radius: 5px;
    color: #ffffff;
    font-family: Calibri;
    font-size: 12px;
    height: 548px;
    left: -300px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 287px;
    z-index: 1000;
}

.search_win10 .form_title {
    font-size: 12px;
    line-height: 25px;
}

.search_win10 .close {
    cursor: pointer;
    position: absolute;
    top: 3px;
}

.search_win10 .title_content {
    height: 35px;
    left: -10px;
    padding: 0 10px 10px 10px;
    position: relative;
    width: 100%;
}

.search_win10 .search_content {
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    top: -22px;
    width: 100%;
}

.search_win10 .input_search {
    border: 1px solid #e3e3e3;
    height: 30px;
    margin: 18px 0 0 10px;
    ;
    padding: 0 30px 0 10px;
    width: 227px;
}

.search_win10 .searchButton {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 22px;
    z-index: 10;
}

.search_win10 .result {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    vertical-align: middle;
}

.search_win10 .stage {
    height: 577px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.search_win10 .swiper {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.search_win10 .progress {
    bottom: 0;
    cursor: pointer;
    height: 5px;
    position: absolute;
    right: 0;
    width: 15px;
}

.search_win10 .progressBar {
    background: #ffffff;
    border-radius: 2px;
    cursor: pointer;
    height: 5px;
    opacity: 0.25;
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
}

.search_win10 .item {
    cursor: pointer;
    padding: 10px 12px;
}

.search_win10 .item .description {
    font-size: 12px;
    margin-top: 3px;
    opacity: 0.6;
}

.search_win10 .item:hover { background: rgba(255, 255, 255, 0.25); }

.search_win10.rightToLeft { text-align: right; }

.search_win10.rightToLeft .input_search {
    direction: rtl;
    margin: 18px 10px 0 0;
    padding: 0 10px 0 30px;
}

.search_win10.rightToLeft .searchButton {
    left: 15px;
    right: auto;
}

.search_win10.rightToLeft .progress {
    left: 0;
    right: auto;
}

.search_win10.phone {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    height: 100%;
    left: 0;
    padding: 0;
    top: 0;
    width: 100%;
}

.search_win10.phone .input_search {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 12px;
    height: 20px;
    line-height: 20px;
    margin: 20px 15px;
    padding: 0 25px 0 5px;
    width: 275px;
}

.search_win10.phone .result {
    background: rgba(255, 255, 255, 0.05);
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0 10px;
}

.search_win10.phone .stage {
    margin: 0;
    position: relative;
    width: 100%;
}

.search_win10.phone .searchButton {
    height: 15px;
    right: 25px;
    top: 24px;
    width: 15px;
}

.search_win10.phone .searchButton div {
    height: 100%;
    width: 100%;
}

.search_win10.rightToLeft.phone .searchButton {
    left: 25px;
    right: auto;
    top: 24px;
}

.search_win10.rightToLeft.phone .input_search { padding: 0 5px 0 25px; }

.phone_scroll_y { overflow-y: auto, overflow-x:hidden, -webkit-overflow-scrolling:touch; }



.share_win10 {
    background: #000000;
    color: #ffffff;
    font-family: Calibri;
    font-size: 15px;
    left: 0;
    line-height: 20px;
    padding: 0;
    position: absolute;
    position: absolute;
    text-align: left;
    top: 0;
    vertical-align: middle;
    width: 400px;
    z-index: 1000;
}

.share_win10 .form_title {
    font-size: 12px;
    line-height: 25px;
}

.share_win10 .close {
    cursor: pointer;
    position: absolute;
    top: 3px;
}

.share_win10 .title_content {
    height: 35px;
    left: -10px;
    padding: 0 10px 10px 10px;
    position: relative;
    width: 100%;
}

.share_win10 .share_content {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 17px 10px 17px;
    position: relative;
    top: -22px;
}

.share_win10 .link_title { line-height: 28px; }

.share_win10 .link_input {
    border: 1px solid #e3e3e3;
    height: 30px;
    padding: 0 10px;
    width: 284px;
}

.share_win10 .copy {
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 34px;
    vertical-align: middle;
    width: 52px;
}

.share_win10 .insert_input {
    border: none;
    height: 73px;
    padding: 10px;
    resize: 1px solid #e3e3e3;
    resize: none;
    width: 346px;
}

.share_win10 .copy2 {
    bottom: 10px;
    top: auto;
}

.share_win10 .sharePanel {
    height: 30px;
    margin-top: 8px;
    width: 100%;
}

.share_win10 .sharePanel img {
    border: none;
    height: 30px;
    margin: 0 2px 0 0;
}

.share_win10.rightToLeft { text-align: right; }

.share_win10.rightToLeft .copy {
    left: 20px;
    right: auto;
}

.share_win10.phone {
    background: transparent;
    height: 100%;
    padding: 0;
    width: 100%;
}

.share_win10.phone .stage {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.share_win10.phone .swiper {
    left: 0;
    top: 0;
    width: 100%;
}

.share_win10.phone .progress {
    left: 0;
    right: auto;
}

.share_win10.phone .progressBar {
    left: 0;
    right: auto;
}

.share_win10.phone .item {
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 10px;
    position: relative;
    vertical-align: middle;
}

.share_win10.phone .item .logo {
    display: inline-block;
    float: left;
    height: 50px;
    width: 50px;
}

.share_win10.phone .item .logo div {
    height: 50px;
    width: 50px;
}

.share_win10.phone .item span {
    float: left;
    margin-left: 20px;
}



.tableofcontent_win10 {
    background: #000000;
    border-radius: 5px;
    color: #ffffff;
    font-family: Calibri;
    font-size: 12px;
    height: 548px;
    left: -300px;
    padding: 0;
    position: absolute;
    top: 150px;
    width: 286px;
    z-index: 1000;
}

.tableofcontent_win10 .form_title {
    font-size: 12px;
    line-height: 25px;
}

.tableofcontent_win10 .close {
    cursor: pointer;
    position: absolute;
    top: 3px;
}

.tableofcontent_win10 .title_content {
    height: 35px;
    left: -10px;
    padding: 0 10px 10px 10px;
    position: relative;
    width: 100%;
}

.tableofcontent_win10 .tableofcontent_content {
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    top: -22px;
    width: 100%;
}

.tableofcontent_win10 .stage {
    height: 522px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.tableofcontent_win10 .swiper {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.tableofcontent_win10 .progress {
    bottom: 0;
    cursor: pointer;
    height: 5px;
    position: absolute;
    right: 0;
    width: 15px;
}

.tableofcontent_win10 .progressBar {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    cursor: pointer;
    height: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
}

.tableofcontent_win10 .item {
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 7px 12px;
    position: relative;
}

.tableofcontent_win10 .item .arrow {
    padding: 5px;
    position: absolute;
    top: 2px
}

.tableofcontent_win10 .item .description {
    display: inline-block;
    padding: 3px 0;
}

.tableofcontent_win10 .item img { vertical-align: middle; }

.tableofcontent_win10 .item:hover p { text-decoration: underline; }

.tableofcontent_win10.rightToLeft { text-align: right; }

.tableofcontent_win10.rightToLeft .progress {
    left: 0;
    right: auto;
}

.tableofcontent_win10.rightToLeft .progressBar {
    left: 0;
    right: auto;
}

.tableofcontent_win10.phone {
    background: transparent;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
}

.tableofcontent_win10.phone .stage {
    height: 100%;
    margin: 0;
    width: 100%;
}


.fbToolBar {
	
    -moz-box-shadow: 0 0 12px rgba(40, 40, 40, 1);
    -ms-box-shadow: 0 0 12px rgba(40, 40, 40, 1);
    -o-box-shadow: 0 0 12px rgba(40, 40, 40, 1);
   
    
    -webkit-box-shadow: 0 0 12px rgba(40, 40, 40, 1);
    bottom: 0px;
 	
    box-shadow: 0 0 12px rgba(40, 40, 40, 1);
    height: 44px;
  	
    opacity: 0.95;
    overflow: hidden;
    position: absolute;
    right: 0px;
    width: 100%;
		
    z-index: 99;
}

.pageNumber { position: absolute; }

.pageNumber input {
    font-family: Arial;
    height: 20px;
    text-align: center;
    vertical-align: middle;
}

.pageNumber input:focus { outline: none; }

.logoBar {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 75px;
    z-index: 2;
}

.buttonBar {
    left: auto;
    position: absolute;
    right: 0px;
    z-index: 3;
}

.buttonBar .button {
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 28px;
    position: absolute;
    width: 28px;
}

.buttonBar .button img {
    margin-left: 5px;
    margin-top: 5px;
}

.button span {
    font-family: "Tahoma", "sans-serif", "Arial";
    font-size: 12px;
}

.buttonBar .button span { display: none; }

.extendedBar {
    overflow: hidden;
    position: absolute;
    z-index: 100;
}

.extendedBar .button {
    height: 28px;
    position: absolute;
    width: 150px;
}

.extendedBar .button img {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}

.extendedBar .button span {
    color: white;
    margin-left: 8px;
    margin-top: 7px;
    position: absolute;
}

.extendedBar.rtl .button img {
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}

.extendedBar.rtl .button span {
    color: white;
    margin-right: 28px;
    margin-top: 7px;
    position: absolute;
    right: 0px;
}



.thumbnail_win10 {
    background: transparent;
    color: #ffffff;
    font-family: Calibri;
    font-size: 12px;
    left: 5%;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 90%;
    z-index: 1000;
}

.thumbnail_win10 .form_title {
    font-size: 12px;
    line-height: 25px;
    text-align: left;
}

.thumbnail_win10 .close {
    cursor: pointer;
    position: absolute;
    top: 3px;
}

.thumbnail_win10 .title_content {
    height: 35px;
    margin: 0 30px;
    padding: 0 10px 10px 10px;
    position: relative;
}

.thumbnail_win10 .stage {
    height: 105px;
    margin: 0 40px;
    overflow: hidden;
    position: relative;
    top: -22px;
}

.thumbnail_win10 .swiper {
    height: 100%;
    position: absolute;
    top: 0;
}

.thumbnail_win10 .progress {
    bottom: 7px;
    cursor: pointer;
    display: none;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
}

.thumbnail_win10 .progressBar {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    cursor: pointer;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.thumbnail_win10 .item_focus {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    position: absolute;
}

.thumbnail_win10 .title {
    bottom: 0;
    display: none;
    height: 20px;
    left: 0;
    line-height: 20px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    width: 100%;
    z-index: 10;
}

.thumbnail_win10 .item {
    background-color: rgba(200, 200, 200, 0.9);
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    padding: 5px 5px 20px 5px;
    position: absolute;
}

.thumbnail_win10 .item img {
    height: 80px;
    pointer-events: none;
}

.thumbnail_win10 .highlight.focus { font-weight: bold; }

.thumbnail_win10 .item_focus.focus div.title { display: block; }

.thumbnail_win10 .item.focus p.title { display: block; }

.thumbnail_win10 .item_focus.focus.highlight .item { background: #ffffff; }

.thumbnail_win10 .item.focus.highlight { background: #ffffff; }

.thumbnail_win10 .item_focus.focus:hover .item { background: #dcdcdc; }

.thumbnail_win10 .item.focus:hover { background: #dcdcdc; }

.thumbnail_win10 .item_focus.focus.highlight:hover .item { background: #ffffff; }

.thumbnail_win10 .item.focus.highlight:hover { background: #ffffff; }

.thumbnail_win10 .pageCaption {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    cursor: default;
    display: inline-block;
    line-height: 20px;
    margin-top: 15px;
    padding: 0 20px;
}

.thumbnail_win10 .btn {
    cursor: pointer;
    line-height: 80px;
    position: absolute;
    top: 60px;
}

.thumbnail_win10 .leftBtn { left: 0; }

.thumbnail_win10 .rightBtn { right: 0; }

.thumbnail_win10.rightToLeft .form_title { text-align: right; }


.videoGallery_win10 {
    background: #000000;
    color: #ffffff;
    font-family: Calibri;
    font-size: 12px;
    line-height: 20px;
    margin: auto;
    padding: 0;
    position: absolute;
    position: absolute;
    text-align: left;
    vertical-align: middle;
    width: 570px;
    z-index: 1000;
}

.videoGallery_win10 .title {
    font-size: 15px;
    line-height: 25px;
}

.videoGallery_win10 .form_title {
    font-size: 12px;
    line-height: 25px;
}

.videoGallery_win10 .close {
    cursor: pointer;
    position: absolute;
    top: 3px;
}

.videoGallery_win10 .title_content {
    height: 35px;
    left: -10px;
    padding: 0 10px 10px 10px;
    position: relative;
    width: 100%;
}

.videoGallery_win10 .videoGallery_content {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    position: relative;
    top: -22px;
    width: 550px;
}

.videoGallery_win10 .video {
    background: rgba(255, 255, 255, 0.25);
    height: 223px;
    margin-top: 0;
    width: 315px;
}

.videoGallery_win10 .video_list {
    height: 223px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 222px;
}

.videoGallery_win10 .info { margin-top: 15px; }

.videoGallery_win10 .info .description { width: 100%; }

.videoGallery_win10 .description { opacity: 0.6; }

.videoGallery_win10 .stage {
    height: 223px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.videoGallery_win10 .swiper {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.videoGallery_win10 .progress {
    bottom: 0;
    cursor: pointer;
    height: 5px;
    position: absolute;
    right: -5px;
    width: 15px;
}

.videoGallery_win10 .progressBar {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    cursor: pointer;
    height: 5px;
    position: absolute;
    right: 5px;
    top: 0;
    width: 5px;
}

.videoGallery_win10 .item {
    cursor: pointer;
    margin-bottom: 5px;
    min-height: 42px;
    padding-left: 61px;
    position: relative;
    width: 156px;
}

.videoGallery_win10 .item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.videoGallery_win10 .item .thumbnail {
    background-color: rgba(255, 255, 255, 0.25);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 42px;
    ;
    left: 0;
    position: absolute;
    top: 2px;
    width: 56px;
}

.videoGallery_win10 .item:hover { text-decoration: underline; }

.videoGallery_win10.rightToLeft { text-align: right; }

.videoGallery_win10.rightToLeft .video_list {
    left: 15px;
    right: auto;
}

.videoGallery_win10.rightToLeft .item {
    margin-left: 5px;
    padding-left: 0;
    padding-right: 61px;
}

.videoGallery_win10.rightToLeft .item .thumbnail {
    left: auto;
    right: 0;
}

.videoGallery_win10.rightToLeft .progress {
    left: -5px;
    right: auto;
}

.appear_win10 {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 1001;
}

.appear_win10 .main_dom {
    display: inline-block;
    left: 0;
    position: relative;
    top: 0;
}

.appear_win10:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.button_hover:hover {
    filter: alpha(opacity=40);
    opacity: 0.7;
}

.button_hover:active {
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.disable {
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.usable {
    filter: alpha(opacity=100);
    opacity: 1;
}

.content_shadow {
    -moz-box-shadow: 0 0 5px rgba(40, 40, 40, 0.7);
    -ms-box-shadow: 0 0 5px rgba(40, 40, 40, 0.7);
    -o-box-shadow: 0 0 5px rgba(40, 40, 40, 0.7);
    -webkit-box-shadow: 0 0 5px rgba(40, 40, 40, 0.7);
    box-shadow: 0 0 5px rgba(40, 40, 40, 0.7);
}


.phoneTopBar {
    -moz-box-shadow: 0 0 5px rgba(40, 0, 0, 0.5);
    -o-box-shadow: 0 0 5px rgba(40, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(40, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(40, 0, 0, 0.5);
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.phoneTopBar .button {
    cursor: pointer;
    height: 40px;
    position: absolute;
    width: 40px;
}

.phoneTopBar .button img {
    bottom: 0;
    margin: auto;
    max-height: 40px;
    position: absolute;
    top: 0;
}

.phoneTopBar .button .icon {
    left: 8px;
    position: absolute;
    top: 8px;
}

.phoneTopBar .button div {
    height: 25px;
    width: 25px;
}

.phoneTopBar .button span { display: none; }

.phoneBottomBar {
    -moz-box-shadow: 0 0 5px rgba(40, 0, 0, 0.5);
    -o-box-shadow: 0 0 5px rgba(40, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(40, 0, 0, 0.5);
    bottom: 0;
    box-shadow: 0 0 5px rgba(40, 0, 0, 0.5);
    height: 40px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.phoneBottomBar .button {
    cursor: pointer;
    height: 40px;
    position: absolute;
    width: 40px;
}

.phoneBottomBar .button img {
    bottom: 0;
    margin: auto;
    max-height: 40px;
    position: absolute;
    top: 0;
}

.phoneBottomBar .button .icon {
    left: 8px;
    position: absolute;
    top: 8px;
}

.phoneBottomBar .button div {
    height: 25px;
    width: 25px;
}

.phoneBottomBar .button span { display: none; }

.phone.extendedBar .arrow {
    border-style: solid;
    border-width: 7px;
    bottom: -14px;
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}

.extendedBar.phone {
    overflow: hidden;
    position: absolute;
    z-index: 100;
}

.extendedBar.phone .button {
    height: 40px;
    overflow: hidden;
    position: absolute;
    width: 150px;
}

.extendedBar.phone .button:hover { background: rgba(255, 255, 255, 0.2); }

.extendedBar.phone .button .icon {
    height: 25px;
    left: 7px;
    position: absolute;
    top: 7px;
    width: 25px;
}

.extendedBar.phone .button .icon div {
    height: 25px;
    width: 25px;
}

.extendedBar.phone .button span {
    color: white;
    display: block;
    line-height: 40px;
    margin-left: 40px;
    margin-top: 0;
    position: absolute;
}

.extendedBar.phone.rtl .button img {
    float: right;
    margin-right: 7px;
    margin-top: 7px;
}

.extendedBar.phone.rtl .button span {
    color: white;
    margin-right: 42px;
    margin-top: 12px;
    position: absolute;
    right: 0px;
}

.phoneGotoPageContent img {
    cursor: pointer;
    height: 25px;
    width: 25px;
}

.phoneGotoPageContent .inputButton {
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin-left: 7px;
    margin-top: 12px;
    overflow: visible;
    position: relative;
    width: 25px;
}

.phoneGotoPageContent .goBtn div {
    height: 20px;
    margin: 4px;
    width: 20px;
}


.phoneGotoPageContent .btn {
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin-left: 7px;
    margin-top: 12px;
    overflow: visible;
    position: relative;
    width: 25px;
}

.phoneGotoPageContent .btn div {
    height: 25px;
    width: 25px;
}

.phoneGotoPageContent .goBtn {
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 25px;
    z-index: 5;
}

.form_mask_phone {
    background: #000000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.print_win10.phone {
    background: transparent;
    border-radius: 0;
    padding: 0;
    width: 100%;
}

.print_win10.phone .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    line-height: 26px;
    margin: 0 15px;
    padding: 10px 20px 10px;
    position: relative;
    vertical-align: middle;
}

.print_win10.phone .item img {
    left: 10px;
    position: absolute;
    top: 14px;
    vertical-align: middle;
    width: 20px;
}

.print_win10.rightToLeft .item img {
    left: auto;
    position: absolute;
    right: 10px;
    top: 16px;
    vertical-align: middle;
}

.print_win10.phone .form_title {
    font-family: "Arial";
    font-size: 15px;
    line-height: 36px;
    margin: 0;
    margin-bottom: 10px;
    padding: 0 15px;
}

.print_win10.phone.rightToLeft .form_title { text-align: right; }

.print_win10 .printRange input {
    background-color: #D3D3D3;
    border: none;
    font-size: 12px;
    height: 26px;
    margin-left: 10px;
    padding: 0 5px;
    width: 100px;
}

.print_win10.phone .item span { margin-left: 20px; }

.print_win10.phone .close {
    cursor: pointer;
    left: auto;
    position: absolute;
    right: 10px;
    top: 6px;
}

.print_win10.phone.rightToLeft .close {
    cursor: pointer;
    left: 10px;
    position: absolute;
    top: 6px;
}

.print_win10.phone .printButton {
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    margin: 15px;
    width: auto;
}

.bookmark_win10.phone {
    background: transparent;
    border-radius: 0;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
}

.bookmark_win10.phone .stage {
    height: 100%;
    margin: 0;
    width: 100%;
}

.bookmark_win10.phone .form_title {
    font-family: "Arial";
    line-height: 36px;
    margin: 0;
    padding: 0 15px;
}

.bookmark_win10.phone .close {
    cursor: pointer;
    left: auto;
    position: absolute;
    right: 10px;
    top: 6px;
}

.bookmark_win10.phone.rightToLeft .close {
    cursor: pointer;
    left: 10px;
    position: absolute;
    right: auto;
    top: 6px;
}

.bookmark_win10.phone .item {
    cursor: pointer;
    font-size: 15px;
    height: 100px;
    line-height: 100px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.bookmark_win10.phone .item span {
    display: inline-block;
    float: left;
    margin: 0 10px;
    width: auto;
}

.bookmark_win10.phone .item img {
    float: left;
    height: 76px;
    margin: 12px 0;
    position: relative;
}

.bookmark_win10.phone.rightToLeft .item img {
    float: left;
    height: 76px;
    margin: 12px 0;
    position: relative;
}

.bookmark_win10.phone .item .delete {
    background-image: url(phoneIcon/phone_icon.png);
    background-position: -402px -429px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 41px;
    left: auto;
    position: absolute;
    right: 15px;
    top: 30px;
    width: 41px;
}

.bookmark_win10.phone .item .delete:hover { background-position: -462px -429px; }

.search_win10.phone {
    background: transparent;
    border-radius: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    height: 100%;
    left: 0;
    padding: 0;
    top: 0;
    width: 100%;
}

.search_win10.phone .form_title {
    font-family: "Arial";
    line-height: 36px;
    margin: 0 15px;
}

.search_win10.phone .close {
    cursor: pointer;
    left: auto;
    position: absolute;
    right: 10px;
    top: 6px;
}

.search_win10.phone.rightToLeft .close {
    cursor: pointer;
    left: 10px;
    position: absolute;
    right: auto;
    top: 6px;
}

.search_win10.phone .input_search {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    margin: 10px 14px 20px;
    padding: 0 25px 0 5px;
    width: 275px;
}

.search_win10.phone .result {
    background: rgba(255, 255, 255, 0.05);
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0 10px;
}

.search_win10.phone .stage {
    margin: 0;
    position: relative;
    width: 100%;
}

.search_win10.phone .searchButton {
    height: 15px;
    right: 25px;
    top: 55px;
    width: 15px;
}

.search_win10.phone .searchButton div {
    height: 100%;
    width: 100%;
}

.search_win10.rightToLeft.phone .searchButton {
    left: 25px;
    right: auto;
    top: 55px;
}

.search_win10.rightToLeft.phone .input_search { padding: 0 5px 0 25px; }

.share_win10.phone { border-radius: 0; }

.share_win10.phone .item {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: 10%;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}

.share_win10.phone.rightToLeft .item {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 10%;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}

.share_win10.phone .item .logo {
    display: block;
    float: none;
    height: 40px;
    margin: 0 auto;
    width: 40px;
}

.share_win10.phone .item .logo_title { line-height: 30px; }

.share_win10.phone .form_title {
    background: transparent;
    font-family: "Arial";
    font-size: 15px;
    line-height: 36px;
    margin: 0;
    margin-bottom: 20px;
    padding: 0 15px;
    position: relative;
    width: auto;
}

.share_win10.phone .item .logo div {
    height: 40px;
    width: 40px;
}

.share_win10.phone .copy {
    background: rgba(255, 255, 255, 0.4);
    color: #fff;
    cursor: pointer;
    height: 30px;
    left: 12%;
    line-height: 30px;
    position: absolute;
    right: auto;
    text-align: center;
    top: 320px;
    vertical-align: middle;
    width: 74%;
}

.share_win10.phone.rightToLeft .form_title {
    font-size: 15px;
    line-height: 36px;
    right: auto;
    text-align: right;
}

.share_win10.phone .close {
    cursor: pointer;
    left: auto;
    position: absolute;
    right: 10px;
    top: 6px;
}

.share_win10.phone.rightToLeft .close {
    cursor: pointer;
    left: 10px;
    position: absolute;
    right: auto;
    top: 6px;
}


.tableofcontent_win10.phone {
    background: transparent;
    border-radius: 0;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
}

.tableofcontent_win10.phone .stage {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.tableofcontent_win10.phone .form_title {
    font-family: "Arial";
    line-height: 36px;
    margin: 0;
    padding: 0 15px;
}

.tableofcontent_win10.phone .close {
    left: auto;
    position: absolute;
    right: 10px;
    top: 6px;
}

.tableofcontent_win10.phone.rightToLeft .close {
    left: 10px;
    position: absolute;
    right: auto;
    top: 6px;
}

.print_win10.phone .printButton {
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    margin: 15px;
    width: auto;
}