/**
 * Stylesheet
 *
 * @class theme
 */
/* CONSTANTS */
/* font */
/* color */
/* logo */
/* app-icon */
/* text */
/* background */
/* form */
/* border */
/* list */
html {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #747b93;
}
body {
  font-size: 16px;
  line-height: 1.4;
}
.logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 97px;
  height: 29px;
  /*background-image: url("../images/logo_2f97756.png");*/
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.logo-large {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 168px;
  height: 50px;
  /*background-image: url("../images/logo-big_90c2c9e.png");*/
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.logo-large img,
.logo img {
  max-height: 100%;
  max-width: 100%;
  display: block;
}
.app-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("../images/app-icon_578d64a.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.app-icon.icon-iphone {
  background-position: 0 0;
}
.app-icon.icon-android {
  background-position: 0 -22px;
}
.app-icon.icon-download {
  background-position: 0 -44px;
}
.text {
  color: #747b93;
}
.border {
  border-width: 1px;
  border-style: solid;
  border-color: #d3d3d3;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"] {
  border-color: #d3d3d3;
  background-color: #fff;
  color: #666;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow:0 0 0 50px #fff inset;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus {
  border-color: #079cda;
}
.button,
button {
  border-color: #d3d3d3;
  color: #079cda;
  background-color: #fff;
  cursor: pointer;
}
.button.active,
button.active,
.button:active,
button:active {
  border-color: #079cda;
  background-color: #fff;
}
.button:not(.border),
button:not(.border) {
  border-width: 0;
}
.button-primary {
  border-color: #6ca2ff;
  color: #fff;
  background-color: #6ca2ff;
}
.button-primary.active,
.button-primary:active {
  border-color: #6ca2ff;
  background-color: #6ca2ff;
}
.button-cancel {
  border-color: #d9d9d9;
  color: #404040;
  background-color: #fff;
}
.button-cancel.active,
.button-cancel:active {
  border-color: #bfbfbf;
  background-color: #e5e5e5;
}
.button-normal {
  border-color: #d9d9d9;
  color: #079cda;
  background-color: #fff;
}
.button-normal.active,
.button-normal:active {
  border-color: #bfbfbf;
  background-color: #f2f3f3;
}
.button-ios {
  border-color: #0589c0;
  color: #fff;
  background-color: #079cda;
}
.button-ios.active,
.button-ios:active {
  border-color: #3db2e2;
  background-color: #75cdf2;
}
.button-android {
  border-color: #53ad13;
  color: #fff;
  background-color: #53c22d;
}
.button-android.active,
.button-android:active {
  border-color: #82c96a;
  background-color: #aee29c;
}
.button.disabled,
.button[disabled] {
  border-color: transparent;
  opacity: 0.40;
  cursor: not-allowed;
  box-shadow: none;
}
.list li.thumb {
  background-color: #fff;
}
.list li.thumb.border,
.list li.thumb.border-top,
.list li.thumb.border-bottom,
.list li.thumb.border-left,
.list li.thumb.border-right {
  border-color: #e1e2e3;
}
.list li.anchor {
  background-color: #faf8e5;
}
.list li.anchor.border,
.list li.anchor.border-top,
.list li.anchor.border-bottom,
.list li.anchor.border-left,
.list li.anchor.border-right {
  border-color: #edead3;
}
.text-normal {
  color: #707070;
}
strong,
.text-strong {
  color: #252e36;
}
small,
.text-small {
  color: #b2b7ca;
}
a,
.text-primary {
  color: #6ca2ff;
}
.error,
.error.text,
.text-error {
  color: #d70000;
}
.background-primary {
  background-color: #6ca2ff;
}
.border-top {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d3d3d3;
}
.border-left {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d3d3d3;
}
.border-right {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d3d3d3;
}
.border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d3d3d3;
}
.border-normal {
  border-color: #d3d3d3;
}
.border-primary {
  border-color: #079cda;
}
.border-error,
.error.border {
  border-color: #d70000;
}
.border-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.notification.alert .window > header {
  font-size: 18px;
  color: #000;
}
.notification.alert .window > article {
  padding: 20px 24px;
}
.notification.alert .window > header + article {
  padding: 10px 24px;
  color: #afafaf;
  text-align: left;
}
.notification.alert .window > article p:not(:first-child) {
  margin-top: 10px;
}
.notification.alert .window > footer .button {
  width: 100%;
  font-size: 15px;
}
.notification.alert .window > footer.only {
  display: block;
  border: 0;
  text-align: center;
  line-height: 44px;
}
.notification.alert .window > footer.only .button {
  width: 100%;
  padding: 0 2.5em;
  display: inline-block;
  font-size: 18px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

/** other **/
.border-radius-large {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.clear-button {
  width: auto;
  height: auto;
  padding: 10px;
  display: block;
  color: #ccc;
  z-index: 99;
}

/* header */
.header-black,
.header-white {
  width: 100%;
  height: 1.5rem;
}

.header-black {
  background-color: rgba(0, 0, 0, 0.8);
}

.header-white {
  background-color: #fff;
  border-bottom: 1px solid #c5ccd2;
}

.header-absolute {
  position: absolute;
  z-index: 999;
}

.header-black nav,
.header-white nav {
    height: 1.5rem;
    padding: 0.4875rem 0;
    font-size: 0.525rem;
    line-height: 0.525rem;
}

.header-black nav + nav:not(.logo):after,
.header-white nav + nav:not(.logo):after {
    content: " ";
    display: inline-block;
    width: 1px;
    height: 0.525rem;
    padding: 0;
    background: #fff;
    vertical-align: top;
}

.header-black nav span,
.header-black nav a {
    padding: 0 0.4875rem;
    color: #fff;
}

.header-white nav span,
.header-white nav a {
    padding-right: 0.525rem;
    color: #747b93;
}

.header-white nav .text-primary {
    color: #6ca2ff;
}


.header-white nav span.user-name {
  font-size: 14px;
  color: #252e36;
  display: inline-block;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0;
  text-align: right;
}

.header-black nav a,
.header-black nav a:hover,
.header-black nav a:active,
.header-black nav a:visited {
    color: #fff;
}

.header-black nav.logo,
.header-white nav.logo {
  display: block;
  width: auto;
  height: 1rem;
  margin: 0.25rem 0.4875rem;
  padding: 0;
}

.header-white nav.logo {
  float: left;
}

.header-black nav.logo a,
.header-white nav.logo a {
  padding: 0;
}


.header-white .language-switch,
.header-white .user-info {
  position: relative;
}

.header-white .language-switch {
  float: left;
  font-size: 12px;
  color: #4a4a4a;
  margin-left: -0.2rem;
}

.header-white .language-switch .iconfont {
  font-size: 12px;
  color: #4a4a4a;
  margin-left: 4px;
}

.popup-menu {
  display: none;
  list-style: none;
  position: absolute;
  top: 90%;
  left: 50%;
  margin-left: -45px;
  width: 90px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.19);
  border-radius: 4px;
  background: #fff;
  padding: 4px 0;
}

.popup-menu li {
  width: 100%;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
}

.popup-menu li a {
    color: #38393a;
    padding: 0;
}

/** .form-control-group */
.form {
    font-size: 16px;
    text-align: left;
}
.form .desc {
    color: #707070;
    line-height: 0.7875rem;
}
.form .form-title {
    margin-bottom: 10px;
    color: #000;
    font-size: 0.6rem;
    font-weight: bold;
    line-height: 0.7875rem;
}
.form .form-control-group {
    margin-top: 10px;
    padding-left: 12px;
    height: 39px;
    border-color: #d2d6d8;
    line-height: 39px;
}
.form .text-error,
.form .form-control-desc {
  margin-top: 7px;
  display: block;
  font-size: 14px;
}
.form .voice-captcha {
  font-size: 14px;
}
.form .iconfont {
  font-size: 12px;
  color: #404040;
}
.form input:focus + .iconfont {
    color: #079cda;
}
.form input.clear-button-show-on {
  padding-right: 36px;
}
.country-phone {
  position: relative;
  padding-right: 30px;
  height: 39px;
  border-color: #d2d6d8;
  line-height: 39px;
  text-align: left;
}
.country-phone .select {
  color: #000;
}
.country-phone select {
  opacity: 0;
}
.country-phone .country-name {
  display: block;
}
.country-phone .country-code {
  float: right;
}
.country-phone .icon-arrow2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
}
.show-country-select.flex-box > .iconfont,
.show-country-select .iconfont {
  display: none;
}
.country-code-group {
  width: 3.5em;
  height: 100%;
  padding-right: 10px;
}
.country-code-group input {
  height: 100%;
  text-align: right;
  color: #000;
}
.form .form-control-group .country-code-group input {
  display: block;
  padding: 0;
}
.country-code-group span {
  padding-left: 2px;
  font-size: 16px;
}

