﻿/* Base Styles
--------------------------------------------------------------------- */

body {
	background-color: #fff;
	font-family: 微软雅黑, "Helvetica Neue",Helvetica,Arial,'Hiragino Sans GB',STHeiti,'WenQuanYi Micro Hei',SimSun,sans-serif;
	/*font-weight: 300;*/
	font-size: 16px;
	color: #555;
	padding-top: 50px;
	/*-webkit-font-smoothing: antialiased;*/
	/*-webkit-overflow-scrolling: touch;*/
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
	font-family: 微软雅黑, "Helvetica Neue",Helvetica,Arial,'Hiragino Sans GB',STHeiti,'WenQuanYi Micro Hei',SimSun,sans-serif;
	/*font-weight: 300;*/
	color: #333;
}

h3 {
    font-weight: 500;
}

p {
	line-height: 28px;
	margin-bottom: 25px;
}

a {
	color: #fff	;
	word-wrap: break-word;

	/*-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;*/
}

a:hover,
a:focus {
	color: #05888e;
	text-decoration: none;
	outline: 0;
}

/*a:before,
a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}*/

 hr {
	display: block;
	width: 500px;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	padding: 0;
}

.pad-top {
	padding-top: 80px;
}


.btn-theme {
	background-color: #009900;
	color: #fff;
	font-size: 16px; 
	border-color: #009900;
}

.btn-theme:hover,
.btn-theme:focus {
	border-color: #009900; 
	background-color: #fff;
	color: #009900;
	box-shadow: none;
}

.navbar {
	/*-moz-box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);*/
}

.navbar-default {
	/*font-family: 'Lato', sans-serif;*/
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	border-color: #3c98e1;
}

.navbar-default .navbar-brand {
	font-size: 2.6rem;
	line-height: 4rem;
	font-weight: 400;
	color: #fff;
	text-indent: -999em;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 60px;
	background: transparent url("/Img/logo.png") no-repeat center bottom;
	background-size:100px 55px;
	margin-left: 10px;
	margin-right: 50px;
}

.navbar-default .navbar-brand:hover {
	color: #fff;
}

.navbar-default .navbar-collapse {
	border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
	/*color: rgba(255, 255, 255, 0.6);*/
    color: #000;
    font-weight: 300;
    /*padding: 25px 15px 0 15px;*/
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	/*color: rgba(255, 255, 255, 0.6);*/
    color: #267bbb;
	background-color: transparent;
    /*border-bottom: 3px solid #2373b3;*/
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	/*color: #fff;*/
    color: #267bbb;
    font-weight: 600;
    /*border-bottom: 3px solid #2373b3;*/
}

.navbar-default .navbar-right a[type="button"] {
	padding: 6px 20px 6px 20px;
}

.navbar-default .navbar-right a[type="button"]:hover,
.navbar-default .navbar-right a[type="button"]:focus {
	/*background-color: transparent;
	color: #fff;*/
}

.navbar-brand {
	height: 40px;
	padding: 10px;
	font-size: 24px;
}

.navbar-nav>li>a {
	/*padding-top: 20px;*/
	padding-bottom: 5px;
}
.navbar-right {
	padding-top: 12px;
}

/* Header */

#headerwrap {
	/*background: url("/img/bg.jpg") no-repeat center top;
	background-size: cover;*/
	padding-top: 30px;
    /*padding-bottom: 50px;*/
}

#headerwrap .col-lg-2 {
	padding-top: 40px;
}

#headerwrap h1 {
	margin-top: 10px;
	color: white;
	font-size: 4rem;
    line-height: 8rem;
    text-align: left;
}

#headerwrap h3 {
	color: white;
	font-size: 2.8rem;
}

#headerwrap h4 {
	padding-top: 10px;
	padding-bottom: 20px;
	color: white;
    text-align: left;
    line-height: 4rem;
}

#headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: left;
}

#headerwrap p {
	text-align: left;
	color: #fff;
}



#serviceSection {
	/*background-color: #f5f5f5;*/
    /*margin-top: 20px;*/
	padding-top: 80px;
	padding-bottom: 80px;
}

#serviceSection .col-lg-6 img {
	display: table;
	margin: 0 auto;
}

#serviceSection p {
    height: 85px;
}

#serviceSection .ac a {
	font-size: 2rem;
	color: #3c98e1;
}

#serviceSection .col-lg-6 h4{
	font-size: 2rem;
	color: #06979e;
}

#serviceSection li {
	padding-top:1.2rem;
}

#customerSection {
	background-color: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 80px;
}

#customerSection .col-lg-6 img {
	display: table;
	margin: 0 auto;
}

#customerSection .ac a {
	font-size: 20px;
	color: #3c98e1;
}

#customerSection .col-lg-6 h4 {
	font-size: 20px;
	color: #06979e;
}

#mobileSection {
	background-size: cover;
	min-height: 400px;
	/*padding-top: 60px;*/
}

