@import "/staticfiles/staticpages/common/css/header.css";
@import "/staticfiles/staticpages/common/css/footer.css";

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: Arial, 'Hiragino Sans GB', 'md-hsgb', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
}

dl,
dd,
dt,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

button,
input {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  background: none;
  outline: 0;
  cursor: pointer;
}

html,
body {
  min-height: 100%;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: rgba(187, 187, 187, 0.8);
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:hover {
  background: rgba(125, 125, 125, 0.8);
  background-clip: padding-box;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
  display: none;
  width: 0;
  height: 0;
}

.Left {
  float: left !important;
}

.Right {
  float: right !important;
}

.Clear,
.clear {
  clear: both;
  visibility: hidden;
  border-top: 0px;
  margin-top: -1px !important;
}

.hide {
  display: none;
}

html.freeze,
html.freeze body {
  height: 100%;
  overflow: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.homeDialog {
  position: fixed;
  width: 478px;
  margin-left: -239px;
  margin-top: -287px;
  top: 50%;
  left: 50%;
  background: #FFF;
  color: #575757;
  z-index: 999;
  border-radius: 4px;
  background-clip: padding-box;
}

.homeDialog .btnClose {
  position: absolute;
  right: -25px;
  top: -16px;
}

.homeDialog .btnClose .iconClose {
  cursor: pointer;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("/src/staticPages/common/images/mdIcon.png") -138px 0;
}

.homeDialog .btnClose .iconClose:hover {
  background-position: -151px 0;
}

.homeDialog .btn {
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  padding: 0 35px;
  text-align: center;
  color: #FFF;
  background: #0080ff;
  border: solid 1px #06C;
  border-radius: 3px;
  background-clip: padding-box;
}

.homeDialog .btnBlock {
  display: block;
  width: 100%;
}

.homeLayover {
  position: fixed;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  filter: alpha(opacity=80) \9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 998;
}

.appDialog {
  width: 346px;
  margin-left: -173px;
  margin-top: -180px;
}

.appDialog .dialogContainer {
  padding: 36px;
}

.appDialog .linkDownload {
  display: block;
  text-align: center;
  padding: 16px 0;
  margin: 15px 0;
  border: solid 1px #DDD;
  border-radius: 6px;
  background-clip: padding-box;
  font-size: 0;
}

.appDialog .linkDownload i {
  display: inline-block;
  background-image: url("/src/staticPages/common/images/mdIcon.png");
}

.appDialog .quickMark {
  display: block;
  margin: 40px 0;
  color: #000;
  font-size: 14px;
}

.appDialog .quickMark:before,
.appDialog .quickMark:after {
  content: " ";
  display: table;
}

.appDialog .quickMark:after {
  clear: both;
}

.appDialog .quickMark .iconCode {
  display: inline-block;
  float: left;
  background-image: url("/src/staticPages/common/images/mdIcon.png");
  margin-right: 18px;
}

.appDialog .quickMark .tipText {
  display: block;
  margin-top: 16px;
}

.appDialog.appDialogAndroid .linkDownload i {
  width: 189px;
  height: 45px;
  background-position: -277px -231px;
}

.appDialog.appDialogAndroid .quickMark .iconCode {
  width: 91px;
  height: 91px;
  background-position: 0 -409px;
}

.appDialog.appDialogIOS .linkDownload i {
  width: 189px;
  height: 50px;
  background-position: -277px -181px;
}

.appDialog.appDialogIOS .quickMark .iconCode {
  width: 99px;
  height: 99px;
  background-position: -91px -409px;
}

.appDialog.appDialogIOS .quickMark .tipText {
  margin-top: 32px;
}

.introVideoDialog {
  position: fixed;
  display: none;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
}

.introVideoDialog .introVideo {
  text-align: center;
  margin: 100px 0;
}

.introVideoDialog .btnClose {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 22px;
  height: 22px;
  background: url("/src/staticPages/common/images/mdIcon.png") no-repeat 0 -88px;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.introVideoDialog .btnClose:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*部署顾问*/
.adviserDialog {
  width: 432px;
  padding: 40px;
  color: #000;
}

.adviserDialog .title {
  font-size: 18px;
  margin-bottom: 35px;
}

.adviserDialog .inputGroup {
  margin-bottom: 20px;
}

.adviserDialog input,
.adviserDialog select {
  height: 32px;
  line-height: 32px;
  border: solid 1px #b2b2b2;
  padding: 0 8px;
  outline: none;
  vertical-align: middle;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #888;
}

.adviserDialog label {
  float: left;
  line-height: 34px;
}

.adviserDialog .inputWrapper {
  float: right;
  position: relative;
}

.adviserDialog .select {
  color: #000;
  vertical-align: middle;
}

.adviserDialog .select .selectDetail,
.adviserDialog .select .selectBtn {
  border-color: #BBB;
  color: #888;
}

.adviserDialog .select.error .selectDetail,
.adviserDialog .select.error .selectBtn,
.adviserDialog input.error {
  border-color: #ff3b40;
}

.consultType .select .selectDetail {
  width: 317px;
}

.userTrade .select .selectDetail {
  width: 317px;
}

.userCity .select .selectDetail {
  width: 108px;
}

#city {
  margin-left: 24px;
}

#sex {
  position: absolute;
  left: 248px;
  top: 0;
}

#name {
  width: 208px;
}

