@charset "utf-8";
/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300|Roboto:300,400);*/
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("font/roboto-v15-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"),
    url("font/roboto-v15-latin-300.eot%3F") format("embedded-opentype"),
    /* IE6-IE8 */ url("font/roboto-v15-latin-300.woff2.html") format("woff2"),
    /* Super Modern Browsers */ url("font/roboto-v15-latin-300.woff")
      format("woff"),
    /* Modern Browsers */ url("font/roboto-v15-latin-300.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("font/roboto-v15-latin-300.svg")
      format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("font/roboto-v15-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"),
    url("font/roboto-v15-latin-regular.eot%3F") format("embedded-opentype"),
    /* IE6-IE8 */ url("font/roboto-v15-latin-regular.woff2.html") format("woff2"),
    /* Super Modern Browsers */ url("font/roboto-v15-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("font/roboto-v15-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("font/roboto-v15-latin-regular.svg")
      format("svg"); /* Legacy iOS */
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("font/source-sans-pro-v9-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"),
    url("font/source-sans-pro-v9-latin-300.eot%3F")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("font/source-sans-pro-v9-latin-300.woff2.html") format("woff2"),
    /* Super Modern Browsers */ url("font/source-sans-pro-v9-latin-300.woff")
      format("woff"),
    /* Modern Browsers */ url("font/source-sans-pro-v9-latin-300.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("font/source-sans-pro-v9-latin-300.svg") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("font/source-sans-pro-v9-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"),
    url("font/source-sans-pro-v9-latin-regular.eot%3F")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("font/source-sans-pro-v9-latin-regular.woff2.html")
      format("woff2"),
    /* Super Modern Browsers */
      url("font/source-sans-pro-v9-latin-regular.woff") format("woff"),
    /* Modern Browsers */ url("font/source-sans-pro-v9-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("font/source-sans-pro-v9-latin-regular.svg")
      format("svg"); /* Legacy iOS */
}
/*before*/
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  font-family: "Roboto", serif;
  font-weight: 300;
  /*font-family:Arial, Helvetica, sans-serif;*/
  color: #333;
  /* font-family:'Roboto',serif;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
}
body,
html {
  width: 100%;
  min-height: 100%;
}
.bgfff {
  background-color: #fff;
}
.bggray {
  background-color: #eaeef3;
}
img,
object {
  max-width: 100%;
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #333333;
}
li {
  list-style-type: none;
}
em,
i {
  font-style: normal;
}
input,
button,
select,
textarea {
  outline: none;
}
.acolor {
  color: #1a6ed1;
}
.wrap {
  width: 1024px;
  padding: 0 12px;
  margin: 0 auto;
}
.fl {
  float: left;
  display: block;
}
.fr {
  float: right;
  display: block;
}
.cl {
  clear: both;
}
.pt-110 {
  padding-top: 110px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.align-left {
  text-align: right;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.check-more a,
.ingtone-tabs-title dt img,
.ingtone-tabs-title dd h3,
.ingtone-tabs-title dd h2,
.ingtone-tabs-title dd span,
.nav li a,
.download li.apple a,
.download li.google a,
.to-top span {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
.transparent {
  /* Required for IE 5, 6, 7 */
  /* ...or something to trigger hasLayout, like zoom: 1; */
  width: 100%;

  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=90);

  /* Older than Firefox 0.9 */
  -moz-opacity: 0.9;

  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.9;

  /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
  opacity: 0.9;
}
/*table*/
.pure-table {
  /* Remove spacing between table cells (from Normalize.css) */
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
}

.pure-table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}

.pure-table td,
.pure-table th {
  border-left: 1px solid #cbcbcb; /*  inner column border */
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible; /*to make ths where the title is really long work*/
  padding: 0.5em 1em; /* cell padding */
}

/* Consider removing this next declaration block, as it causes problems when
there's a rowspan on the first cell. Case added to the tests. issue#432 */
.pure-table td:first-child,
.pure-table th:first-child {
  border-left-width: 0;
}

.pure-table thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}

/*
striping:
   even - #fff (white)
   odd  - #f2f2f2 (light gray)
*/
.pure-table td {
  background-color: transparent;
}
.pure-table-odd td {
  background-color: #f2f2f2;
}

