.item-row {
  margin-left: -10px;
}

.item-btn {
  width: 100px;
  text-align: center;
  position: absolute;
  font-size: 16px;
  font-family: Lora, Arial, sans-serif;
  border: 1px #3b5998 solid;
  border-radius: 3px;
  padding: 5px 10px;
  color: #3b5998;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.item-btn:visited {
  color: #3b5998;
}

.item-btn:hover {
  background: #3b5998;
  color: #fff;
}

.item-horizontal {
  width: 545px;
  height: 210px;
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
}

.item-horizontal-content {
  width: 280px;
  padding: 15px 30px;
  height: 160px;
  position: relative;
  float: left;
}

.item-horizontal-service {
  font-size: 22px;
}

.item-horizontal-description {
  font-size: 16px;
  padding: 20px 0;
  line-height: 1.5;
}

.item-horizontal-btn {
  bottom: 0;
  right: 25px;
}

.item-vertical {
  width: 360px;
  height: 371px;
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
  overflow: hidden;
}

.item-vertical-content {
  width: 320px;
  padding: 20px;
  height: 190px;
  position: relative;
  float: left;
}

.item-vertical-service {
  font-size: 22px;
  text-align: center;
}

.item-vertical-description {
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
  line-height: 1.5;
}

.item-vertical-btn {
  bottom: 30px;
  left: 129px;
}

.spt-bg-1 {
  background: #eeeff4 url("../images-201510-English/sci_spt_1.png") no-repeat bottom right;
}

.spt-bg-2 {
  background: #fff7eb url("../images-201510-English/sci_spt_2.png") no-repeat bottom right;
}

.spt-bg-3 {
  background: #fbfaf1 url("../images-201510-English/sci_spt_3.png") no-repeat bottom right;
}

.spt-bg-4 {
  background: #f1f7fb url("../images-201510-English/sci_spt_4.png") no-repeat bottom right;
}

.spt-bg-5 {
  background: #fcf6fc url("../images-201510-English/sci_spt_5.png") no-repeat bottom center;
}

.spt-bg-6 {
  background: #f8fef4 url("../images-201510-English/sci_spt_6.png") no-repeat bottom center;
}

.spt-bg-7 {
  background: #e8f6fd url("../images-201510-English/sci_spt_7.png") no-repeat bottom center;
}

#content .row {
  width: 100%;
  float: left;
  padding-bottom: 15px;
}

#content .col-md-2 {
  width: 50%;
  float: left;
  padding-right: 40px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content .well {
  padding: 10px;
  color: #000;
  background: #EDF2FA;
  border-radius: 6px;
  margin: 15px 0;
  line-height: 1.8;
}

#content .correct_icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("images/correct_icon.png") no-repeat center;
}

#content .page-header {
  font-size: 24px;
  color: #3b5998;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

#content .page-header>span {
  display: block;
  margin: 15px;
  font-size: 14px;
}

#content .fg_blocks_three {
  width: 750px;
  margin: 0 auto;
}

#content .fg_blocks_two {
  width: 500px;
  margin-left: -25px;
}

#content .fg_blocks:after {
  display: block;
  content: '';
  clear: both;
}

#content .fg_blocks_item {
  width: 160px;
  height: 120px;
  float: left;
  background: #C9EDF7;
  margin: 15px 25px;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #1F1F1F;
  line-height: 1.6;
  font-family: "Times New Roman", Arial, sans-serif;
}

#content .fg_blocks_item:hover {
  opacity: 0.9;
}

#content .fg_blocks_item>span {
  display: block;
  text-align: right;
  padding-top: 18px;
  font-size: 14px;
  color: #5D5D5A;
  font-weight: 300;
}

#content .faq-question {
  font-family: 'Lora';
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #3b5998;
  padding: 5px 0;
}

#content .faq-answer {
  padding: 5px 0;
  line-height: 1.5;
}

#content .faq-more {
  padding: 5px 0;
  text-align: center;
}

#content .faq-more:before {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

#content .faq-more>a:hover {
  text-decoration: underline;
}

#content .faq-more>a:visited {
  color: #00f;
}

.mask {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}

.close_icon {
  position: fixed;
  display: block;
  top: 8%;
  right: 8%;
  z-index: 10001;
  cursor: pointer;
  font-size: 80px;
  color: #fff;
}

.close_icon:hover {
  color: #f4f4f4;
}