.userTrade .select .selectList,
#province .selectList,
#city .selectList {
  max-height: 252px;
  overflow-y: auto;
}

.adviserDialog .consultAction .btnSubmit {
  font-size: 14px;
  height: 53px;
}

.adviserDialog .consultAction {
  margin-top: 30px;
}

.adviserDialog .consultAction .textIntro {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  font-size: 12px;
}

.adviserDialog .consultTip {
  color: #999;
  font-size: 12px;
}

#sex .selectDetail {
  width: 69px;
}

#userMobile {
  width: 335px;
  box-sizing: border-box;
  height: 34px;
}

#userLocation {
  width: 317px;
}

.userName select {
  width: 83px;
  height: 34px;
  line-height: 34px;
  vertical-align: top;
  margin-left: 10px;
}

/*注册方式 20141120*/
.regTypeDialog {
  width: 395px;
  margin-top: -100px;
}

.regTypeDialog .dialogHeader {
  color: #b5b5b5;
  text-align: center;
  border-bottom: solid 3px #F3F3F3;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}

.regTypeDialog .actionGroup {
  padding-bottom: 30px;
}

.regTypeDialog .actionGroup .btn {
  width: 154px;
  padding: 0;
  text-align: center;
}

.regTypeDialog .actionGroup .btn.btnJoinNetwork {
  color: #06c;
  background: #FFF;
  margin-left: 16px;
}

.joinNetworkDialog {
  width: 395px;
  margin-top: -174px;
}

.joinNetworkDialog .dialogBody {
  margin-top: 15px;
}

/*静态页面的dialog*/
.staticDialog {
  position: fixed;
  width: 395px;
  margin-left: -197px;
  margin-top: -287px;
  top: 50%;
  left: 50%;
  background: #FFF;
  color: #575757;
  z-index: 999;
  border-radius: 4px;
  background-clip: padding-box;
}

.staticDialog .btnClose {
  position: absolute;
  right: -25px;
  top: -16px;
}

.staticDialog .btnClose .iconClose {
  cursor: pointer;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("/src/staticPages/common/images/mdIcon.png") -138px 0;
}

.staticDialog .btnClose .iconClose:hover {
  background-position: -151px 0;
}

.staticDialog .btn {
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  color: #FFF;
  background: #0080ff;
  border: solid 1px #08F;
  border-radius: 3px;
  background-clip: padding-box;
}

.staticDialog .btnBlock {
  display: block;
  width: 100%;
}

.staticDialog .dialogHeader {
  color: #b5b5b5;
  text-align: center;
  border-bottom: solid 3px #F3F3F3;
  font-size: 18px;
  height: 56px;
  line-height: 56px;
}

.staticDialog .dialogHeader .title.warm {
  color: #FF6600;
  font-size: 16px;
}

.staticDialog .dialogBody,
.staticDialog .dialogFooter {
  padding: 0 34px;
}

.staticDialog .dialogFooter {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: #ECECEC;
}

.staticDialog input {
  outline: 0;
  display: block;
  width: 100%;
  line-height: 24px;
  height: 44px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 13px;
  padding: 9px;
  font-size: 16px;
  color: #666;
}

.staticDialog input::-webkit-input-placeholder {
  color: #D0D0D0;
}

.staticDialog input-moz-placeholder::-moz-placeholder {
  color: #D0D0D0;
}

.staticDialog .verifyCode input {
  width: 150px;
  display: inline-block;
  margin: 0 20px 0 0;
}

.staticDialog .verifyCode img {
  height: 44px;
  width: auto;
  vertical-align: top;
  cursor: pointer;
}

.staticDialog .verifyCode .btnChangeCode {
  line-height: 44px;
  color: #08F;
  cursor: pointer;
  margin-left: 5px;
}

.staticDialog .email {
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #000;
  text-align: center;
  overflow: hidden;
}

.staticDialog .tip {
  color: #8f8f8f;
  line-height: 34px;
}

.staticDialog .select {
  color: #000;
}

.staticDialog .select .selectBtn,
.staticDialog .select .selectDetail {
  border-color: #CCC;
  line-height: 34px;
  border-radius: 4px;
}

.staticDialog .select .selectDetail {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.staticDialog .select em {
  color: #0080ff;
  font-style: normal;
}

.staticDialog .select .selectDetail,
.staticDialog .select .selectList {
  font-size: 16px;
}

.staticDialog .select .selectBtn {
  border: 0;
  background: none;
}

.staticDialog .select .selectBtn .caret {
  border-top-color: #CCC;
  border-width: 7px;
}

.staticDialog .select .selectList li {
  line-height: 34px;
}

.staticDialog .select .selectList li:hover {
  color: #000;
  background: #f3f3f3;
}

[class*=icon].iconVideo {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: -1px;
  background: url("/src/staticPages/common/images/btnViewVideo.png") no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  .iconVideo {
    background-image: url("/src/staticPages/common/images/btnViewVideo.png");
    background-size: 12px 12px;
  }
}


.btnBlock {
  display: block !important;
  width: 100% !important;
}
