@font-face {
  font-family: "Montserrat-Bold";
  src: url("./fonts/Montserrat-Bold.otf");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("./fonts/Montserrat-Regular.otf");
}

.ajax-upload-hover
{
	opacity:.7;
}

.upload-img-box span
{
	padding-right:15px;
}



.uppercase
{
	text-transform: uppercase;
}

.text-orange
{
	color:#739c73;
}
.text-danger
{
	color:#fda08d;
}
.un-pick{
	_opacity:1;
}
.cur-pick{
	background: transparent!important;
}
.slide_menu .category-block-wrapper.active .categary-block:before {
    background: transparent;
	opacity:.5;
}


button[disabled],
html input[disabled] {
    cursor: default
}

.tag{
	opacity:1;
	font-size:10;
	_color:#aaa;
}


.alert {
  padding: 4px 5px 4px 5px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
  font-size:14px;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  _right: -21px;
  line-height: 20px;
  float: right;
  font-weight:600;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.filter-option {
  float:left;
  display:inline-block;
  width:100%;
  position: relative;
}


.bookmark-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  z-index: 100;
  display: none;
}
.bookmark-msg {
  
  padding-bottom: 30px;
}
.bookmark-panel {
  background: white;
  padding: 100px;
  border-radius: 40px;
}
.bookmark-btn {
  background-color: #ea5921;
  font-size: 13px;
  border-radius: 100px;
  color: #fff;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}





.video-js {
  position: relative;
  width: auto!important;
  height: 250px!important;  
/*  padding-bottom: 47px;*/
  overflow: hidden;
  font-size: 0;
  _text-align:center;
  vertical-align: middle;
  background-color: transparent;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-top-radius: 6px;
  }
.video-js .vjs-tech {
  display: block;
  width: 100%;
  height: 100%;
  }
.video-js::-moz-full-screen {
  position: absolute;
  }
.video-js::-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
  }
.vjs-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;

  border-top-radius: 0;
  }
.vjs-fullscreen .vjs-control-bar {
  margin-top: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  }
.vjs-fullscreen .vjs-tech {
  background-color: #000;
  }
.vjs-poster {
  position: relative;
  width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0 auto;
  cursor: pointer;

  border-top-radius: 6px;
  }
.vjs-control-bar {
  position: relative;
  height: 47px;
  margin-top: -1px;
  color: #FB7422;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #F5F4F4;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  }
.vjs-control-bar.vjs-fade-out {
  visibility: visible !important;
  opacity: 1 !important;
  }
.vjs-text-track-display {
  position: absolute;
  right: 1em;
  bottom: 4em;
  left: 1em;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-align: center;
  }
.vjs-text-track {
  display: none;
  margin-bottom: .1em;
  font-size: 1.4em;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  }
.vjs-subtitles {
  color: #fff;
  }
.vjs-captions {
  color: #fc6;
  }
.vjs-tt-cue {
  display: block;
  }
.vjs-fade-in {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition: visibility 0s linear 0s, opacity .3s linear;
          transition: visibility 0s linear 0s, opacity .3s linear;
  }
.vjs-fade-out {
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
          transition: visibility 0s linear 1.5s, opacity 1.5s linear;
  }
.vjs-control {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  }
.vjs-control:focus {
  outline: 0;
  }
.vjs-control > div {
  background-repeat: no-repeat;
  background-position: center;
  }
.vjs-control-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  text-align:left;
  }
.vjs-play-control {
  width: 58px;
  height: 47px;
  cursor: pointer;
  }
.vjs-play-control > div {
  position: relative;
  height: 47px;
  }
.vjs-play-control > div:before,
.vjs-play-control > div:after {
  position: absolute;
  top: 38%;
  left: 50%;
  margin: -.5em 0 0 -.5em;
  font-family: FontAwesome ;
  font-size: 16px;
  color: #E67E22 ;
  -webkit-transition: color .25s, opacity .25s;
          transition: color .25s, opacity .25s;

  -webkit-font-smoothing: antialiased;
  }
.vjs-play-control > div:after {
  content: "\f04c ";
  }
.vjs-play-control > div:before {
  content: "\f04b ";
  }
.vjs-paused .vjs-play-control:hover > div:before {
  color: #D35400  ;
  }
.vjs-paused .vjs-play-control > div:after {
  filter: alpha(opacity=0);
  opacity: 0;
  }
.vjs-paused .vjs-play-control > div:before {
          filter: none;
  opacity: 1;

  -webkit-filter: none;
  }
.vjs-playing .vjs-play-control:hover > div:after {
  color: #E67E22 ;
  }
.vjs-playing .vjs-play-control > div:after {
          filter: none;
  opacity: 1;

  -webkit-filter: none;
  }
.vjs-playing .vjs-play-control > div:before {
  filter: alpha(opacity=0);
  opacity: 0;
  }
.vjs-rewind-control {
  width: 5em;
  cursor: pointer !important;
  }
.vjs-rewind-control > div {
  width: 19px;
  height: 16px;
  margin: .5em auto 0;
  background: none transparent;
  }
.vjs-mute-control {
  float: right;
  margin: 14px 0;
  cursor: pointer !important;
  }
.vjs-mute-control:hover > div,
.vjs-mute-control:focus > div {
  color: #57718b;
  }
.vjs-mute-control > div {
  height: 18px;
  color: #575757;
  }