/* nth-child selector for modern browsers */
.pure-table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2;
}

/* BORDERED TABLES */
.pure-table-bordered td {
  border-bottom: 1px solid #cbcbcb;
}
.pure-table-bordered tbody > tr:last-child > td {
  border-bottom-width: 0;
}

/* HORIZONTAL BORDERED TABLES */

.pure-table-horizontal td,
.pure-table-horizontal th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #cbcbcb;
}
.pure-table-horizontal tbody > tr:last-child > td {
  border-bottom-width: 0;
}
/*header*/
.header {
  background: #2b6cce;
  height: 70px;
  position: fixed;
  display: block;
  width: 100%;
  z-index: 9;
  font-weight: 300;
  padding-top: 14px;
}

/*blog*/
.blog {
  color: #98bdea;
  line-height: 30px;
  height: 30px;
  font-size: 1em;
}
.blog a {
  color: #98bdea;
  margin-left: 5px;
  margin-right: 5px;
}
.blog a:hover {
  color: #fff;
}

.blog_link {
  float: right;
  display: block;
}
.language {
  float: right;
  display: block;
}

.language {
  background: url(../images/jt.png) no-repeat right;
  color: #98bdea;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-blcok;
  padding-right: 15px;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.language:hover dl {
  display: block;
}
.language dl {
  border: 1px solid #e5e5e5;
  position: absolute;
  right: 0;
  top: 30px;
  width: 100px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  display: none;
}
.language dl a {
  display: block;
  border-bottom: 1px solid #efefef;
}
.language dl a:hover {
  color: #333;
}

/*nav*/
.nav {
  overflow: hidden;
  margin-top: 10px;
  font-size: 1.2em;
  font-family: Arial, Verdana, Geneva, sans-serif;
}
.nav li {
  float: left;
}
.nav li a {
  background: none;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 60px;
  font-size: 15px;
  color: #fff;
}
.nav li a:hover,
.nav li .now {
  background: #1452af;
  color: #fff;
  height: 60px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}

.fp-section {
  width: 1024px;
}
@media screen and (max-width: 1024px) {
  #fullpage .fp-section {
    width: 100%;
  }
  #fullpage .fp-section.fp-table,
  .fp-slide.fp-table {
    table-layout: inherit;
  }
}
/*dingtone*/
.dingtone {
  position: relative;
  height: 100%;
  max-width: 1024px;
  padding: 0 10px;
  min-height: 560px;
}
.dingtone-tabs {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 70%;
  width: 100%;
}
.dingtone-title {
  text-align: center;
  margin-bottom: 0;
  height: 25%;
  padding-top: 5%;
  width: 100%;
}
.dingtone-title h3 {
  font-size: 4.3em;
  font-weight: 600;
  color: #2970f7;
  background: url(../images/tel.png) no-repeat 0 center;
  display: inline-block;
  padding-left: 70px;
  font-family: "Roboto", serif;
}
.dingtone-title h2 {
  font-size: 4.3em;
  font-weight: 600;
  color: #2970f7;
  background: url(../images/tel.png) no-repeat 0 center;
  display: inline-block;
  padding-left: 70px;
  font-family: "Roboto", serif;
}
.dingtone-title span {
  display: block;
  font-size: 3.5em;
  color: #2b2b2b;
  font-weight: 500;
  font-family: "Source Sans Pro", serif;
  margin-top: 8px;
}

.iphone {
  max-width: 333px;
  max-height: 599px;
  width: 33%;
  height: 100%;
  overflow: hidden;
  float: left;
}
.iphone .tabs_pic {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  text-align: right;
}
.iphone img {
  height: 100%;
}