.captcha-pic-box {
  height: 100%;
}
.captcha-pic {
  height: 80%;
}
/**
 * sms-captcha, captcha-group
 * 推荐用captcha-group, 留sms-captcha兼容旧的
 */
.captcha-group [data-role="get_captcha"],
.captcha-group [data-role="get_voice_captcha"],
.sms-captcha [data-role="get_captcha"],
.sms-captcha [data-role="get_voice_captcha"] {
  color: #6ca2ff;
  cursor: pointer;
}
.captcha-group [data-role="get_captcha"][disabled],
.captcha-group [data-role="get_voice_captcha"][disabled],
.sms-captcha [data-role="get_captcha"][disabled],
.sms-captcha [data-role="get_voice_captcha"][disabled]{
  color: #707070;
  cursor: default;
}
.captcha-group [data-role="get_captcha"],
.sms-captcha [data-role="get_captcha"] {
  white-space: nowrap;
}
.captcha-group [data-role="captcha"]:disabled,
.sms-captcha [data-role="captcha"]:disabled {
  background: #fff;
}
.voice-captcha {
  margin-top: 7px;
  color: #707070;
}

/** pic-captcha-dialog  */
.notification.pic-captcha-dialog .window {
  background: #eee;
}
.notification.pic-captcha-dialog .window > header {
  padding-top: 20px;
  padding-bottom: 16px;
  font-size: 0.6375rem;
  font-weight: bold;
  color: #000;
}
.notification.pic-captcha-dialog .window > article {
  padding: 0 20px 20px;
  text-align: center;
}
.pic-captcha-dialog .des {
  font-size: 0.525rem;
  text-align: left;
  color: #707070;
}
.pic-captcha-dialog .input {
  width: 100%;
  height: 1.125rem;
  margin-top: 8px;
  margin-bottom: 16px;
  padding: 0 6px;
  font-size: 0.4875rem;
  line-height: 1.125rem;
}
.pic-captcha-dialog .input + .text-error {
  display: block;
  margin-top: -12px;
  margin-bottom: 16px;
  text-align: left;
  font-size: 0.4875rem;
}
.pic-captcha-dialog [data-role="get_captcha"] {
  color: #079cda;
  font-size: 0.45rem;
  cursor: pointer;
}
.pic-captcha-dialog [data-role="get_captcha"][disabled] {
  color: #707070;
  cursor: auto;
}
.pic-captcha-dialog .captcha-pic {
  width: 3rem;
  height: auto;
  display: inline-block;
  margin-right: 0.6rem;
}
.notification.pic-captcha-dialog .window > footer {
  border-width: 0;
}
.notification.pic-captcha-dialog .window > footer .button {
  background: #eee;
  font-size: 0.675rem;
  font-weight: bold;
}
.notification.pic-captcha-dialog .window > footer .button + .button {
  border-width: 0;
}