#content .gallery_item img {
  /* width: 240px; */
  height: 180px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 3px solid transparent;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#006db8), to(#00a0e9));
  background: -webkit-linear-gradient(#006db8, #00a0e9);
  background: -o-linear-gradient(#006db8, #00a0e9);
  background: linear-gradient(#006db8, #00a0e9);
  background-clip: padding-box;
  padding: 5px;
  /*box-shadow: 0 3px 9px #ccc, inset 0 0 9px #fff;*/
  cursor: pointer;
}

#gallery_zoom {
  position: absolute;
  /*width: 600px;*/
  height: 480px;
  background: #ccc;
  display: none;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 3px 0px #ccc;
  box-shadow: 1px 1px 3px 0px #ccc;
  z-index: 10001;
}

#content #gallery_zoom p {
  line-height: 16px;
  text-align: center;
  background: #F4A01A;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

#content #gallery_zoom span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: url('images/close.png');
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
}

/*video abstract*/

#content #video_gallery {
  margin-bottom: 50px;
}

#content h3.gallery-title {
  font-size: 20px;
  text-align: center;
  background: #f4f4f4;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* #content .video_gallery_item_wrapper {
    box-sizing: border-box;
    width: 270px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-bottom: 15px;
}
#content .video_gallery_item {
    width: 240px;
    height: 180px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 15px;
}
#content .video_gallery_item img {
    height: 180px;
}
#content .video_gallery_item_wrapper_big {
    width: 520px;
    margin-right: 30px;
}
#content .video_gallery_item_wrapper_big .video_gallery_item {
    width: 520px;
    height: 390px;
}
#content .video_gallery_item_wrapper_big .video_gallery_item img {
    height: 390px;
}
#content .video_gallery_item:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images-201510-English/play-icon.svg") no-repeat center center;
}
#content .video_gallery_item_wrapper_big .video_gallery_item:after {
    background: url("../images-201510-English/play-icon-big.svg") no-repeat center center;
}
#content .video_gallery_item_author {
  line-height: 1em;
}
#content .video_gallery_item_wrapper_big .video_gallery_item_author{
  font-size: 18px;
  line-height: 1.8em;
}
#content .video_gallery_item_wrapper_big .video_gallery_item_title{
  font-size: 18px;
  line-height: 1.8em;
}
#content .video_gallery_item_title a {
    font-weight: bold;
    color: #3b5998;
}
#content .video_gallery_item_title a:hover {
    text-decoration: underline;
}
#content .video_gallery_item:hover:after {
    background: url("../images-201510-English/play-icon.svg") no-repeat center center rgba(0,0,0,.3);
}
#content .video_gallery_item_wrapper_big .video_gallery_item:hover:after {
    background: url("../images-201510-English/play-icon-big.svg") no-repeat center center rgba(0,0,0,.3);
} */

/* new gallery layout style 20180605 */

#content #video_gallery .slider_box {
  margin: 0 auto;
  width: 1100px;
  height: 500px;
  overflow: hidden;
  position: relative;
}

#content #video_gallery .silder_con {
  padding-left: 0;
  overflow: hidden;
  position: absolute;
}

#content #video_gallery .silder_panel {
  width: 1100px;
  height: 500px;
  opacity: 0.9;
  overflow: hidden;
  float: left;
  position: relative;
}

#content #video_gallery .silder_panel img {
  width: 1100px;
  display: block;
  overflow: hidden;
}

#content #video_gallery .silder_panel .video_gallery_item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images-201510-English/play-icon-big-light.svg") no-repeat 300px 100px;
}

#content #video_gallery .silder_panel .video_gallery_item:hover:after {
  background: url("../images-201510-English/play-icon-big.svg") no-repeat 300px 100px;
}

#content #video_gallery .silder_nav {
  width: 100%;
  text-align: center;
  bottom: 0;
  overflow: hidden;
  z-index: 9;
  position: absolute;
}

#content #video_gallery .silder_intro_mask {
  height: 130px;
  overflow: hidden;
  background: #ddd;
  opacity: 0.2;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#content #video_gallery .silder_nav li {
  margin: 2px 10px;
  display: inline-block;
  list-style: none;
}

#content #video_gallery .silder_nav li.current {
  margin-bottom: 8px;
  transition: margin 0.3s;
}

#content #video_gallery .silder_nav img {
  display: block;
  width: 120px;
  height: 90px;
  overflow: hidden;
}