.ingtone-tabs-title {
  float: right;
  width: 540px;
  padding-top: 5%;
}
.ingtone-tabs-title dl {
  padding-bottom: 12%;
  height: 100px;
  position: relative;
}
.ingtone-tabs-title dl i {
  display: block;
  background: url(../images/jt02.jpg) no-repeat;
  width: 9px;
  height: 17px;
  position: absolute;
  left: -51px;
  top: 60px;
  display: none;
}
.ingtone-tabs-title dt {
  float: left;
  width: 100px;
  height: 100px;
  text-align: right;
  margin-top: 10px;
}
.ingtone-tabs-title dt img {
  width: 80%;
}
.ingtone-tabs-title dd {
  float: left;
  width: 380px;
  margin-left: 35px;
}
.ingtone-tabs-title dd h3 {
  font-family: "Roboto", serif;
  font-size: 2em;
  margin-bottom: 5px;
  font-weight: 400;
}
.ingtone-tabs-title dd h2 {
  font-family: "Roboto", serif;
  font-size: 2em;
  margin-bottom: 5px;
  font-weight: 400;
}
.ingtone-tabs-title dd span {
  font-family: "Roboto", serif;
  line-height: 150%;
  font-size: 1.3em;
  color: #444;
}

.ingtone-tabs-title dl.hover dt img {
  width: 100%;
}
.ingtone-tabs-title dl.hover h3 {
  font-size: 2.1em;
}
.ingtone-tabs-title dl.hover h2 {
  font-size: 2.1em;
}
.ingtone-tabs-title dl.hover span {
  font-size: 1.4em;
}
.ingtone-tabs-title dl.hover i {
  display: block;
}

@media screen and (max-height: 800px) {
  .dingtone-title {
    height: 28%;
    padding-top: 2%;
  }
  .dingtone-title h3 {
    font-size: 3.8em;
  }
  .dingtone-title h2 {
    font-size: 3.8em;
  }
  .dingtone-title span {
    font-size: 3em;
  }
  .ingtone-tabs-title {
    padding-top: 0;
  }
  .ingtone-tabs-title dl {
    padding-bottom: 7%;
    height: 100px;
    position: relative;
  }
  .ingtone-tabs-title dd h3 {
    font-size: 1.9em;
  }
  .ingtone-tabs-title dd span {
    font-size: 1.2em;
  }
}

/*phone number*/
.phone-number {
  background: #d6e0ea;
  padding: 0 10px;
  height: 100%;
  margin: 0 auto;
  min-height: 560px;
  width: 1024px;
}

.phone-number-title {
  text-align: center;
  margin-bottom: 6%;
  padding-top: 5%;
}
.phone-number-title h3 {
  font-family: "Source Sans Pro", serif;
  font-size: 3.8em;
  margin-bottom: 5px;
  font-weight: 500;
  color: #333;
}
.phone-number-title span {
  font-family: "Roboto", serif;
  font-size: 1.6em;
  color: #777;
}

.phone-number-content {
  margin-bottom: 6%;
  overflow: hidden;
}
.phone-number-content h3 {
  font-size: 2.2em;
  font-family: "Roboto", serif;
  font-weight: 400;
  color: #666;
}
.phone-number-content span {
  font-weight: 200;
  display: block;
  font-family: "Roboto", serif;
  font-size: 1.3em;
  line-height: 1.7rem;
  width: 450px;
  color: #666;
}

.phone-number-content dt {
  width: 45%;
  max-width: 450px;
}
.phone-number-content dd {
  width: 50%;
  max-width: 488px;
}

.phone-number-fl dt {
  float: left;
}
.phone-number-fl dd {
  float: right;
  padding-right: 10px;
}
.phone-number-fr {
  padding-top: 5%;
}
.phone-number-fr dt {
  float: right;
  padding-right: 10px;
}
.phone-number-fr dd {
  float: left;
}

.check-more {
  width: 230px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 60px;
  text-align: center;
}
.check-more a {
  display: block;
  background: #2692f6;
  width: 230px;
  height: 46px;
  line-height: 46px;
  color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 20px;
}
.check-more a:hover {
  background: #333;
}
@media screen and (max-height: 800px) {
  .phone-number-title {
    margin-bottom: 2.5%;
    padding-top: 2%;
  }
  .phone-number-title h3 {
    font-size: 3.2em;
  }
  .phone-number-title span {
    font-size: 1.4em;
  }
  .phone-number-content {
    margin-bottom: 3%;
  }
  .phone-number-content h3 {
    font-size: 1.8em;
  }
  .phone-number-content span {
    font-size: 1.2em;
  }
  .phone-number-fr {
    padding-top: 0;
  }
}

