﻿.welc{
    position: fixed;
    left:0;
    right:0;
    bottom: 0;
    text-align: center;
    *background:white;
    background:white\9;
    background:rgba(255,255,255,.6);
    border-top:1px solid #DFDFDF;
    z-index: 9999999;
    height:20px;
    font-size: 12px;
}
.ctm-bg{
    background-image:url(../images/iphonebg.png);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size:auto 100%;
    -moz-background-size:auto 100%;
    -ms-background-size:auto 100%;
    background-size:auto 100%;
    top:5px;
    bottom:5px;
}
.ctm-pad{
    background-image:url(../images/ipadbg.png);
}
.welc .welc-ie678{
    display: block;
    width:465px;
    height:120px;
    position: absolute;
    bottom: 0px;
    right:20px;
    background:url(../images/corbg2.png) no-repeat center;
}
.welc .welc-qq{
    position: absolute;
    left:5px;
    bottom: 2px;
    display: block;
    width:44px;
    height:44px;
    background:url(../images/welc-qq.png) no-repeat center;
}
.welc .welc-qq:hover .tooltip{
    display: block;
}

.welc .welc-bg{
    width:284px;
    height:95px;
    position: absolute;
    right:8px;
    bottom: 5px;
    background:url(../images/corbg.png) no-repeat center;
    z-index: 5;
}
.welc .welc-phone{
    width:33px;
    height:54px;
    position: absolute;
    right:63px;
    bottom: 5px;
    z-index: 6;
}
.welc .welc-phone .welc-btn-bg{
    background:url(../images/phone.png) no-repeat center;
    cursor: pointer;
    width:100%;
    height:100%;
}
.welc .welc-pad{
    width:58px;
    height:75px;
    position: absolute;
    right:5px;
    bottom: 5px;
    z-index: 7;
}
.welc .welc-pad .welc-btn-bg{
    background:url(../images/pad.png) no-repeat center;
    cursor: pointer;
    width:100%;
    height:100%;
}
.welc .welc-phone:hover .tooltip{
    display: block;
}
.welc .welc-pad:hover .tooltip{
    display: block;
}

.welc .welc-mail{
    width:44px;
    height:44px;
    position: absolute;
    left:50px;
    bottom: 2px;
    z-index: 20;
}
.welc .welc-mail .welc-btn-bg{
    background:url(../images/welc-email.png) no-repeat center;
    cursor: pointer;
    width:100%;
    height:100%;
}
.welc .welc-phone:hover .tooltip{
    display: block;
}
.welc .welc-mail:hover .tooltip{
    display: block;
}


.welc .welc-1{
    display: inline-block;
}
.flex-show .ctm{
    -webkit-box-shadow: 0 0 40px black;
    -moz-box-shadow: 0 0 40px black;
    -ms-box-shadow: 0 0 40px black;
    box-shadow: 0 0 40px black;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.qcode{
    width:174px;
    height:174px;
    background:url(../images/qcode.png) no-repeat center;
}

.flex-btns{
    position: absolute;
    left:100%;
    top:10px;
    margin-top:380px;
    padding:10px;
}
.flex-btn{
    /*height:35px;*/
    width:179px;
    background:green;
    margin-top:10px;
}
.flex-btn {
  display: inline-block;
  *	border-left: 0 none #e6e6e6;
	border-right: 0 none #e6e6e6;
	border-top: 0 none #e6e6e6;
	border-bottom: 0 none #b3b3b3;
	display: inline;
  	padding: 4px 12px;
  	margin-bottom: 0;
  *	margin-left: .3em;
  	font-size: 14px;
  	line-height: 20px;
  	color: #333333;
  	text-align: center;
  	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  	vertical-align: middle;
  	cursor: pointer;
  background-color: #f5f5f5;
  *	background-color: #e6e6e6;
  	background-repeat: repeat-x;
  *	-webkit-border-radius: 4px;
     	-moz-border-radius: 4px;
          	border-radius: 4px;
  	zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);*
}

.flex-btn:hover,
.flex-btn:focus,
.flex-btn:active,
.flex-btn.active,
.flex-btn.disabled,
.flex-btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.flex-btn:active,
.flex-btn.active {
  background-color: #cccccc \9;
}

.flex-btn:first-child {
  *margin-left: 0;
}

.flex-btn:hover,
.flex-btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.flex-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.flex-btn.active,
.flex-btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-repeat: repeat-x;
  	background-image: linear-gradient(to bottom, #62c462, #51a351);
	border-left-color: #51a351;
	border-right-color: #51a351;
	border-top-color: #51a351;
	border-bottom-color: #387038;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-repeat: repeat-x;
  	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	border-left-color: #2f96b4;
	border-right-color: #2f96b4;
	border-top-color: #2f96b4;
	border-bottom-color: #1f6377;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-repeat: repeat-x;
  	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	border-left-color: #bd362f;
	border-right-color: #bd362f;
	border-top-color: #bd362f;
	border-bottom-color: #802420;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}





.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: none;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  min-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  /*display: none;*/
  min-width: 190px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
/*  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;*/
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.right {
  margin-left: 10px;
}
.popover.top {
  margin-top: -10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-content {
  padding: 9px 9px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.popover li{
    margin:5px 0 5px 0;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}
.welc-mail-box{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.welc-mail-box input{
    display: inline-block;
    width:100%;
      min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          border:1px solid #EBEBEB;
}
.welc-mail-box textarea{
    display: inline-block;
    width:100%;
      min-height: 150px;
      max-height: 150px;
      margin-bottom: 0px;
      padding:0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          border:1px solid #EBEBEB;
}
.welc-mail-box .welc-label{
    padding:5px 0 5px 0;
}
.welc-mail-box .error input,.welc-mail-box .error textarea{
    border:1px solid red;
}
.welc-mail-box .show-tip .tooltip{
    display: block;
    opacity: 1;
}