.vjs-mute-control > div:after,
.vjs-mute-control > div:before {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -.5em;
  font-family: FontAwesome ;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: color .25s, opacity .25s;
          transition: color .25s, opacity .25s;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
.vjs-mute-control > div:after {
  content: "\f028 ";
  }
.vjs-mute-control > div:before {
  content: "\f026 ";
  filter: alpha(opacity=0);
  opacity: 0;
  }
.vjs-mute-control.vjs-vol-0 > div:after {
  filter: alpha(opacity=0);
  opacity: 0;
  }
.vjs-mute-control.vjs-vol-0 > div:before {
          filter: none;
  opacity: 1;

  -webkit-filter: none;
  }
.vjs-volume-control,
.vjs-volume-level,
.vjs-volume-handle,
.vjs-volume-bar {
  display: none;
  }
.vjs-progress-control {
  position: absolute;
  top: 18px;
  right: 160px;
  left: 60px;
  width: auto;
  height: 12px;
  background: #575757;
  border-radius: 32px;
  }
.vjs-progress-holder {
  position: relative;
  height: 12px;
  padding: 0;
  margin: 0;
  cursor: pointer !important;
  }
.vjs-play-progress,
.vjs-load-progress {
  display: block;
  height: 12px;
  padding: 0;
  margin: 0;
  border-radius: 32px;
  }
.vjs-play-progress {
  position: absolute;
  top: 0;
  left: -1px;
  background: #F39C12 ;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  }
.vjs-load-progress {
  background: #d6dbdf;
  }
.vjs-load-progress[style*="100%"],
.vjs-load-progress[style*="99%"] {
  border-radius: 32px;
  }
.vjs-seek-handle {
  position: absolute;
  top: 0;
  width: 18px;
  height: 18px;
  margin: -3px 0 0 -3px;
  background-color: #E67E22;
  border-radius: 50%;
  -webkit-transition: background-color .25s;
          transition: background-color .25s;
  }
.vjs-seek-handle[style*="95."] {
  margin-left: 3px;
  }
.vjs-seek-handle[style="left: 0%;"] {
  margin-left: -2px;
  }
.vjs-seek-handle:hover,
.vjs-seek-handle:focus {
  background-color: #D35400;
  }
.vjs-seek-handle:active {
  background-color: #D35400 ;
  }
.vjs-time-controls {
  position: absolute;
  width: auto;
  height: auto;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: normal;
  }
.vjs-time-divider {
  position: absolute;
  top: 11px;
  right: 114px;
  font-size: 14px;
  color: #5d6d7e;
  }
.vjs-remaining-time {
  display: none;
  }
.vjs-current-time {
  top: 16px;
  right: 122px;
  }
.vjs-duration {
  top: 16px;
  right: 85px;
  color: #5d6d7e;
  }
.vjs-fullscreen-control {
  float: right;
  margin: 14px 15px;
  cursor: pointer;
  }
.vjs-fullscreen-control:hover > div,
.vjs-fullscreen-control:focus > div {
  color: #57718b;
  }
.vjs-fullscreen-control > div {
  height: 18px;
  color: #475d72;
  }
.vjs-fullscreen-control > div:before {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -.5em;
  font-family: FontAwesome ;
  font-size: 16px;
  line-height: 18px;
  content: "\f065 ";
  -webkit-transition: color .25s, opacity .25s;
          transition: color .25s, opacity .25s;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
.vjs-menu-button {
  display: none !important;
  }
.vjs-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: #ebedee;
  border-radius: 10px;
  -webkit-animation: sharp 2s ease infinite;
          animation: sharp 2s ease infinite;
  }



#inner-banner-video
{
	background:#4f307d;
}

.file-version
{
	/*color:#ffffff;
	font-size:9px;
	display:block;
	background:#739c73;
	width:30px;
	border-radius:2px;
	padding:0px 2px;*/
	display:inline-block;
}
.file-title
{
	padding-left:2px;
	display:inline-block;
}

.version-zh
{
	color:#ffffff;
	font-size:9px;
	display:block;
	background:#f18396;
	width:30px;
	border-radius:2px;
	padding:0px 2px;
}

.version-en
{
	color:#ffffff;
	font-size:9px;
	display:block;
	background:#739c73;
	width:30px;
	border-radius:2px;
	padding:0px 2px;
}
.version-any
{
	color:#ffffff;
	font-size:9px;
	display:block;
	background:#b792be;
	width:30px;
	border-radius:2px;
	padding:0px 2px;
}

.bookmark.active i{
    color:#ea5921;
}

.detail-link{
    background: url(../images/icon/link.png)no-repeat center center;
    background-size: 100%;
    width:20px;
    height:26px;
    display: block;
    margin: 0px 5px 0 5px;
}

.share i{
	color:#666;
    font-size: 20px;
    margin-right:10px;
}

.footer a
{
	color:white;
}

.footer a:hover
{
	color:#000;
}


.legal-agreement
{
	font-size:14px;
}

.legal-agreement .main-title,
.legal-agreement .sub-title
{
	font-weight:600;
}

.legal-agreement .main-title
{
	font-size:22px;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.legal-agreement .sub-title
{
	font-size:18px;
	_padding-bottom:5px;
}
.legal-agreement p
{
	margin-bottom:10px;
}

.legal-agreement ol,ul
{
	padding-inline-start: 40px;
	list-style:none;
}

.legal-agreement .lower-alpha
{
	list-style:lower-alpha!important;
}

.legal-agreement .circle
{
	list-style:circle!important;
}
.legal-agreement .lower-roman
{
	list-style:lower-roman!important;
}
.legal-agreement .square
{
	list-style:square!important;
}
.legal-agreement .disc
{
	list-style:disc!important;
}
.legal-agreement .decimal
{
	list-style:decimal!important;
}
.legal-agreement a
{
	color:#fdb970;
}
.legal-agreement a:hover
{
	color:#fd7a63;
}