/** result **/
.result {
    padding: 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.result .message {
    padding: 0.525rem 0 0.1875rem 0;
    font-size: 0.48rem;
    line-height: 0.7875rem;
    color: #252e36;
}

.result .sub-msg {
  color: #747b93;
  font-size: 0.375rem;
}

.result .sub-msg a {
  color: #6ca2ff;
}

.result .button {
    padding: 0 2em;
    font-size: 0.4rem;
    margin-top: 0.525rem;
}
.result .icon-success {
    color: #53c22d;
    font-size: 2.4rem;
}
.result .icon-fail {
    color: #d70000;
    font-size: 2.4rem;
}
.result .icon-alert {
  font-size: 2.4rem;
}

.result .collab-error {
  display: inline-block;
  width: 90px;
  height: 90px;
  background: url(../images/warn@2x_88a9b35.png) no-repeat;
  background-size: 90px;
  margin-top: -20px;
}

.iconfont.icon-logo {
    display: inline-block;
    width: 3rem;
    height: 0.975rem;
    margin: 0.2625rem 0.4875rem;
    color: #fff;
    font-size: 3rem;
    line-height: 0.975rem;
    overflow: hidden;
}

.covering-link {
    width: auto;
    padding: 0 2.5em;
    display: inline-block;
    font-size: 15px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    line-height: 2.0em;
    cursor: pointer;
    color: #ffffff;
}

.icon-large {
    display: inline-block;
    background: url(../images/icon-2x_dad9c9a.png) no-repeat;
    background-size: 90px;
}
.icon-arrow.icon-large {
    width: 85px;
    height: 63px;
    background-position: 0 -209px;
}

footer.open-app {
    border-top: 1px solid #F5F6F9;
}

footer.open-app a {
    width: 50%;
    text-align: center;
    float: left;
}

footer.open-app a:first-child {
    color: #4b5255;
}

.i18n-en .header-black nav {
  font-size: 0.4875rem;
}
.i18n-en .industry-list li span {
  min-width: 2.7375rem;
  font-size: 0.4875rem;
}