#mobileSection h2 {
	color: #fff;
    font-weight: 300
}
#mobileSection h3 {
	color: #fff;
    font-weight: 300;
}
#mobileSection p {
	color: rgba(220,220,220,0.9);
}

#divider01 h4 {
	padding-top: 15px;
	color: #fff;
}

#divider02 {
	background-color: #1ebf9b;
	height: 220px;
	padding-top: 55px;
}

#divider02 h1 {
	color: #fff;
}

#divider02 h3,
#divider02 button {
	display: inline;
	vertical-align: middle;
}

.mobile {
   background: url("/img/mobile-bg.png") no-repeat center center;
    min-height: 478px;
    padding: 0;
}

.mobileCaption {
    background-color: #00a2c9;
    color: #ffffff;
    padding: 35px 0;
}

.relative {
    position:relative
}

@media (min-width: 1200px) {
    .mobileContent {
        background-color: #eceaeb;
        min-height: 478px;
        /*padding: 100px 120px;*/
        padding: auto;
        vertical-align: middle;
        position: absolute;
        right: 0;
        top: 0;
        width: 55%;
        max-width: 1267px;
    }
}

@media (max-width: 1199px) {
    .mobileContent {
        background-color: #eceaeb;
        min-height: auto;
        padding: 70px 90px;
        position: relative;
    }
}

#mobileSection .mobileContent h2{
    color: #267bbb;
    font-weight: bold;
    padding: 10px;
}

#mobileSection .mobileContent h3{
    color: #000000;
    font-weight: 300;
    padding: 10px;
    line-height: 1.5em;
}

.pricing .title {
  margin-bottom: 60px;
  margin-top: 0;
}
.pricing .item {
  padding: 30px 15px;
}
.pricing .item.best-buy {
  top: -15px;
}
.pricing .item.best-buy .heading {
  padding-top: 45px;
}
.pricing .item.best-buy .content {
  padding-bottom: 45px;
}
.pricing .item .item-inner {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.pricing .item .heading {
  margin-top: 0;
  padding: 30px 15px;
  background: #c4e7d9;
  position: relative;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pricing .item .heading .title {
  margin-bottom: 30px;
  color: #225742;
  padding-bottom: 15px;
  font-size: 18px;
}
.pricing .item .content {
  padding: 30px 15px;
  padding-top: 80px;
}
.pricing .item .price-figure {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background: #56bc94;
  color: #fff;
  padding-top: 25px;
  border: 5px solid #9fd9c2;
  position: absolute;
  bottom: -50%;
  left: 50%;
  margin-left: -60px;
}
.pricing .item .price-figure .number {
  font-size: 28px;
}
.pricing .item .price-figure .unit {
  font-weight: 300;
}
.pricing .item .price-figure .currency {
  top: -5px;
  position: relative;
}
.pricing .item .ribbon {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
 .item .ribbon .text {
  font-family: 微软雅黑, 'Lato', arial, sans-serif;
  position: relative;
  left: -8px;
  top: 18px;
  width: 158px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #3fa07a;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0);
}
.pricing .item .ribbon .text:before,
.pricing .item .ribbon .text:after {
  content: '';
  position: absolute;
  bottom: -5px;
  border-top: 5px solid #225742;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.pricing .item .ribbon .text:before {
  left: 0;
}
.pricing .item .ribbon .text:after {
  right: 0;
}
.pricing .item .feature-list {
  margin-bottom: 30px;
}
.pricing .item .feature-list li {
  border-bottom: 1px solid #efefef;
  padding: 10px;
}
.pricing .item .feature-list li .fa {
  margin-right: 5px;
  color: #56bc94;
}
.pricing .item .feature-list li.disabled {
  color: #999999;
}
.pricing .item .feature-list li.disabled .fa {
  color: #999999;
}

/* Pricing Tables */

.panel {
	text-align: center;
}

.panel-custom {
	border-color: #06979e;
}

.panel-custom > .panel-heading {
	background-color: #06979e;
	color: #fff;
}

.panel-heading > .panel-title {
	font-weight: 900;
	text-transform: uppercase;
}

.panel-body {
	padding: 0px;
	text-align: center;
}

.the-price {
	background-color: rgba(220,220,220,0.17);
	box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #dcdcdc;
	padding: 20px;
	margin: 0;
}

.the-price h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1em;
	padding: 0;
	margin: 0;
}

.subscript {
	font-size: 25px;
	font-weight: 400;
}

/* Footer Wrap */

#footerwrap {
	background-color: #333;
	color: #777;
	padding-top: 20px;
	padding-bottom: 25px;
}

#footerwrap h3 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

#footerwrap p {
	color: #fff;
	font-size: 14px;
}

#footerwrap #social {
	margin: 20px auto 0px auto;
	display: inline-block;
}

#footerwrap input:focus {
	outline: 0;
}

/* Copyright Wrap */

#copywrap {
	background: #222;
	padding-top: 20px;
	font-size: 14px;
	color: #bdc3c7;
}


/* Sign In & Sign Up Modal */

.modal .nav-tabs {
	padding-left: 5px;
	padding-right: 5px;
}