#content #video_gallery .silder_intro {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9;
  width: 290px;
  height: 305px;
  padding: 25px 15px;
  overflow: hidden;
  background: rgba(0, 0, 0, .9);
  color: #f0f0f0;
  padding-left: 20px;
  box-shadow: 0 0 5px 0 #ddd;
  border-radius: 2px;
  text-indent: 0;
}

#content #video_gallery .silder_intro_author {
  font-size: 14px;
  margin: 10px 0;
  line-height: 1.8em;
}

#content #video_gallery .silder_intro_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
  padding-bottom: 18px;
}

#content #video_gallery .silder_intro_journal {
  font-size: 16px;
  padding-bottom: 18px;
  line-height: 1.8em;
  text-decoration: underline;
  font-style: italic;
}

/* new gallery layout style END 20180605 */

#video_gallery_zoom {
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 854px;
  height: 480px;
  display: none;
  border-radius: 5px;
  z-index: 10001;
  background: url('../images-201510-English/tail-spin.svg') no-repeat center center;
}

#content .testimonial-picture {
  width: 150px;
  float: left;
  text-align: center;
}

#content .testimonial-comment {
  width: 900px;
  float: right;
  text-align: center;
}

#content .testimonial-comment-text {
  text-align: left;
  background: url("images/feedback_quote_small.gif") no-repeat;
  text-indent: 40px;
}

#content .testimonial-comment img {
  width: 100px;
  border-radius: 100px;
}

#content .get-started {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  border-top: 1px dashed #666;
}

#content .get-started-btn {
  display: inline-block;
  line-height: 40px;
  position: relative;
  top: -20px;
  left: 0;
  right: 0;
}

#content .get-started-btn>a {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  padding: 0 45px;
  height: 100%;
  color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px 5px 2px #e5e5e5;
  box-shadow: 1px 1px 5px 2px #e5e5e5;
  background: #ffae12;
  /* ie9 不支持渐变背景*/
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffae12), to(#f07d17));
  background: -webkit-linear-gradient(left, #ffae12 0, #f07d17 100%);
  background: -o-linear-gradient(left, #ffae12 0, #f07d17 100%);
  background: linear-gradient(to right, #ffae12 0, #f07d17 100%);
}

#content .get-started-btn>a:before,
#content .get-started-btn>a:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 19px;
}

#content .get-started-btn>a:before {
  right: -30px;
}

#content .get-started-btn>a:after {
  left: -30px;
}

#content .get-started-btn>a:hover {
  background: #f07d17;
}

#content .steps {
  width: 100%;
  font-size: 0;
}

#content .step {
  width: 286px;
  margin: 15px 15px 25px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

#content .step-num {
  margin-left: 37px;
  font-size: 36px;
  text-align: center;
  color: #FFAD39;
  font-weight: bold;
  width: 48px;
  line-height: 48px;
  border: 4px solid #FFAD39;
  border-radius: 50%;
  font-family: "Times New Roman", Arial, sans-serif;
  position: relative;
}

#content .step-num-reverse {
  color: #fff;
  background: #FFAD39;
}

#content .step-num:after {
  content: '';
  width: 222px;
  position: absolute;
  top: 21px;
  left: 70px;
  border-top: 6px #999 dotted;
}

#content .step-num-reverse:after {
  display: none;
}

#content .step-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  padding: 18px;
  border: #ccc 1px solid;
  margin-top: 30px;
  position: relative;
  -webkit-box-shadow: 1px 1px 5px 0px #ccc;
  box-shadow: 1px 1px 5px 0px #ccc;
  background: #F5FAFF;
}

#content .step-desc:before {
  content: '';
  position: absolute;
  top: -13px;
  left: 50px;
  padding: 12px;
  border: inherit;
  background: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#content .step-desc .clickstart {
  color: #00f;
  font-size: 16px;
  font-weight: bold;
}

#content .step-desc .clickstart:hover {
  text-decoration: underline;
}

#content .step:nth-child(1)>.step-desc {
  width: 190px;
}

#content .step:nth-child(2)>.step-desc {
  width: 190px;
}

#content .step:nth-child(3)>.step-desc {
  width: 265px;
}

/*VED服务覆盖样式开始*/

#content .step.ved-step .step-desc {
  width: 190px;
}

#content .ved-step {
  width: 245px;
}

