﻿/*
* @Author: mengr@253.com
* @Date:   2018-03-1 13:27:55
* @Last Modified by:   XS-021
* @Last Modified time: 2018-03-2 14:22:43
*/


/* ==========================初始化========================== */

body,
html {
  width: 100%;
  height: 100%;
  background-color: #f0f2f7!important;
}

body {
  font-size: 14px!important;
  line-height: 1.5;
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

#app {
  position: relative;
  width:100%;
  height: 100%;
  min-height: 100%;
  color: #9599a8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal
}

ol,
ul,
dl {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-weight: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  font-family: "微软雅黑";
}

fieldset,
img {
  border: 0;
}

a {
  text-decoration: none;
  background: none;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 1000px white inset !important
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
input[type="search"],
select,
input[type=number],
input[type=number] {
  -webkit-appearance: none;
  outline: none;
}

input[type='number'],
input[type='tel'] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}
.anniu{text-align: center;
    padding: 15px;}
.index-news {
	min-width: 1200px;
	height: 650px;
	padding: 80px 0;
	background: #f8f8f8 url(../png/trybox-bg.png) no-repeat center;
	border: 1px #f0f0f0 solid;
	border-width: 1px 0;
}
.index-title {
    text-align: center;
}
.index-title .title {
    font-size: 30px;
    line-height: 30px;
    color: #333;
}
.index-title .title-line {
    height: 20px;
}
.index-title .tips {
    font-size: 16px;
    line-height: 15px;
    color: #757677;
}
.wp {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.index-news .s {
	padding-top: 40px;
}
.index-news .news-list {
	float: left;
	width: 400px;
}
.index-news .list-s {
	margin: 0 15px;
	background: #fff;
	border: 1px #f2f2f2 solid;
}
.index-news .m {
	position: relative;
}
.index-news .m p {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	bottom: 0;
	text-align: center;
	line-height: 140px;
	font-size: 20px;
	background: rgba(0,0,0,0);
	color: #eee;
}
.index-news .m img {
	width: 100%;
	height: 140px;
}
.index-news ul {
	padding: 10px 15px;
}
.index-news li {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-size: 14px;
	padding-left: 10px;
	background: url(../gif/lidot.gif) no-repeat left center;
	border-bottom: 1px dashed #ddd;
}
.index-news li span {
	float: right;
	margin-left: 10px;
	font-size: 12px;
	color: #888;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.indexTitle {
    padding: 0 0 46px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.Industry {
    height: 420px;
    width: 100%;
    background-color: #373d41;
    position: relative;
}
.indexYs .con1, .Industry .con1 {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0;
}
.Industry .content {
    width: 75%;
    min-width: 1200px;
    margin: 0 auto;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.indexIndustry .item {
    height: 420px;
    width: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}
.indexIndustry .item .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    transition: all 0.3s linear;
}
.indexIndustry .item .top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: all 0.3s linear;
    padding-top: 120px;
    text-align: center;
}
.indexIndustry .item .top img {
    margin: 0 auto 40px;
    width: 50px;
}
.indexIndustry .item .top img, .indexIndustry .item .top p {
    position: relative;
    z-index: 2;
    line-height: 2;
}
.indexIndustry .item .top p.lead {
    font-size: 18px;
}

button:disabled {
  opacity: 0.6;
}

.border-l-g {
  /*标题前面的绿色横线标注样式*/
  height: 14px;
  padding-left: 8px;
  line-height: 14px;
  font-size: 14px;
  border-left: 4px solid #01c0c8;
  color: #848a9f;
}

.btn {
  padding: 7px 30px;
  color: #ffffff;
  border-radius: 3px;
  margin-right: 20px;
  cursor: pointer;
}

.btn-recharge {
  background: #f74c64;
}

.btn-recharge:hover {
  background: #fb5b71;
}

.btn-recharge:focus {
  background: #fa1736;
}

.btn-test {
  background: #5490ff;
}

.btn-test:hover {
  background: #77a1ff;
}

.btn-test:focus {
  background: #3971ef;
}

.input {
  
  display: inline-block;
  height: 32px;
  line-height: 1.5;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 2px;
  color: #59607c;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border .2s ease-in-out, background .2s ease-in-out, box-shadow .2s ease-in-out;
}

.input:hover {
  border-color: #a4c4ff;
}

.input:focus {
  border-color: #689cfc;
  outline: 0;
  box-shadow: none;
}



:focus {
  outline: none;
}

.cf {
  zoom: 1;
}

.cf:after {
  content: '';
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.margintop20 {
  margin-top: 20px;
}

.marginbottom20 {
  margin-bottom: 20px;
}

.marginleft20 {
  margin-left: 20px;
}

.marginright20 {
  margin-right: 20px;
}

.h3 {
  color: #20273c;
  font-size: 24px;
  font-weight: bold;
}

.vertical-center {
  width: 1200px;
  margin: 0 auto;
  min-width: 1200px;
}

.blue {
  color: #4d84ff;
}

.green {
  color: #3dbd76;
}

button {
  background: none;
  border: none;
}

.btn-blue {
  color: #ffffff;
  cursor: pointer;
  line-height: 34px;
  border-radius: 3px;
  background: #4d84ff;
}

.btn-blue:hover {
  background: #77a1ff;
}

.btn-blue:focus {
  background: #3971ef;
}

.but{
	display: inline-block; 
   width: 118px;
color: #756f6f;
    cursor: pointer;
    line-height: 34px;
    border-radius: 23px;
    background: #ffffff;
    border: 1px solid #ddd;}

.but:hover {
  background: #3971ef;
  color:#fff;
}

.but:focus {
  background: #3971ef;
}

.enter .cl-header .user-cont .menucont ul li a {
  color: red!important;
}



.login-box {
  width: 300px;
  margin-left: 7px;
}

.login-box .ivu-form-item {
  margin-bottom: 34px;
}

.login-box .ssss {
  margin-bottom: 0;
}

.login-box .ivu-form-item-content {
  line-height: normal;
}

.login-box .ivu-input-group-prepend {
  color: #59607c;
  line-height: 40px;
  padding: 0px;
  background: #fff;
  width: 80px;
  text-align: center;
  border-radius: 0;
}

.login-box div.icon-wrapper {
  text-align: center;
}

.login-box div .ivu-input {
  height: 42px;
  border-radius: 0;
}

.green-bg,
.green-bg:focus {
  background-color: #29b88c;
  color: #fff;
}

.green-bg:hover {
  background-color: #26c897;
}

.green-bg:active {
  background-color: #1d916c;
}

.icon-wrapper i {
  display: inline-block;
  margin-right: 5px;
  margin-top: -3px;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-position: center center;
  background-size: 100% auto;
}

.icon-wrapper i.icon-zhanghao {
  background: url("../website-sprite.html") 0 0 no-repeat;
}

.icon-wrapper i.icon-xiugaimima {
  background: url("../website-sprite.html") 0 -169px no-repeat;
}

.icon-wrapper i.icon-yirenzheng {
  background: url("../website-sprite.html") 0 -18px no-repeat;
}

.login-box .ivu-form-item-error-tip {
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  background: #fee9e4;
  top: 46px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  color: #ff5055;
}



/* 登录注册极验 */

.geetele {
  width: 125px;
}

.geetest_logo,
.geetest_success_logo,
.geetest_holder.geetest_wind.geetest_fallback .geetest_offline {
  display: none !important;
}

.geetest_holder.geetest_wind {
  min-width: auto !important;
  height: 42px !important;
}

.geetest_holder.geetest_wind .geetest_radar_btn,
.geetest_holder.geetest_wind .geetest_success_btn {
  min-width: auto !important;
}

.geetest_holder.geetest_wind .geetest_radar_tip,
.geetest_holder.geetest_wind .geetest_success_radar_tip {
  font-size: 12px !important;
  color: #59607c !important;
  font-weight: normal !important;
}

.geetest_holder.geetest_wind * {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
}

.geetest_holder.geetest_wind .geetest_radar_btn {
  background-image: none !important;
}

.geetest_holder.geetest_wind .geetest_radar_btn,
.geetest_holder.geetest_wind .geetest_success_btn {
  border: 1px solid transparent !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.geetest_holder.geetest_wind .geetest_success_radar_tip {
  color: #27b98c !important;
}

.geetest_holder.geetest_wind .geetest_success_btn {
  border-color: #26C267 !important;
}

.geetest_holder.geetest_wind .geetest_radar_tip {
  padding: 0 0 0 38px !important;
  text-align: center !important;
}

.geetest_holder.geetest_wind .geetest_success_radar_tip {
  padding: 0 0 0 38px !important;
}

.geetMark {
  background-color: transparent;
  height: 44px;
  width: 125px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  cursor: pointer;
}



/*云通讯左侧导航*/

.abs {
  width: 130px;
  height: 300px;
  left: 16px;
  top: 50%;
  z-index: 9999;
  color: #fff;
  padding-top: 0;
  position: fixed;
  margin-top: -300px;
}



/*国际区号*/

.country {
 
  z-index: 10;
  top: 0px;
  left: 79px;
}

.country_div {
  position: relative;
  width: 46px;
}

.slcountry {
  height: 42px;
  line-height: 42px;
  width: 100%;
  cursor: pointer;
}

.prefix {
  text-align: center;
  display: block;
  width: 40px;
  float: left;
}

.slcountry i {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 18px;
  right: -5px;
}

.sloption {
  position: absolute;
  top: 38px;
  left: -10px;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  border-radius: 4px;
  z-index: 900;
  padding: 5px 0;
  width: 150px;
}

.sloption ul {
  max-height: 160px;
  overflow: auto;
}

.sloption ul li {
  padding: 7px 10px;
  color: #59607c;
  font-size: 12px!important;
  white-space: nowrap;
  cursor: pointer;
  transition: background .2s ease-in-out;
  overflow: hidden;
  line-height: 20px;
}

.sloption ul li:hover {
  background-color: #f3f3f3;
}

.sloption ul li.active {
  background-color: #4297f1;
  color: #fff;
}

.sloption ul li .value {
  float: left;
}

.sloption ul li .countryname {
  float: right;
  color: #aaa;
}

.sloption ul li.active .countryname {
  color: #a5c8f7;
}

.slide-fade-enter-active {
  transition: all .3s ease;
  transform-origin: center top 0px;
}

.slide-fade-leave-active {
  transition: all .2s ease;
  transform-origin: center top 0px;
  opacity: 0;
  transform: scale(1, 0);
}

.slide-fade-enter {
  transform: scale(1, 0);
  opacity: 0;
}

.sloption div.search {
  position: relative;
  padding: 7px 5px;
}

.sloption div.search input {
  padding-right: 25px;
  padding-left: 10px;
  line-height: 24px;
  width: 100%;
}

.sloption div.search i {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 12px;
  top: 18px;
  background: url("../website-sprite.html") 0 -189px no-repeat;
}

.countryarea input {
  padding-left: 50px;
}

.slcountry i.icon-sarrow-t {
  background: url("../website-sprite.html") 0 -235px no-repeat;
}

.slcountry i.icon-control-arr-copy-copy {
  background: url("../website-sprite.html") 0 -229px no-repeat;
}

.div-api-cont img{
  width: 100%!important;
  height: auto!important;
}

.listPimgport{
  height: 56px!important;
}
.listPimgport>p{
  background: inherit!important;
  margin-bottom:5px;
}
.listPimgport>p>span{
  font-size: 14px!important;
  line-height: 25px!important;
  background: inherit!important;
  color: #9698a1 !important;
}

pre, code {
  display: block;
  overflow: hidden;
  whitewhite-space:pre-wrap; /* css-3 */
  whitewhite-space:-moz-pre-wrap; /* Mozilla, since 1999 */
  whitewhite-space:-pre-wrap; /* Opera 4-6 */
  whitewhite-space:-o-pre-wrap; /* Opera 7 */
  word-wrap:break-word; /* Internet Explorer 5.5+ */
  white-space: pre-wrap; /* Firefox */
}
div.code code.hljs {
  color: #d1d9e1;
  background: #474949;
}
div code.hljs{
  color: #4b4f5c;
  background: #ffffff;
}
/*banner 图上的小圆改为长方倒角形状*/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 20px;
}
.content .swiper-container{
  width: 100% !important;
  height: 580px !important;
  background: linear-gradient(#051433 50%, #1a2776) !important;
}
.swiper-pagination-bullet{
  background:rgba(225,225,225,.3) !important;
  width:30px !important;
  height:4px !important;
  border-radius:0 !important;
  opacity:0.7 !important;
  cursor: pointer;
}
.swiper-pagination-bullet-active{
  height:4px !important;
  opacity:1 !important;
  background:#4d84ff !important;
}
.div-news-content{
  display: inline-block;
  height: 25px;
  font-size: 14px;
  color: #9698a1;
  width:100%;
  overflow:hidden;
}
.div-news-content p , .div-news-content span{
  height: 25px;
  overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;width:100%;
}
.banner-bg{
  height: 279px;
  position: relative;
}
.banner-bg img{
  height: 279px;
  width:100%;
}
.banner-bg h3.h-title{
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  font-family: "微软雅黑";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
}
.banner-bg h3.h-title:after{
  content: '';
  width: 88px;
  height: 2px;
  position: absolute;
  bottom: -12px;
  left: 15px;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
}
.videoModal .ivu-modal-content{
  background: #000;
}