/*Cheap International Calls*/
.free-international-calls {
  position: relative;
  height: 100%;
  width: 1024px;
  padding: 0 10px;
  min-height: 560px;
}
.why-free {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1024px;
  height: 68%;
  max-height: 530px;
}
.free-international-title {
  text-align: center;
  padding-bottom: 2%;
  height: 30%;
}
.free-international-title h3 {
  font-size: 4.5em;
  color: #2dbb73;
  font-weight: 600;
  font-family: "Source Sans Pro", serif;
  padding-top: 5%;
}
.free-international-title span {
  display: block;
  font-size: 2.2em;
  font-family: "Source Sans Pro", serif;
}

.why-free h3 {
  font-family: "Roboto", serif;
  font-size: 3.2em;
  font-weight: lighter;
}
.why-free span {
  font-family: "Source Sans Pro", serif;
  font-size: 2em;
  max-width: 535px;
  margin: 0 auto;
  margin-top: 5%;
  display: block;
}
.why-free dl {
  height: 100%;
}
.why-free dt {
  float: left;
  width: 30%;
  height: 100%;
  max-width: 300px;
  text-align: right;
}
.why-free dd {
  float: right;
  width: 70%;
  height: 100%;
  max-width: 705px;
  text-align: center;
}
.why-free dt img {
  height: 100%;
}
.why-free dd p {
  display: block;
  width: 95%;
  height: 60%;
  margin: 0 auto;
}
.why-free dd p img {
  height: 100%;
}
.why-free dd b {
  color: #eaae2d;
}
@media screen and (max-height: 800px) {
  .free-international-title {
    text-align: center;
    padding-bottom: 2%;
    height: 30%;
  }
  .free-international-title h3 {
    font-size: 3.8em;
    padding-top: 1%;
  }
  .free-international-title span {
    font-size: 1.7em;
    padding: 0 5%;
  }
  .why-free h3 {
    font-size: 3.2em;
    font-weight: lighter;
  }
  .why-free span {
    font-size: 2em;
    max-width: 535px;
    margin: 2% auto;
    display: block;
  }
}

/*30 million users voted Telos Protocol Limited as the best calling app*/
.app-users {
  position: relative;
  background: #e9edf4;
  padding: 0 10px;
  overflow: hidden;
  width: 1024px;
  height: 100%;
  margin: 0 auto;
  min-height: 560px;
}
.app-users-evaluate {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1024px;
  height: 70%;
  max-height: 600px;
}
.app-users-title {
  text-align: center;
  margin-bottom: 3%;
}
.app-users-title h3 {
  font-size: 4.5em;
  font-family: "Source Sans Pro", serif;
  font-weight: 600;
  color: #f47d14;
  padding-top: 5%;
}
.app-users-title span {
  display: block;
  font-size: 2.5em;
  font-family: "Source Sans Pro", serif;
  padding-top: 20px;
}

.left-phone {
  width: 40%;
  height: 90%;
  max-width: 353px;
  text-align: center;
  max-height: 540px;
  overflow: hidden;
  text-align: right;
  position: absolute;
  left: 0;
  bottom: 0;
}
.left-phone img {
  height: 100%;
}