#content .ved-step .step-num:after {
  width: 180px;
}

#content .ved-step .step-tag {
  font-size: 12px;
  position: absolute;
  top: 63px;
  left: 156px;
  width: 55px;
  line-height: 20px;
  text-align: center;
  padding: 2px 8px;
  background: #3E71E3;
  border-radius: 5px 5px 0 0;
  color: #fff;
  display: block;
}

#content .ved-step .step-desc .em {
  font-size: inherit;
  font-weight: bold;
  color: #00f;
}

/*VED服务覆盖样式结束*/

#loading {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background: #E5E5E5 url('../images/loading.gif') no-repeat 20px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 16px;
  padding: 15px;
  border: 1px solid #AAAAAA;
  text-align: center;
  text-indent: 45px;
  display: none;
}

#loginurl {
  width: 280px;
  height: 160px;
  background: #E5E5E5;
  border: solid 2px red;
  padding: 15px;
  font-size: 12px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

#loginurl h2 {
  font-size: 14px;
  text-align: center;
  padding: 0;
}

#loginurl p {
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px;
}

#loginurl a {
  width: 78px;
  display: inline-block;
  margin: 10px 30px;
  text-align: center;
  color: blue;
  cursor: pointer;
  text-decoration: underline;
}

#content .submit__body {
  padding: 10px 0;
  border: 1px #ccc solid;
  -webkit-box-shadow: 0 0 3px 1px #F0F0F0;
  box-shadow: 0 0 3px 1px #F0F0F0;
}

#content .submit__body .subtitle {
  text-align: center;
  margin: 35px 5px 0 5px;
  background: #F8F8F8;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
}

#content .submit__body .required {
  color: #f00;
  display: inline-block;
  font-weight: bold;
  padding-left: 5px;
}

#content .submit__body .optional {
  font: inherit;
  color: #00f;
}

#content .submit__body .switch-pr,
#content .submit__body .switch-ed {
  display: none;
}

#content .submit__body .form-group {
  font-size: 14px;
  line-height: 30px;
  margin: 15px 30px;
}

#content .submit__body .form-group:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

#content .submit__body .form-group .form-group__left {
  width: 280px;
  float: left;
  font-weight: bold;
  text-align: right;
}

#content .submit__body .form-group .form-group__right {
  width: 700px;
  float: left;
  margin-left: 30px;
  margin-right: 25px;
}

#content .submit__body .form-group .form-group__right select {
  outline: none;
  width: 350px;
  height: 30px;
  padding: 0 5px;
  margin-bottom: 5px;
  font: inherit;
}

#content .submit__body .form-group .form-group__right input[type=text] {
  width: 336px;
  height: 25px;
  padding: 0 5px;
  font: inherit;
}

#content .submit__body .form-group .form-group__right textarea {
  width: 500px;
  height: 80px;
  resize: vertical;
  padding: 0 5px;
  font: inherit;
}

#content .submit__body .form-group .form-group__right .notes {
  display: block;
  line-height: 1.5em;
  padding: 5px 0;
  font-size: 12px;
}

#content .submit__body .form-group .count .decrease-btn,
#content .submit__body .form-group .count .increase-btn {
  width: 14px;
  height: 14px;
  display: inline-block;
  cursor: pointer;
  border: none;
  vertical-align: middle;
}

#content .submit__body .form-group .count .decrease-btn {
  margin-right: 6px;
  background: url("images/count_ctrl.png") no-repeat -14px 0;
}

#content .submit__body .form-group .count .increase-btn {
  margin-left: 6px;
  background: url("images/count_ctrl.png") no-repeat 1px 0;
}

#content .submit__body .form-group .count #quantity {
  width: 15px;
  text-align: center;
  vertical-align: middle;
}

#content .submit__body .submit__pricing {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 13px;
  background: #F8F8F8;
  font-size: 20px;
  line-height: 1.5;
}

#content .submit__body #displayAmount {
  display: inline-block;
  width: 110px;
  height: 30px;
  background: #3b5998;
  vertical-align: top;
  margin-left: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 2px 0px #999;
  box-shadow: 1px 1px 2px 0px #999;
  border: 1px #fff solid;
  border-radius: 5px;
}

#content .submit__body .submit__button {
  width: 220px;
  line-height: 45px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #4769c2;
  font-family: Arial, sans-serif;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

#content .submit__body .submit__button:hover {
  background: #406CE3;
}