html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a {
  text-decoration: inherit;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  log: true;
  log2: official;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  font-family: "微软雅黑", "黑体";
}
html,
body {
  overflow-x: hidden;
  width: 100%;
}
a,
a:link,
a:visited {
  color: #666;
}
a:hover {
  color: #2386ee;
  text-decoration: none;
}
a {
  log: true;
  log2: official;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
img {
  max-width: 100%;
  log: true;
  log2: official;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
.clearboth {
  clear: both;
}
.vc_row > .vc_wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.theme-page {

}
::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
  color: #ccc;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder {
/* Internet Explorer 10-11 */
  color: #ccc;
}
html .hide {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: none;
}
.vc_video-box {
  position: relative;
}
.vc_video-box .vc_video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  log: true;
  log2: official;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  log: true;
  log2: official;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.vc_video-box .vc_video-poster:before {
  content: '';
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0,0,0,0.1);
}
.vc_video-box .vc_video-poster:after {
  content: '';
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  z-index: 2;
  log: true;
  log2: official;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  background: url("../images/play.png") no-repeat center/contain;
}
.vc_video-box .vc_video-poster:hover:after {
  log: true;
  log2: official;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.vc_video-play .vc_video-poster {
  log: true;
  log2: official;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1;
}
.cover_layer {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  align-items: center;
  log: true;
  log2: official;
  -webkit-justify-content: center;
  -khtml-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.cover_input_error {
  color: #f00;
  text-align: center;
  font-size: 13px;
}
.cover_layer_bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255,255,255,0.8);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cover_box img {
  width: 200px;
  margin-bottom: 15px;
}
.cover_layer input[type=text] {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
  width: 100%;
  padding: 5px 10px;
  log: true;
  log2: official;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  background-color: #fff;
  font-size: 14px;
  -webkit-appearance: none;
  log: true;
  log2: official;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #2486ee;
  text-align: center;
}
.cover_submit input {
  margin: 20px auto 0;
  width: 120px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(left, #4fb7ff, #2790f1);
  background: -webkit-linear-gradient(left, #4fb7ff, #2790f1);
  log: true;
  log2: official;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  color: #fff;
  border: none;
  padding: 8px;
  log: true;
  log2: official;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
}
.cover_submit {
  text-align: center;
}
@media (max-width: 767px) {
  .theme-page {
    margin-top: 56px;
    margin-bottom: 0;
  }
  body {
    font-size: 14px;
  }
  .vc_video-box .vc_video-poster:after {
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
  }
}