.google-evaluate {
  float: right;
  width: 57%;
  max-width: 580px;
  height: 100%;
  border-left: 1px solid #d0d6e0;
  max-height: 540px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.google-evaluate-tiele {
  border-bottom: 1px solid #d0d6e0;
  padding: 0 30px 30px 30px;
  position: relative;
}
.google-evaluate-tiele h3 {
  background: url(../images/google.png) no-repeat;
  padding-left: 60px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  font-weight: lighter;
}
.google-evaluate-tiele span {
  font-size: 32px;
  margin-top: 20px;
  display: block;
}
.google-evaluate-tiele em {
  display: block;
  position: absolute;
  right: 0;
  bottom: 30px;
}

.scrollbox {
  width: 100%;
  overflow: hidden;
}
#scrollDiv {
  width: 100%;
  height: 339px;
  overflow: hidden;
  padding-top: 30px;
} /*这里的高度和超出隐藏是必须的*/
#scrollDiv ul {
  margin-left: 30px;
}
#scrollDiv li {
  height: 85px;
  overflow: hidden;
  vertical-align: bottom;
  zoom: 1;
}
#scrollDiv li span {
  display: block;
}
#scrollDiv li .user_pic {
  width: 48px;
  float: left;
}
#scrollDiv li .user_say {
  width: 480px;
  float: right;
  line-height: 120%;
  font-size: 1.1em;
}
#scrollDiv li .user_say p {
  color: #0874d8;
}
.updown {
  text-align: center;
  margin-top: -15px;
}
@media screen and (max-height: 800px) {
  .app-users-title h3 {
    font-size: 4em;
    padding-top: 2%;
  }
  .app-users-title span {
    font-size: 2.2em;
    padding-top: 10px;
  }
  .google-evaluate-tiele {
    padding: 0 30px 10px 30px;
  }
  .google-evaluate-tiele span {
    margin-top: 5px;
  }
  #scrollDiv {
    padding-top: 20px;
    height: 250px;
  }
  #scrollDiv li {
    height: 65px;
  }
  .updown {
    text-align: center;
    margin-top: 15px;
  }
}

/*introduce*/
.introduce {
  padding: 0 10px;
  padding-top: 3%;
  width: 1024px;
  min-height: 560px;
}
.introduce ul {
  overflow: hidden;
}