.app dt {
  width: 140px;
  height: 140px;
  background: url("http://cdn.wetms.com/assets/img/footer_qrcode.png") 0 0 no-repeat;
  float: left;
}
.app dd {
  color: #989ea6;
  line-height: 24px;
  font-size: 14px;
  margin-left: 160px;
}
.wechat dt {
  width: 140px;
  height: 140px;
  background: url("http://cdn.wetms.com/assets/img/footer_qrcode.png") 0 -140px no-repeat;
  float: left;
}
.wechat dd {
  color: #989ea6;
  line-height: 24px;
  font-size: 14px;
  margin-left: 160px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.service-phone {
  font-size: 18px;
}

#outline a {
	width: 100%;
	height: 150px;
	margin: 0  0;
	display: block;

	text-indent: -9999px;
	background-position: 50% 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*#outline a:hover {
	width: 100%;
	height: 80px;
	margin: 0  0;
	display: block;

	text-indent: -9999px;
	background-position: 50% -16px;
}*/

#outline a img{
	border: none;
	width: 60px;
	height: 60px;
}

@media (min-width: 768px) {
    #outline p {
        text-align: left;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    #outline p {
        text-align: center;
        padding-left: 40px;
        padding-right: 40px;
    }
}

#outline-r a {
	width: 28px;
	height: 28px;
	margin: 0 6px 6px 0;
	display: block;
	float: left;
	text-indent: -9999px;
	background-position: 0 -38px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*#outline-r a:hover {
	width: 28px;
	height: 28px;
	margin: 0 6px 6px 0;
	display: block;
	float: left;
	text-indent: -9999px;
	background-position: 0 0px;
}*/

#outline-r a img{
	border: none;
}

.tmc {background: url("../img/tmc.png") no-repeat;}
.idc {background: url("../img/idc.png") no-repeat;}
.fac {background: url("../img/fac.png") no-repeat;}
.umc {background: url("../img/umc.png") no-repeat;}
.arc {background: url("../img/arc.png") no-repeat;}
.wmc {background: url("../img/wmc.png") no-repeat;}
.more {background: url("../img/more.png") no-repeat;}
.ai {background: url("../img/ai.png") no-repeat;}
.row {
    margin-left: 0;
    margin-right: 0;
}

.carousel-indicators {
    bottom: 10px;
}

.fixed-element {
   border: 1px solid #e5e6e7;
  position: fixed;
  bottom: 300px;
  right: 0px;
  background-color: #00a2c9;
  padding: 15px 6px;
  writing-mode: vertical-rl;
  border-radius: 4px;
  cursor: pointer;
  color: white;
}
.dialogue{
  display: none;
  position: fixed;
  right: 80px;
  bottom: 0px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #00a2c9;
}

.dialogue-container{
  width: 420px;
}
.titleBox{
  background-color: #00a2c9;
  height: 50px;
  line-height: 50px;
  color: white;
}
.dialogueBody{
height: 500px;
}
.dialogueBox{
  background-color: rgba(204, 204, 204, 0.3);
}
.dialogueContent{
  height: 370px;
  overflow: hidden;
  overflow-y: auto;
}
.icons{
height: 25px;
}
.emoteIcon {
  cursor: pointer;
  height: 25px;
  background: url("../img/emote.png") no-repeat;
  background-size: contain;
}

.pictureIcon {
  cursor: pointer;
  height: 25px;
  background: url("../img/picture.png") no-repeat;
  background-size:contain;
}
.dialogueMesage{
height: 70px;
}
.dialogueSendBtn{
height: 35px;
}
.dialogueSendBox{
  text-align: end;
    padding-top: 4px;
  padding-right: 4px;
  height: 130px;
}
#closeDialogue{
  padding-right: 10px;
  color: white;
  cursor: pointer;
}
.kkMesage{
  resize: none;
  width: 100%;
  border: none;
  box-shadow:none !important;
}
.sendBtn{
  background-color: #00a2c9;
  color: white;
  border: none;
  border-radius: 4px;
}
.message_right{
  padding: 10px 0px;
  text-align: end;
}
.message_left {
  padding: 10px 0px;
  text-align: start;
}
.avatar-container_left {
  display: flex;
  align-items: center;
  justify-content: start;
}
.avatar-container_right{
  display: flex;
  align-items: center;
  justify-content: end;
}
.content_left{
  margin-top: 6px;
  background-color: #feffff;
  padding: 8px;
  display: inline-block;
  color: #000;
  border-radius: 3px;
  border: 1px solid #e5e6e7;
}
.contentText_right {
  margin-top: 6px;
  background-color: #00a2c9;
  padding: 8px;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #e5e6e7;
}
.avatar {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.date {
  font-size: 14px;
}
.lineBox{
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: grey;
}
.line-left{
  width: 30%;
  border-bottom:1px solid rgba(204, 204, 204, 0.6);
}
.line-right{
  width: 30%;
  border-bottom: 1px solid rgba(204, 204, 204, 0.6);
}