::selection {
  background-color: #2872d975;
}
::-webkit-selection {
  color: #fff;
  background-color: #2872d975;
}
::-moz-selection {
  color: #fff;
  background-color: #2872d975;
}
@media(min-width:650px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #779cc7;
  }
}
body {
  background-color: #f7f8fb;
  color: #404040;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft Yahei", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  min-height: 100%;
  padding-top: 70px;
}
body a {
  color: #293441;
  text-decoration: none;
}
body a:hover {
  color: #2883ff;
  text-decoration: none;
}
body a:active,
body a:focus {
  text-decoration: none;
}
body #backtop,body li#back-to-top,body a#back-to-top {
  display: none;
}
body p.featureP {
  max-width: 650px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 30px;
}
body .label {
  padding: 2px 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
body .label .label-success {
  background: #82e26f;
  color: #fff;
}
body .clearfix {
  clear: both;
}
body img.round {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
body textarea.form-control {
  border-color: #e0e0e0;
}
body textarea.form-control:focus {
  box-shadow: none;
}
body input.form-control {
  padding: 10px;
  border-color: #e0e0e0;
  height: auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
body .input-group-addon {
  padding: 5px 12px;
  font-size: 14px;
  color: #096dde;
  background-color: #fff;
  border-color: #d1e5ff;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
body .nav > li > a:hover,
body .nav > li > a:focus {
  background: transparent;
  outline: none;
}
body .form-group label {
  margin-bottom: 10px;
}
body .panel {
  margin-bottom: 10px;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 3px 0 rgba(132,163,246,0.08);
}
body .panel .panel-heading > i {
  font-size: 18px;
  margin-right: 10px;
  vertical-align: bottom;
}
body .panel.panel-default > .panel-heading {
  color: #50667f;
  background-color: #ffffff;
  border-color: #e9ebef;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}
body input,
body button {
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
}
body .label-block {
  width: 100%;
}
body .rand {
  position: relative;
  min-height: 280px;
  display: none;
}
body .rand h3 {
  font-size: 14px;
  font-weight: normal;
  color: #404040;
}
body .rand > span {
  text-align: center;
  width: 32%;
  display: inline-block;
}
body .rand > span i {
  color: #0a6dde;
  background-color: #fff;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  box-shadow: 0 10px 10px rgba(132,163,246,0.08);
  font-size: 1.6em;
}
body .tools-status {
  font-size: 13px;
}
body .tools-status i {
  color: #82e26f;
  margin-right: 5px !important;
  vertical-align: middle !important;
}
body .ads {
  margin: 10px auto;
}
body .ads .text {
  padding: 5px;
  overflow: hidden;
}
body .ads small {
  margin: 5px;
  display: block;
}
body .ads.ad_469 {
  max-width: 468px;
}
body .ads.ad_729 {
  max-width: 728px;
}
body .ads.ad_301 {
  max-width: 300px;
}
body .ads img {
  width: 100% !important;
}
body .alert {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
body .alert.no-round {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
body .label.label-secondary {
  background: #e2e7ed;
  color: #ffffff;
}
body .panel h4,
body .panel h5 {
  margin-bottom: 15px;
}
body .panel-dark {
  background: #293441;
  border-color: transparent;
  color: #fff !important;
  box-shadow: 0 3px 0 #1f2731;
}
body .panel-dark h3,
body .panel-dark p,
body .panel-dark li {
  color: #fff !important;
}
body .panel-dark .panel-heading {
  background: #334151;
  color: #fff !important;
  border-bottom-color: transparent;
}
body .panel-dark .panel-heading a {
  color: #fff !important;
  padding: 2px 8px;
  background: #0067F4;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .table-striped > tbody > tr:nth-child(odd) > td,
body .table-striped > tbody > tr:nth-child(odd) > th {
  background: #f8f9fb;
}
body .icon-green {
  color: #82e26f !important;
}
body .icon-red {
  color: #fd0035 !important;
}
body .inline-copy {
  position: relative;
  background: #008aff;
  color: #fff !important;
  text-decoration: none;
  font-size: 11px;
  top: -2px;
  margin-left: 2px;
  padding: 0 3px 1px;
  border: 1px solid #0078de;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .inline-copy:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 120, 222, 0);
  border-right-color: #0078de;
  border-width: 4px;
  margin-top: -4px;
}
body .alert span {
  display: block;
}
body #device .row,
body #device p {
  margin-top: 5px;
}
body #tooltip {
  display: block;
  background: #293441;
  color: #fff;
  padding: 5px 10px;
  max-width: 300px;
  z-index: 100;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .tooltip {
  filter: alpha(opacity=1);
  opacity: 1;
  z-index: 100;
}
body .slideup {
  display: none;
}
body select.filter {
  display: none;
}
body.light {
  background-color: #fff;
}
body .stripe-button-el {
  background-color: #0067F4;
  background-image: -moz-linear-gradient(45deg, #9C27B0 0%, #0067F4 100%);
  background-image: -webkit-linear-gradient(45deg, #9C27B0 0%, #0067F4 100%);
  background-image: -ms-linear-gradient(45deg, #9C27B0 0%, #0067F4 100%);
  border: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15) !important;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
body .stripe-button-el:hover {
  opacity: 0.9;
}
body .stripe-button-el:active,
body .stripe-button-el:focus {
  background: #641971 !important;
  box-shadow: 0;
}
body .stripe-button-el span {
  box-shadow: none;
  text-shadow: none;
  border: 0;
  background: transparent !important;
}
h3.featureH {
  margin-top: 50px;
  color: #0a6edd;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5em;
}
.header-top {
  background: #0067F4;
  color: #fff;
  padding: 10px;
  font-size: 1.2em;
}
.header-top a {
  margin-left: 15px;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  height: 70px;
  box-shadow: -1px 1px 4px 0px rgba(25,149,251,0.1);
  z-index: 99999999;
}
header .navbar {
  margin-bottom: 0;
}
header .navbar .navbar-collapse {
  padding: 0;
}
header .navbar .navbar-toggle {
  font-size: 1.8em;
  color: #096dde;
  margin-top: 12px;
  padding: 0;
}
header .navbar .navbar-header {
  margin-top: 4px;
}
header .navbar .navbar-header .navbar-brand {
  padding: 12px 15px;
  font-size: 1.8em;
  font-weight: 700;
  color: #293441;
}
header .navbar .navbar-header img {
  width: 135px;
}
header .navbar .nav {
  margin-top: 15px;
}
header .navbar .nav li {
  margin-left: 20px;
}
header .navbar .nav li a {
  color: #293441;
  font-size: 16px;
  padding: 8px 10px;
}
header .navbar .nav li a .vip {
  margin-right: 5px;
  width: 20px;
  vertical-align: middle;
}
header .navbar .nav li a.active, header .navbar .nav li a:hover {
  color: #096dde;
}
header .navbar .nav li.dropdown {
  position: relative;
  margin-top: -10px;
  display: block;
}
header .navbar .nav li.dropdown a:hover {
  border: 0 !important;
  background: transparent;
}
header .navbar .nav li.dropdown img {
  width: 40px;
  border: 1px solid #eee;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
header .navbar .nav li.dropdown ul {
  position: absolute;
  right: 0;
  width: 200px;
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.12);
  z-index: 2;
  display: none;
  padding: 10px;
  list-style: none;
}
header .navbar .nav li.dropdown ul li {
  margin: 8px 0;
}
header .navbar .nav li.dropdown ul li span {
  margin-right: 8px;
  color: #7e94ae;
}
header .navbar .nav li.dropdown ul li a {
  color: #3d4d60;
  font-size: 13px;
}
header .navbar .nav li.dropdown ul li a:hover {
  color: #0067F4;
}
header .navbar .nav li.dropdown:hover {
  border: 0;
}
header .navbar .nav li.dropdown:hover ul {
  display: block;
}
header.app {
  min-height: 65px;
  background: #fff;
  border-bottom: 1px solid #d4d7df;
}
header.app .navbar .navbar-header {
  margin-top: 5px;
}
header.app .navbar .navbar-header .navbar-brand {
  font-size: 1.2em;
  color: #293441;
}
header.app .navbar .navbar-header .navbar-brand img {
  max-height: 45px;
  margin-top: -10px;
}
header.app .navbar .nav {
  margin-top: 15px;
}
header.app .navbar .nav li {
  margin-right: 10px;
}
header.app .navbar .nav li a {
  padding: 5px 15px;
  color: #293441;
}
header.app .navbar .nav li a:hover {
  background-color: #293441;
  color: #fff;
  border: 0;
}
header.app .navbar .nav li a.active {
  background-color: #0067F4;
  color: #fff;
  border: 0;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
header.app .navbar .nav li a.active:hover {
  color: #fff;
}
header.app .navbar .nav li.dropdown {
  position: relative;
  margin-top: -10px;
  display: block;
}
header.app .navbar .nav li.dropdown a:hover {
  border: 0 !important;
  background: transparent;
}
.home {
  position: relative;
  overflow-x: hidden;
}
.home header .navbar .nav li a:hover, .home header .navbar .nav li a.active, .home header .navbar .nav li a.active:hover {
  color: #096dde;
}
header .navbar .nav li a.loginbtn {
  padding: 8px 15px;
  color: #fff;
  background: #096dde;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
header .navbar .nav li a.loginbtn:hover {
  color: #fff;
}
.home section.hero {
  padding-bottom: 20px;
}
.home section.hero .container {
  position: relative;
  z-index: 99;
}
.home section.hero svg#wave {
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.home section.hero .analytics-blocks {
  position: absolute;
  right: 0;
  max-width: 33%;
  width: 100%;
}
.home section.hero .analytics-blocks .analytics-block {
  background: #fff;
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 250px;
  width: 200px;
}
.home section.hero .main-image {
  margin-top: 20px;
  padding-left: 0;
  text-align: right;
}
.home section.hero .main-image img {
  width: 90%;
}
.home section.hero .svg svg {
  width: 100%;
  position: relative;
  margin-top: -100px;
}
.home section.shortput .short {
  width: 75%;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 6px 15px 0px rgba(27, 77, 203, 0.08);
  clear: both;
}
.home #main-form .main-button {
  background-color: #096dde !important;
}
section.hero {
  position: relative;
  background: -moz-linear-gradient(270deg,rgba(209,229,255,1) 0%,rgba(235,243,255,1) 100%);
  background: -webkit-linear-gradient(270deg,rgba(209,229,255,1) 0%,rgba(235,243,255,1) 100%);
  background: linear-gradient(270deg,rgba(209,229,255,1) 0%,rgba(235,243,255,1) 100%);
}
section.hero .moreto {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -10px;
}
section.hero .moreto i {
  background: #0067F4;
  padding: 10px;
  color: #a7ccff;
  font-size: 25px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
section.shortput {
  position: relative;
  padding: 30px 0;
  background: -moz-linear-gradient(270deg,rgba(235,242,255,1) 0%,rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(270deg,rgba(235,242,255,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(270deg,rgba(235,242,255,1) 0%,rgba(255,255,255,1) 100%);
}
section .feature {
  margin: 30px 0;
}
section .feature .image {
  padding: 0 30px;
}
section .feature h2 {
  font-weight: 500;
  color: #0a6dde;
  font-size: 20px;
  line-height: 1.5em;
}
section .feature h2 i {
  background: #fff;
  color: #2148b1;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
section .feature h2 span {
  color: #82e26f;
  border-bottom: 4px solid #293441;
}
section .feature h2 small {
  display: block;
  font-size: 15px;
  color: #95A2A8;
  margin-bottom: 15px;
  font-weight: 700;
}
section .feature img {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  max-width: 655px;
  width: 100%;
}
section .feature .info {
  padding-bottom: 10px;
}
section .feature p {
  margin: 15px 0;
  font-size: 14px;
  line-height: 24px;
}
section .feature .subtit {
  font-size: 16px;
  color: #1d2843;
}
section .panelette {
  background: #fff;
  box-shadow: 0px 0px 8px 2px rgba(132,163,246,0.08);
  padding: 25px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
section .panelette h3 {
  font-size: 20px;
  font-weight: 500;
  color: #0a6dde;
  text-align: center;
}
section .panelette p {
  color: #506680;
}
section .promo {
  padding: 20px 0 20px 20px;
  color: #1d2843;
  max-width: 600px;
}
section .promo h1 {
  text-align: left;
  font-weight: 700;
  font-size: 3em;
}
section .promo h1 span {
  font-weight: 400;
}
section .promo h1 .description {
  margin-top: 20px;
  display: block;
  font-size: 18px;
}
section .promo .description {
  margin-top: 20px;
  display: block;
  font-size: 1.6em;
  line-height: 30px;
}
section .promo .tit{
  margin-top: 20px;
  font-size: 1.1em;
  color: #1e2844;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
section .promo .tit::before{
  display: block;
  content: '';
  position: absolute;
  width: 63px;
  height: 7px;
  background: #287cf4;
  opacity: 0.2;
  border-radius: 4px;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}
section .promo ul {
  padding: 0;
}
section .promo ul li {
  float: left;
  margin-right: 10px;
  width: 21%;
  line-height: 2.2em;
  color: #8a889a;
  text-align: left;
}
section .promo ul li span {
  margin-right: 6px;
  color: #1d2843;
  text-shadow: 0 0 6px #8ec1fb;
}
section.light {
  min-height: 30px;
  background-color: #f9fbff;
  color: #293441;
}
section.light img {
  margin-top: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
}
section .centered {
  margin: 50px auto;
}
section .centered .title {
  margin-bottom: 50px;
  text-align: center;
}
section .centered .title h3 {
  font-size: 24px;
  color: #096dde;
}
section .centered.form {
  max-width: 450px;
  width: 100%;
}
section .centered.form form.live_form {
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 8px 2px rgba(132,163,246,0.08);
}
section .centered.form form label a {
  font-weight: normal;
}
section .centered.form .input-group,
section .centered.form .form-group {
  margin-bottom: 25px;
}
section .centered.form #forgot {
  margin-top: 8px;
  font-size: 13px;
}
section .centered.form span.check-box {
  margin-left: 5px;
  font-weight: 400;
  font-size: 14px;
}
section .centered.form span.check-box a {
  font-size: 1em;
  font-weight: normal;
}
section .centered.form label {
  width: 100%;
}
section .centered.form label a {
  font-size: 12px;
}
section .centered form.passform {
  width: 100%;
  padding: 20px;
}
section .centered.poll {
  max-width: 550px;
  width: 100%;
}
section #forgot_form {
  display: none;
}
section h3 {
  font-size: 16px;
  font-weight: 700;
  color: #404040;
  margin-top: 0;
  margin-bottom: 20px;
}
.btn {
  border: 0;
}
.btn.btn-round {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.btn.btn-lg {
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn.btn-primary {
  background: #096dde;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn.btn-primary:hover {
  background: #0b62c3;
}
.btn.btn-default {
  background: #e9ebef;
  color: #5b677e;
}
.btn.btn-default:hover {
  background: #f2f3f5;
}
.btn.btn-secondary {
  border-radius: 5px;
  font-size: 18px;
  background: #096dde;
  color: #fff;
}
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.2);
}
.btn.btn-light {
  background: #fff;
  color: #293441;
}
.btn.btn-danger {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn.btn-success {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn.btn-round {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
footer {
  padding: 8px 0 15px;
  color: #eff7fe;
  line-height: 1.8em;
  background: #096dde;
  border-top: 10px solid #075fbe;
}
footer .copyright {
  font-size: 0.8em;
}
footer a {
  margin-left: 5px;
  padding: 2px 5px;
  color: #eff7fe;
}
footer a:hover,
footer a.active {
  color: #fff;
}
#main-form .col-sm-10 {
  padding-right: 0;
}
#main-form .col-sm-2 {
  margin-left: -1px;
  padding-left: 0;
}
#main-form select {
  color: #000;
  width: 100%;
  margin-top: 10px;
}
#main-form input.form-control {
  border-color: #d1e5ff;
  height: 36px;
  padding: 5px;
}
#main-form .main-form .input-group {
  margin-right: 10px;
  height: 62px;
  box-shadow: 0px 8px 20px 2px rgba(27, 77, 203, 0.12);
  border-radius: 5px;
}
#main-form .main-form .input-group-addon {
  font-size: 2em;
  color: #0a6edd;
  border: 0;
  padding: 0 10px;
}
#main-form .main-form .main-input {
  border: 0;
  font-size: 16px;
  height: 62px;
  background: #fff;
}
#main-form .main-form .main-input.normal,
#main-form .main-form .main-input.normal:focus,
#main-form .main-form .main-textarea.normal,
#main-form .main-form .main-textarea.normal:focus {
  color: #1aa82c;
}
#main-form .main-form .main-input.error,
#main-form .main-form .main-input.error:focus,
#main-form .main-form .main-textarea.error,
#main-form .main-form .main-textarea.error:focus {
  color: #fd0035;
}
#main-form .main-form .main-textarea {
  background-color: #f2f2f2;
  color: #293441;
  font-size: 1.2em;
  padding: 10px;
  box-shadow: none;
  border: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#main-form .main-form .main-button {
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 700;
  height: 64px;
  background-color: #096dde;
  border: 0;
  box-shadow: 0px 8px 20px 0px rgba(27, 77, 203, 0.12) !important;
  border-radius: 5px;
}
#main-form .slbtn {
  margin: 10px; 
  text-align: center;
}
#main-form .slbtn .main-button {
  margin: 5px 10px;
  padding: 5px 15px;
  font-size: 15px;
  width: 136px;
  height: 43px;
  background-color: #0067F4;
  border: 0;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  box-shadow: 0 5px 5px rgba(0, 103, 244, 0.1) !important;
}
#main-form .slbtn .main-button:focus,
#main-form .slbtn .main-button:active {
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.15) !important;
}
#main-form .main-form .main-button:hover {
  background-color: #0b62c3 !important;
}
#main-form .main-form .main-button#copyurl {
  margin-top: 0 !important;
  background-color: #82e26f;
  display: none;
}
#main-form .main-form .main-button:focus,
#main-form .main-form .main-button:active {
  box-shadow: 0px 8px 20px 0px rgba(27, 77, 203, 0.12) !important;
}
#main-form .advanced {
  font-size: 12px;
  float: left;
}
#main-form .main-options {
  padding: 15px 0;
}
#main-form .main-options .chosen-container {
  margin-left: 10px;
  max-width: 150px;
  float: right;
}
#main-form .main-options .chosen-container .chosen-single {
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #293441;
}
#main-form .main-options .chosen-container .chosen-drop {
  border-color: #e0e0e0;
}
#main-form .main-options label {
  margin: 0 15px 0 0;
  font-weight: normal;
  cursor: pointer;
}
#main-form .main-options .alias {
  padding: 0;
  line-height: 2em;
}
#main-form .main-options .alias span {
  color: #096dde;
  padding-left: 5px;
}
#main-form .main-senior {
  clear: both;
}
#main-form .main-senior h3 {
  font-size: 14px;
  font-weight: 400;
  color: #096dde;
  margin: 15px 0 10px 0;
}
.share-this {
  display: none;
}
.share-this .panel-default {
  font-size: 14px;
  text-align: center;
}
.share-this .panel-default img {
  max-width: 200px;
}
.share-this .sharetop {
  width: 100%;
  height: 60px;
  margin-top: 10px;
}
.share-this .sharetop p {
  float: left;
  width: 20%;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  background: #f2f7ff;
}
.share-this .sharetop span {
  float: left;
  width: 60%;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  overflow: hidden;
}
.share-this .sharetop #copyurl {
  float: left;
  width: 20%;
  border: 0;
  color: #096dde;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  background: #f2f7ff;
  cursor: pointer;
}
#captcha {
  padding: 15px;
}
#recaptcha_widget_div {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#recaptcha_widget_div .recaptchatable {
  border: 0px solid transparent !important;
}
#recaptcha_widget_div .recaptchatable .recaptcha_image_cell {
  background: transparent;
}
#recaptcha_widget_div .recaptchatable .recaptcha_image_cell center img {
  width: 250px;
  height: 54px;
}
#recaptcha_widget_div .recaptchatable #recaptcha_response_field {
  background: #293441;
  color: #fff;
  padding: 5px 8px;
}
#recaptcha_logo,
#recaptcha_privacy {
  display: none;
}
@media screen and (max-width: 990px) {
  #main-form .main-form .col-sm-10 {
    margin-bottom: 10px;
  }
  section .sidebar {
    min-height: 150px !important;
    height: auto;
  }
  body .is404 h1 {
    font-size: 10em !important;
  }
  body .is404 h2 {
    font-size: 2em !important;
    line-height: 1em!important;
  }
  body .rand {
    display: block;
  }
  ul.form_opt li {
    float: left;
  }
  ul.form_opt li.text-label {
    display: block;
    float: none;
    width: 100%;
  }
  ul.form_opt li.text-label small {
    display: none;
  }
  ul.form_opt li a.first {
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
  }
  ul.form_opt li a.last {
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
  }
}
@media screen and (max-width: 779px) {
  header .navbar-brand img {
    width: 135px !important;
  }
  section#plan .price-table {
    width: 100%;
    max-width: 100%;
  }
  section#plan .price-table .table-inner {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
  }
  section#plan .price-table.highlighted {
    padding: 0;
    box-shadow: none;
    margin-bottom: 15px;
  }
  section .promo {
    padding: 10px 0 0 8px;
  }
  section .promo h1 {
    font-size: 2.3em;
    line-height: 1.8em;
  }
  section .promo .description {
    margin-top: 10px;
    font-size: 1.8em;
    line-height: 1.8em;
  }
  section .promo ul, section .promo .tit {
    display: none;
  }
  .home section.shortput .short {
    width: 90%;
  }
  .home section.hero .main-image .col-sm-8 {
    margin-top: 60px;
  }
  #main-form .col-sm-2 {
    padding-right: 0;
  }
  .short_captcha .verify_input {
    width: 47.5%;
    margin-right: 1%;
  }
  .right-tool {
    right: 10px !important;
    top: 40% !important;
  }
  .kefu-tool li {
    width: 40px !important;
    height: 40px !important;
    padding: 5px;
  }
  .kefu-tool li i {
    display: none !important;
  }
  .kefu-tool li p {
    line-height: 1.3em;
  }
}
@media screen and (max-width: 768px) {
  header .navbar .navbar-header .navbar-brand {
    margin-top: 0px;
  }
  header .navbar-brand img {
    width: 135px !important;
  }
  header .navbar .nav li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 736px) {
  header .navbar-brand img {
    width: 135px !important;
  }
  header .navbar .nav {
    background: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  header .navbar .nav li {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .home section.hero {
    padding-bottom: 10px;
  }
  #main-form .main-form .input-group {
    margin-right: 0;
  }
  #main-form .tip {
    margin-top: 70px;
    width: 100%;
  }
  #main-form .main-options {
    margin-top: -152px;
  }
  #main-form .main-options .alias {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #main-form .main-options .alias::-webkit-scrollbar{
    display: none;
  }
  .checkurl .main-options {
    margin-top: 0 !important;
  }
  #main-form .col-sm-10 {
    padding: 0 15px;
  }
  #main-form .col-sm-2 {
    padding: 0;
    margin: 120px 0 0 0;
    text-align: center;
  }
  #main-form .main-form .input-group {
    height: 4.5rem;
    border: 1px solid #d1e5ff;
    box-shadow: 0px 1px 12px 0px rgba(31,64,174,0.1);
  }
  #main-form .main-form .main-input {
    height: 4.5rem;
    font-size: 1.1em;
  }
  #main-form .main-form .input-group-addon {
    font-size: 1.5em;
  }
  #main-form .main-form .main-button {
    margin: 0 auto;
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: normal;
    width: auto;
    padding: 8px 50px;
    height: auto;
    box-shadow: 0px 8px 20px 0px rgba(27, 77, 203, 0.12) !important;
    border-radius: 5px;
  }
  #main-form .main-form .main-button:hover {
    background-color: #096dde !important;
  }
  .share-this .sharetop {
    height: 4rem;
  }
  .share-this .sharetop p {
    font-size: 1.5rem;
    line-height: 4rem;
  }
  .share-this .sharetop span {
    font-size: 1.5rem;
    line-height: 4rem;
    color: #096dde;
  }
  .share-this .sharetop #copyurl {
    font-size: 1.5rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 450px) {
  header .navbar-brand {
    font-size: 1.2em !important;
  }
  header .navbar .nav li.dropdown img {
    display: none;
  }
  header .navbar .nav li.dropdown ul {
    position: initial;
    width: 100%;
    float: right;
    background: transparent;
    border: 0;
    box-shadow: none;
    z-index: 2;
    display: block;
    padding: 0;
    list-style: none;
  }
  header .navbar .nav li.dropdown ul li {
    display: block;
  }
  body .is404 h1 {
    font-size: 8em !important;
  }
  body .is404 h2 {
    font-size: 2em !important;
    line-height: 1em!important;
  }
  section .sidebar {
    height: auto;
    display: none;
  }
  footer .text-right {
    text-align: left !important;
    margin-top: 10px;
  }
  footer .text-right a:first-child {
    margin-left: 0;
  }
  .short_captcha .verify_input {
    width: 45.4%;
    margin-right: 5.6%;
  }
  #recaptcha_table > tbody > tr:nth-child(1) > td:nth-child(2) {
    display: none;
  }
  .recaptcha_input_area {
    width: 77% !important;
  }
  .recaptcha_input_area input {
    width: 100% !important;
  }
  #recaptcha_image {
    width: 104% !important;
  }
  #recaptcha_image img {
    width: 100% !important;
  }
  section .feature h2 {
    font-size: 18px;
  }
  section h3.featureH {
    font-size: 18px;
  }
  section p.featureP {
    font-size: 14px;
  }
  section .panelette {
    margin-bottom: 15px;
  }
  section .stats h3 span {
    display: block;
  }
  section .content .panel .col-xs-8 h3 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  section .content .panel .col-xs-8 p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  section .content .panel .col-xs-8 span {
    font-size: 12px;
  }
  section.shortput {
    padding: 0;
  }
  section .promo {
    padding: 10px 0 0 8px;
  }
  section .promo h1 {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  section .promo .description {
    margin-top: 10px;
    font-size: 1em;
    line-height: 1.8em;
  }
  .home section.shortput .short {
    width: 100%;
    padding: 30px 20px;
    background-color: #f9fbff;
    box-shadow: none;
  }
  .right-tool {
    top: 77% !important;
  }
}
@media screen and (max-width: 380px) {
  header .navbar .navbar-brand {
    margin-top: 6px;
  }
  header .navbar-brand img {
    width: 135px !important;
  }
}
@media (min-width: 1200px) {
  .container {
      width: 1030px;
  }
}
.right-tool {
  position: fixed;
  right: 20px;
  top: 38%;
  z-index: 9999999;
}
.right-tool ul, li {
  list-style: none;
}
.kefu-tool li {
  width: 60px;
  height: 60px;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(27, 77, 203, 0.1);
  box-shadow: 0px 6px 15px 0px rgba(27, 77, 203, 0.1);
  position: relative;
  display: flex;
  background: #fff;
}
.kefu-tool li:hover {
  background: #096dde;
}
.kefu-tool li a {
  color: #404040;
  margin: 0 auto;
}
.kefu-tool li a:hover {
  color: #fff;
}
.kefu-tool li i {
  display: block;
  font-size: 1.5em;
  padding: 10px 0 5px 0;
}
.kefu-tool li p {
  font-size: 0.8em;
  text-align: center;
}