.introduce li {
  float: left;
  width: 33.333%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.introduce li h3 {
  font-family: "Roboto", serif;
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333333;
}
.introduce li span {
  font-family: "Roboto", serif;
  font-size: 1.1em;
  font-weight: 300;
  color: #666;
}
.introduce-icon {
  float: left;
  width: 120px;
  text-align: center;
}
.introduce-content {
  float: left;
  width: 205px;
  line-height: 160%;
}
.line_01 {
  background: url(../images/line_01.jpg) repeat-y right;
  border-bottom: 1px solid #ddd;
}
.line_02 {
  border-bottom: 1px solid #ddd;
}
.line_03 {
  background: url(../images/line_01.jpg) repeat-y right;
}

.introduce-title {
  text-align: center;
  margin-top: 1%;
  margin-bottom: 2%;
}
.introduce-title h3 {
  color: #2970f7;
  font-weight: 600;
  font-size: 4.8em;
  font-family: "Source Sans Pro", serif;
}
.introduce-title h2 {
  color: #2970f7;
  font-weight: 600;
  font-size: 4.8em;
  font-family: "Source Sans Pro", serif;
}
.introduce-title span {
  font-size: 2.4em;
  font-family: "Source Sans Pro", serif;
  margin-top: 10px;
  display: block;
}

@media screen and (max-height: 800px) {
  .introduce li {
    float: left;
    width: 33.333%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/*footer*/
.footer {
  background: #6a788b;
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
}
.footer-nav {
  font-family: "Roboto", serif;
  float: left;
  width: 100%;
}
.footer-nav dl {
  float: left;
  width: 25%;
  font-weight: 300;
}
.footer-nav dt {
  font-size: 24px;
  color: #f1f2f3;
  margin-bottom: 15px;
}
.footer-nav dd a {
  display: block;
  font-size: 16px;
  line-height: 150%;
  color: #f1f2f3;
}

.download {
  float: right;
}
.download h3 {
  background: url(../images/down.png) no-repeat;
  padding-left: 50px;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  font-weight: lighter;
  color: #f1f2f3;
  margin-bottom: 28px;
}
.download li {
  width: 240px;
  height: 40px;
  margin-bottom: 16px;
}
.download li span {
  display: block;
  float: left;
}
.download li a {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.d_icon {
  width: 60px;
  text-align: center;
  background: url(../images/xiazai.png) no-repeat center center;
  text-indent: -999em;
}
.d_logo {
  width: 45px;
  text-align: center;
}
.d_title {
  font-size: 16px;
}

.download li.apple a {
  background: #fff;
  color: #444;
}
.download li.apple a:hover {
  background: #f3f4f5;
}
.download li.google a {
  background: #2f2f30;
  color: #fff;
}
.download li.google a:hover {
  background: #202021;
}
footer .tips {
  width: 100%;
  background: none;
  font-family: "Roboto", serif;
  line-height: 200%;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
footer .tips a {
  color: #444;
}
.copyright {
  border-top: 1px solid #5d6b7e;
  text-align: center;
  line-height: 40px;
  font-family: "Roboto", serif;
}
.copyright span {
  margin-left: 40px;
  margin-right: 40px;
  color: #1e2938;
}

.to-top {
  display: none;
  position: fixed;
  right: 2em;
  bottom: 2em;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 32px;
  background: #838e9d;
}

/*faq con*/
.titleh1 {
  margin: 30px 0 30px 0;
  font-size: 2.6em;
}
.faqs_con {
  margin: 10px 0 100px 0;
}
.faq_category {
  width: 260px;
  background-color: #d5e4f4;
  font-size: 17px;
}
.faq_category ul li {
  height: 75px;
  border-bottom: 1px solid #f5f5f5;
}
.faq_category ul li a {
  position: relative;
  background: url("images/arrow-right.png") 236px center no-repeat;
  display: block;
  height: 75px;
  line-height: 75px;
  padding-left: 18px;
  padding-right: 20px;
  vertical-align: middle;
}
.faq_category ul li a.selected,
.faq_category ul li a:hover {
  position: relative;
  background-color: #3667c7;
  background-image: none;
  color: #fff;
}
.faq_category ul li a.selected:after,
.faq_category ul li a:hover:after {
  right: -15px;
  border: 8px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #3667c7;
  top: 50%;
  margin-top: -8px;
}

.faq_list {
  padding: 30px 10px 40px 40px;
  width: 713px;
  background: #fff;
}
.faq_list_con {
  width: 713px;
  height: 690px;
  float: left;
  overflow-y: scroll;
}
.faq_list_con h2 {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.faq_list_con ul {
  padding-bottom: 4em;
}
.faq_list_con ul li {
  line-height: 2em;
  font-size: 1.2em;
}
.faq_list_con a {
  color: #1a6ed1;
}
faq_list_con a:hover {
  color: chocolate;
}
.force-overflow {
  min-height: 1450px;
}
.faq_search_con {
  height: 60px;
}
.searchbox_con {
  overflow: hidden;
  width: 500px;
  vertical-align: middle;
  white-space: nowrap;
}

.searchbox_con input#search {
  width: 480px;
  height: 50px;
  background: #fff;
  border: none;
  float: left;
  padding-left: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #659cef;
}
.highlight {
  font-weight: 500;
  color: chocolate;
}
.searchbox_con input.btnsearch {
  background: url("images/search_icon.png") center center no-repeat;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
  height: 50px;
  width: 50px;
  color: #4f5b66;
  opacity: 0;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  -ms-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;
  outline: none;
  opacity: 1;
  margin-left: -50px;
}
.searchkeyword_con {
  font-family: "Roboto", serif;
  width: 500px;
  height: 60px;
}
.searchkeyword_con h5 {
  font-size: 1.4em;
  font-weight: 500;
  color: #444;
}
.searchkeyword_con p {
  margin-top: 5px;
}
.searchkeyword_con p a {
  font-size: 1.1em;
  color: #1a6ed1;
  display: inline-block;
  margin-right: 18px;
}
.faq_detail_con {
  min-height: 690px;
  font-family: "Roboto", serif;
  padding-right: 20px;
}
.breadcrumb_con {
  padding: 0 0 1em;
  font-size: 1.2em;
  border-bottom: 1px solid #e5e5e5;
  color: #666;
}
.breadcrumb_con a {
  color: #1a6ed1;
}
.breadcrumb_con span {
  color: #777;
}
.faq_detail_con h1 {
  font-size: 2em;
  margin-top: 1em;
  font-weight: 500;
}
.faq_content {
  margin-top: 1.5em;
  font-size: 1.2em;
}
/*html page*/
.htmlpage_con {
  padding: 50px 0;
  font-family: "Roboto", serif;
}
.htmlpage_con h2 {
  font-size: 2.4em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.htmlpage_con h3 {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.htmlpage_con p {
  font-size: 1.2em;
  margin-bottom: 1.2em;
  line-height: 1.5em;
  color: #444;
  text-align: left;
}
.htmlpage_con a {
  color: #1a6ed1;
}
/*rates*/
.rates_con {
  padding: 60px 0 80px 0;
  font-family: "Roboto", serif;
}
.rates h1 {
  font-size: 2.4em;
}
.rates_con h2 {
  font-size: 1.6em;
  padding: 1em 0;
  font-weight: 400;
}
.rates_con h2 span {
  font-weight: normal;
  font-size: 0.7em;
  color: #f33c23;
}
.rates_con h3 {
  background-color: #e3f2f8;
  height: 80px;
  line-height: 80px;
  border: 1px solid #e5e5e5;
  border-top: none;
  font-weight: 400;
  font-size: 1.4em;
}
.rates_con p {
  font-size: 1.3em;
  margin: 0.8em 0 1.5em 0;
  color: #444;
}
.rates_list_con {
  border: 1px solid #e5e5e5;
  border-right: none;
  border-bottom: none;
  height: auto;
}
.rates_list_con li {
  height: 100px;
  line-height: 100px;
  width: 510px;
  float: left;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.rates_list_con .flag {
  width: 140px;
  height: 100px;
}
.rates_list_con .country {
  width: 250px;
  height: 100px;
  font-size: 1.4em;
  font-weight: 500;
}
.rates_list_con .rate {
  width: 120px;
  height: 100px;
  font-size: 1.4em;
  color: #777;
}
.rates_con a {
  color: #1a6ed1;
}
/*our user*/
.ouruser_banner_con {
  padding-top: 100px;
  background-color: #080808;
}
.ouruser_con {
  font-family: "Roboto", serif;
  padding: 80px 0 80px 0;
}
.ouruser_con h1 {
  text-align: center;
  font-weight: 500;
  font-size: 3.2em;
  padding-bottom: 1.5em;
}
.user_story_col {
  height: auto;
  width: 512px;
  float: left;
}
.col_even {
  width: 480px;
  padding-left: 32px;
}
.story_item {
  width: 480px;
  margin-bottom: 2em;
  background-color: #f3f3f3;
}
.story_item h2 {
  font-weight: 400;
  font-size: 1.6em;
}
.story_item .author {
  color: #1a6ed1;
}
.story_item .info {
  padding: 1em 0;
  font-size: 1.1em;
  color: #777;
}
.story_item .text_con {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 2em 1em 0;
}
.content_wrap {
  padding: 0 1em;
}
.story_item .content {
  padding: 0 1em;
  font-size: 1.1em;
  color: #444;
  text-align: justify;
}
.content p {
  line-height: 1.4em;
  margin-bottom: 1em;
}
a.readmore {
  font-size: 1.3em;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 56px;
  background: #dddedf url(images/lace.png) repeat-x;
  text-align: center;
}
a.readless {
  font-size: 1.3em;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #dddedf;
  text-align: center;
}
.loading-info {
  display: none;
}
/*dingtone events*/
.event_list_con {
  height: auto;
  overflow: hidden;
}
.event_banner_con {
  height: 450px;
  background: url(images/event-banner.jpg) no-repeat;
  background-size: cover;
}
.event_con {
  font-family: "Roboto", serif;
  padding: 80px 0 80px 0;
}
.event_con h1 {
  text-align: center;
  font-weight: 500;
  font-size: 3.2em;
  padding-bottom: 1.5em;
}
.event_item {
  width: 480px;
  min-height: 560px;
  margin-bottom: 3em;
  margin-right: 50px;
}
.mr-0 {
  margin-right: 0;
}
.event_item h2 {
  font-weight: 400;
  font-size: 1.6em;
}
.event_item .info {
  padding: 1em 0;
  font-size: 1.1em;
  color: #777;
}
.event_item .author {
  color: #1a6ed1;
}
.event_item .text_con {
  width: 480px;
  padding-top: 1em;
}
.event_item .content {
  font-size: 1.1em;
  color: #444;
  text-align: justify;
}
.btn-read-more {
  height: 38px;
  padding-top: 1em;
}
.btn-read-more a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 1em;
  background-color: #2791f7;
  color: #fff;
  border-radius: 5px;
}

.event_detail_con {
  padding: 20px 0 80px 0;
}
.event_detail_con h2 {
  padding-top: 30px;
}
.event_detail_con .info {
  padding: 0.5em 0 1em;
  font-size: 1.1em;
  color: #777;
}
.event_body_con {
  font-size: 1.2em;
  line-height: 1.4em;
}
.event_body_con p {
  margin-bottom: 1em;
  color: #444;
  color: #444;
}
.event_body_con a {
  color: #1a6ed1;
}
.event_detail_con .author {
  color: #1a6ed1;
}
/*freecallarc*/
.freecallarc_con {
  font-family: "Roboto", serif;
  padding-top: 50px;
}
.freecallarc_con h1 {
  font-size: 2.6em;
  font-weight: 600;
  padding-bottom: 0.6em;
}
.freecallarc_con p {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 1em;
  color: #666;
}
.freecallarc_list_con {
  padding: 20px 0 100px;
  min-height: 200px;
}
.freecallarc_list_con h2 {
  font-weight: 500;
}
.freecallarc_list_con h2 a {
  color: #d27141;
}
.freecallarc_item .thumbimg {
  width: 340px;
}
.freecallarc_item .text_con {
  width: 660px;
}
.freecallarc_item {
  border-top: 1px solid #e5e5e5;
  padding: 18px 0;
}
.freecallarc_item:first-child {
  border-top: none;
}
.freecallarc_item .content {
  font-size: 1.1em;
  color: #444;
  text-align: justify;
}
.freecallarc_item .btn-read-more {
  height: 38px;
}
.freecallarc_detail_con {
  padding: 20px 0 80px 0;
}
.freecallarc_detail_con h2 {
  padding: 30px 0 20px;
  font-size: 2.4em;
  font-weight: 500;
}
.freecallarc_body_con {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #444;
}
.freecallarc_body_con h3 {
  border-left: 4px solid #2b6cce;
  color: #2b6cce;
  margin: 1.5em 0 1em;
  padding-left: 12px;
  font-size: 1.3em;
  font-weight: 500;
}
.freecallarc_body_con p {
  margin-bottom: 1em;
}
.freecallarc_body_con a {
  color: #1a6ed1;
}
.freecallarc_body_con .pure-table th {
  padding: 1em 0;
  background-color: #3667c7;
  color: #fff;
}
.freecallarc_body_con .pure-table td {
  padding: 2em 0;
  background-color: #f5f5f5;
}
.page404_con {
  min-height: 568px;
  padding-top: 200px;
}
.page404_con p {
  margin-bottom: 2em;
  color: #666;
}
.page404_con a {
  padding: 1em 3em;
  background-color: #2dbb73;
  color: #fff;
  border-radius: 5px;
}
/*rates_sample_con*/
.rates_sample_con {
  height: 260px;
}
.rates_sample_con .rate_item {
  height: 130px;
  width: 145px;
  float: left;
  text-align: center;
}
.rates_sample_con .rate_gp {
  height: 130px;
  width: 290px;
  float: left;
  text-align: center;
}
.rate_item .country,
.rate_gp .country {
  padding-top: 10px;
  color: #444;
  font-size: 1.2em;
  font-weight: 500;
}
.rate_item .rate {
  color: #666;
  font-size: 1.2em;
}
.rate_gp .logo {
  padding-left: 60px;
  height: 65px;
}
.rate_gp .logo img {
  display: inline-block;
  margin-left: -20px;
  border-radius: 65px;
  float: left;
}
.rate_gp .logo .andmore {
  color: #888;
  font-size: 1.8em;
  font-weight: 600;
  float: left;
  padding: 0;
  margin-top: 0;
  height: 65px;
  line-height: 55px;
  width: 65px;
  display: inline-block;
  margin-left: -10px;
  border-radius: 65px;
  background-color: #f5f5f5;
}
.htmlpage_con p.noteorange {
  font-size: 1.1em;
  color: #e64006;
}
.cheap_internation_call_con h3,
.bluesubtitle {
  border-left: 4px solid #2b6cce;
  color: #2b6cce;
  margin: 1.5em 0 1em;
  padding-left: 12px;
  font-size: 1.3em;
  font-weight: 500;
}
.cheap_internation_call_con span {
  color: #333;
}
