html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
html, body, div, p, h1, h2, h3, h4, h5, ol, ul, li, dl, dt, dd, form, input, textarea, select, span, table, tr, td, img {
  margin: 0;
  padding: 0;
  border: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;	/**通过边框阴影遮挡住背景*/
}
input::-webkit-input-safebox-button {
  display:none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input::-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute; /* 避免占用 input 元素额外的 padding，正常情况下存在 display: none!; 就可以了 */
    right: 0;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul, ol { list-style: none; }
html {
  font-size: 100px;
}
@media screen and (min-width: 320px){
  html{
    font-size: 42.6667px;
  }
}
@media screen and (min-width: 360px){
  html{
    font-size: 48px;
  }
}
@media screen and (min-width: 375px){
  html{
    font-size: 50px;
  }
}
@media screen and (min-width: 412px){
  html{
    font-size: 54.9333px;
  }
}
@media screen and (min-width: 414px){
  html{
    font-size: 55.2px;
  }
}
@media screen and (min-width: 768px){
  html{
    font-size: 100px;
  }
}
body {
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,p {
  margin: 0
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.none {
  display: none;
}
.clear{clear:both}
.clear:after{
  content: ""; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
  }
html {
  /* height: 100%; */
}
body {
    background: #f2f2f2;
    height: 100%;
}
.app-home,.app-home-land,.app-home-register {
    width: 100%;
    height: 100%;

}
.app-home-t {
    margin-bottom: 1.5rem;
}
.app-home-t img {
    width: 2.58rem;
    height: 0.55rem;
    margin: 0 auto 0.36rem;
    display: block;
}
.app-home-t p {
    text-align: center;
    font-size: 0.28rem;
    color: #999;
}
.app-home-c {
    width: 80%;
    margin: 0 auto;
}
.app-home-c .app-home-o {
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.05rem;
    margin: 0 0 0.3rem 0;
    text-align: center;
    display: block;
    position: relative;
    color: #fff;
    font-size: 0.28rem;
}
.app-home-c .app-home-o label {
    height: 0.52rem;
    width: 20%;
    position: absolute;
    left: 0.08rem;
}
.app-home-c .app-home-o i {
  display: block;
  width: 1px;
  height: 0.5rem;
  position: absolute;
  right: -0.04rem;
  top: 0;
}
.app-home-c .app-home-o img {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0.06rem auto 0;
    display: block;
}
.app-home-c .app-home-o a {
    height: 0.52rem;
    display: block;
    line-height: 0.52rem;
    text-align: center;
    color: #fff;
    font-size: 0.28rem;
    width: 79%;
}
.app-home-c .app-home-o span {
    font-size: 0.24rem;
    color: #bbbbbb;
}
.app-home-c .wx {
    background: #38b54a;
}
.app-home-c .wx a {
    border-left: 1px solid #57cb67;
    float: left;
}
.app-home-c .wx label {
    border-right: 1px solid #2c943b;
    margin-top: 0.15rem;
}
.app-home-c .wx i {
  background: #57cb67;
}
.app-home-c .qq {
    background: #28abe3;
}
.app-home-c .qq a {
    border-left: 1px solid #4fc3f4;
    float: left;
}
.app-home-c .qq label {
    border-right: 1px solid #2091c2;
    margin-top: 0.15rem;

}
.app-home-c .qq i {
  background: #4fc3f4;
}
.app-home-c .wb {
    background: #f56c6c;
}
.app-home-c .wb a {
    border-left: 1px solid #fe8888;
    float: left;
}
.app-home-c .wb label {
    border-right: 1px solid #d94d4d;
    margin-top: 0.15rem;
}
.app-home-c .wb i {
  background: #fe8888;
}
.app-home-c .phone {
    background: #fff;
    color: #666
}
.app-home-c .phone a {
    border-left: 1px solid #fff;
    float: left;
    color: #666;
}
.app-home-c .phone label {
    border-right: 1px solid #dddddd;
    margin-top: 0.15rem;
}
.layer {
    width: 5.7rem;
    height: 3.4rem;
    background: #fff;
    border-radius: 0.2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -1.7rem 0 0 -2.85rem;
    z-index: 99999;
}
.layer .layer-t {
    height: 2.5rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.layer .layer-t p {
    font-size: 0.28rem;
    color: #333333;
    margin-bottom: 0.1rem;
    text-align: center;
}
.layer .layer-b {
    border-top: 1px solid #dddddd;
    font-size: 0.28rem;
    color: #ff7648;
    text-align: center;
    line-height: 0.9rem;
    height: 0.9rem;
}
.maks {
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
}
.app-home-land .app-home-c input,.app-home-register .app-home-c input {
    width: 100%;
    background: #fff;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #333;
    border-radius: 0.1rem;
    outline: none;
    margin-bottom: 0.35rem;
    border: 1px solid #dddddd;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding-left: 0.3rem
}
.app-home-land .app-home-c .err,.app-home-register .app-home-c .err {
    font-size: 0.28rem;
    color: #ff4545;
    margin-bottom: 0.6rem;
}
.app-home-register .app-home-c p {
    margin-bottom: 0.6rem;
    color: #999999;
    font-size: 0.28rem;
}
.app-home-land .app-home-c .land,.app-home-register .app-home-c .register {
    display: block;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.1rem;
    background: #f78b1e;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    margin-bottom: 0.4rem;
}
.app-home-land .app-home-c .app-home-b p {
    color: #999;
    font-size: 0.28rem;
    float: left;
}
.app-home-land .app-home-c .app-home-b p a {
    color: #f78b1e;
    font-size: 0.28rem;
}
.app-home-land .app-home-c .app-home-b .find {
    float: right;
    color: #999;
    font-size: 0.28rem;
}
.app-home-land .span {
    font-size: 0.28rem;
    color: #999;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0.6rem;
}
.app-home-register .app-home-c .app-home-s {
    margin-bottom: 0.4rem;
    line-height: 1rem;
}
.app-home-register .app-home-c .app-home-s-l {
    float: left;
    color: #333;
    font-size: 0.28rem;
}
.app-home-register .app-home-c .app-home-s-r {
    float: right;
    color: #f78b1e;
    font-size: 0.28rem;
}
.app-home-register .app-home-t {
    margin-bottom: 1rem;
}
.app-home-register .app-home-b {
    margin-bottom: 0.8rem;
}
.app-home-register .app-home-b p{
    text-align: center;
    font-size: 0.28rem;
    color: #999;
    margin-bottom: 0;
}
.app-home-register .app-home-b p a {
    color: #f78b1e;
}
a:hover {
  text-decoration: none;
}
.wrap{
    min-height: 100%;
    width: 100%;
    position: relative;
    display:-moz-box;
    display:-webkit-box;
    display:-o-box;
    display:box;
    -moz-box-orient:vertical;
    -webkit-box-orient:vertical;
    -o-box-orient:vertical;
    box-orient:vertical;
    -moz-box-align:center;
    -webkit-box-align:center;
    -o-box-align:center;
    box-align:center;
    -moz-box-pack:center;
    -webkit-box-pack:center;
    -o-box-pack:center;
    box-pack:center;
}
.wrap-main{
    color: #fff;
    width: 100%;
     -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    display: flex;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
    display: -moz-box; /* Firefox 17- */  
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
    display: -moz-flex; /* Firefox 18+ */  
    display: -ms-flexbox; /* IE 10 */  
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-pack:center;/* IE 10 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-align:center;/* IE 10 */
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.wrap-main-c {
  width: 100%;
}
html,body{
  overflow-y: hidden;
}
body {
  background: #f9f9f9;
  
}
.fn-tinput.pwdPlaceholder{
  color: #bbbbbb!important;
  font-size: 13px!important;
}
.phcolor {
  font-size: 14px!important;
}
input:-ms-input-placeholder {
  color: #bbbbbb!important;
  font-size: 14px!important;
  line-height: normal;
}
#fm1 {
  position:relative;
}
#msg {
  font-size: 12px;
  color: #fc4d4d;
  position: absolute;
  left: 16px;
  bottom: 46px;
  *bottom:80px;
}
#msg +.msg-err {
  display: block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  background: #f66565;
  color: #fff;
  border-radius: 100px;
  font-size: 10px;
  position: absolute;
  left: 0;
  bottom: -18px;
}
.main {
  width: 1062px;
  height: 565px;

  top: 50%;
  left: 50%;
  margin-top: -3h0px;
  margin-left: -l00px;
}
.main .main-l {
  width: 538px;
  height: 524px;
  float: left;
  padding: 0 80px;
  margin-left: -80px;
}
.main .main-l i {
  display: block;
}
.main .main-l p{
  font-size: 16px;
  color: #787878;
  margin: 0;
  text-align: center;
}
.main .main-r {
  width: 398px;
  float: left;
  border: 1px solid #cdcdcd;
  height: 498px;
  background: #fff;

  position: relative;
}
.main .main-r .main-tab {
  width: 362px;
  margin: 0 auto 30px;
  background: #fff;
  height: 44px;
  padding-top: 26px;
  position: relative;
}
.main .main-r .main-tab ul li {
  width: 97px;
  height: 30px;
  line-height: 30px;
  float: left;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #333333;
  margin: 0 11px;
  padding-bottom: 13px;
}
.main .main-r .main-tab .active {
  color: #f68b1f;
  border-bottom: 2px solid #f68b1f;
  cursor: default;
}
.main .main-r .main-tab span {
  position: absolute;
  display: block;
  width: 1px;
  height: 14px;
  background: #ddd;
  margin-top: 8px;
  left: 50%;
  margin-left: -0.5px;
}
.main .main-s {
  position: relative;
  width: 190px;
  height: 190px;
  margin: 70px auto 0px;
}
.main .main-c-b .main-s {
  width: 164px;
  height: 164px;
  margin-top: 80px;
  position: relative;
}
.main .main-s img {
  width: 100%;
  display: block;
}
.main .main-s i {
  display: block;
  position: absolute;
  width: 44px;
  height: 36px;
  top: 50%;
  margin-top: -18px;
  left: 50%;
  margin-left: -22px;
}
.main .main-c {
  display: block;
  margin:  0 auto;
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin-top:40px;
}
.main .main-tab-o .appCode {
  font-size: 16px;
  color: #333333;
}
.main .main-tab-o .appCode span {
  color: #f68b1f;
}
.main .main-tab-o .appCode p {
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}
.main .main-tab-o .appCode .expire {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
}
.main .main-tab-o .appCode .refresh {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  cursor: pointer;
}
.main .main-tab-o .tip {
  position: relative;
  width:100%;
  height:100%; 
  display:table;
  text-align:center;
  margin-bottom: -50px;
  top: -10px;
}
.main .main-tab-o .tip i {
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: none;
  border-bottom: 8px solid #ff972e;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -4px;
}
.main .main-tab-o .tip span {
  padding: 7px 10px;
  text-align: center;
  background: #ff972e;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
}
.main .main-c-b .user img {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin: 60px auto 15px;
  display: block;
}
.main .main-c-b .user span {
  font-size: 16px;
  color: #333333;
  display: block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto 16px;
}
.main .main-c-b .user p {
  font-size: 16px;
  color: #666666;
  margin-bottom: 60px;
}
.main .main-c-b .user i {
  font-size: 16px;
  color: #f68b1f;
  font-style: inherit;
  cursor: pointer;
}
.main .expireText {
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin-top: 20px;
}
.main .footer {
width: 398px;
position: absolute;
bottom: 10px;
left: 0;
}
.main .footer-w {
width: 120px;
*width: 125px;
margin: 0 auto;
}
.main .footer-w a {
color: #f68b1f;
font-size: 12px;
}
.main .footer-w i {
font-style: inherit;
margin: 0 5px;
color: #f68b1f;
}
.main .main-r-b {
  padding: 12px 40px;
}
.main .main-r-b .main-r-b-t {
  margin: 16px 0 40px 0;
  float: right;
}
.main .main-r-b .main-r-b-t a {
  float: left;
  font-size: 13px;
  color: #777777;
  cursor: pointer;
}
.main .main-r-b .main-r-b-t i {
  float: left;
  display: block;
  width: 1px;
  height: 11px;
  background: #bdbdbd;
  margin: 4px 13px 0;
}
.main .main-r-b .main-r-b-t h3 {
  top: 72px;
  font-size: 16px;
  color: #666;
  float: left;
  font-weight: 400;
}
.main .main-r-b .main-r-b-t p {
  color: #9f9e9a;
  float: right;
}
.main .main-r-b .main-r-b-t span:hover,
.main .main-r-b .main-r-b-t a:hover {
  color: #f9a24b;
}
.main .main-r-b-s {
  position: relative;
  margin-top: 26px;
  *height: 36px;
}
.main .main-r-b-s i {
  display: block;
  position:absolute;
  right:12px;
  top: 12px;
  cursor: pointer;
}
.main .main-r-b-s .icon-yj {
  top: 14px;
}
.main .main-r-b-s i:hover {
  background: url(../img/pc/deteleLn.png) no-repeat;
}
.main .main-r-b-s .icon-yj:hover {
  background-image: url(../img/pc/sprite.png);
  background-position: -104px -19px;
  width: 19px;
  height: 15px;
}
.main .main-r-b-s .icon-yj2:hover {
  background-image: url(../img/pc/sprite.png);
    background-position: -104px -34px;
    width: 19px;
    height: 15px;
}
.main .main-r-b-s input {
  width: 86%;
  *width: 86%;
  height: 40px;
  font-size: 14px;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #333;
  padding-left: 10px;
  padding-right: 34px;
  border-radius: 2px;
  background-color: #fff;
  padding: 10px 34px 10px 10px\9;
  height: 18px\9;
  *height: 16px;
  *position: absolute;
  *left: 0;
  *padding-left: 10px !important;
  *text-indent: 0px;
}
.main .main-r-b-s input.error {
  border: 1px solid #f66565;
}
.main .main-r-b-s span {
  display: block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  background: #f66565;
  color: #fff;
  border-radius: 100px;
  font-size: 10px;
  position: absolute;
  left: 0;
  bottom: -18px;
}
.pwdPlaceholder{
  color:#999!important;
  font-size: 14px!important;
}
.main .main-r-b-s .none {
  display: none;
}
.main .main-r-b-s label.error {
  font-size: 12px;
  color: #fc4d4d;
  position: absolute;
  left: 16px;
  bottom: -21px;
}
.main .main-r-b-s input:focus {
  border: 1px solid #f9a24b;
}
.main .main-r-b-s input::-webkit-input-placeholder{
  font-size: 14px;
  color: #bbbbbb;
}
.main .main-r-b-s input::-ms-input-placeholder{
  font-size: 14px;
  color: #bbbbbb;
}
.main .main-r-b-s .forget {
  color: #f78b1e;
  position: absolute;
  right: 20px;
  top: 10px;
}
.main .main-r-b-s .forget:hover {
  text-decoration: underline;
}
.main .main-r-b-b button {
  width: 100%;
  height: 42px;
  line-height: 38px;
  background: #fca854;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fca854;
  border-radius: 3px;
  font-size: 16px;
  margin: 27px auto 0px;
  outline:none;
}
.main .main-r-b-b button:hover {
  background: #fdad5c;
}
.main-r-b-c {
  padding: 0 25px;
}
.main .main-r-b-c i {
  display: block;
  width: 65px;
  height: 1px;
  background: #cbcbcb;
  float: left;
}
.main .main-r-b-c span {
  float: left;
  color: #999999;
  font-size: 14px;
  line-height: 3px;
  margin: 0 10px;
  display: block;
  *margin-top: -10px;
  *line-height: 20px;
}
.main .main-r-b-o a {
  display: block;
  margin: 0 auto 5px;
  width: 44px;
  height: 44px;
}
.main .main-r-b-o span {
display: block;
font-size: 12px;
color: #0066cc;
text-align: center;
}
.main .main-r-b-o .qq {
  background: url(../source/ic_tencent_qq.png) no-repeat;
}
.main .main-r-b-o .qq:hover {
  background: url(../source/qqlogin.png) no-repeat;
}
.main .main-r-b-o .sina {
  background: url(../img/pc/sprite/weibo.png) no-repeat;
}
.main .main-r-b-o .sina:hover {
  background: url(../img/pc/weiboLn.png) no-repeat;
}
.main .main-r-b-o .sina+span {
color: #e90d24;
}
.main .main-r-b-o .icon-cloud-work:hover {
background: url(../img/pc/cloud-work-ln.png) no-repeat;
}
.main-r-b-o {
  padding: 0 57px;
  margin-top: 25px;
}
.main-r-b-o .item {
float: left;
width: 50%;
}
.main-r-b-o .item:first-child {
display: none;
}
.main .main-r-z {
  padding: 0 40px;
}
.main .main-r-z .main-r-z-t {
  margin-top: 22px;
}
.main .main-r-z .main-r-z-t h3 {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  float: left;
}
.main .main-r-z .main-r-z-t a {
  font-size: 14px;
  color: #f78b1e;
  float: right;
}
.main .main-r-z .main-r-z-t a:hover {
  text-decoration: underline;
}
.main .main-r-z-s {
  margin: 5px 0 15px 5px;
  height: 17px;
}
.main .main-r-z-s p {
  color: #999999;
  font-size: 12px;
}
.main .main-r-z-b button {
  width: 100%;
  height: 42px;
  line-height: 38px;
  background: #fca854;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fca854;
  border-radius: 3px;
  font-size: 16px;
  margin: 5px auto 0;
  outline: none;
}
.main .main-r-z-b button:hover {
  background: #fdad5c;
}
.main .main-r-z-e {
  margin: 17px 0 40px 0;
}
.main .main-r-z-e a {
  float: right;
  font-size: 13px;
  color: #777777;
}
.main .main-r-z-e span {
  float: right;
  font-size: 13px;
  color: #777777;
  cursor: pointer;
}
.main .main-r-z-e i {
  float: right;
  display: block;
  width: 1px;
  height: 11px;
  background: #bdbdbd;
  margin: 4px 22px 0;
}
.main .main-r-z-e a:hover,
.main .main-r-z-e span:hover {
  color: #f9a24b;
}
.repeat_login_maks {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: #fff;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.repeat_login {
  width: 422px;
  height: 190px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -95px 0 0 -211px;
  box-shadow: 0px 3px 5px #bcbcbc;
  background: #fff;
  border: 1px solid #bcbcbc;
  z-index: 99999999;
}
.repeat_login span {
  float: left;
  font-size: 14px;
  color: #333333;
  margin: 14px 0 0 14px;
}
.repeat_login .repeat_login_c {
  width: 250px;
  margin: 66px auto 35px;
  overflow: hidden;
}
.repeat_login .repeat_login_c p {
  font-size: 14px;
  color: #666666;
  margin: 5px 0 0 10px;
  float: left;
}
.repeat_login .repeat_login_c img {
  float: left;
}
.repeat_login i {
  width: 98px;
  height: 32px;
  border-radius: 3px;
  line-height: 32px;
  background: #f68b1f;
  font-size: 14px;
  color: #fff;
  font-style: inherit;
  display: block;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.email_success {
  width: 398px;
  float: left;
  border: 1px solid #cdcdcd;
  height: 486px;
  background: #fff;
  margin-top: 77px;
  box-shadow: 0 0 30px #ccc;
}
.email_success i {
  display: block;
  margin: 116px auto 15px;
}
.email_success .title {
  color: #333333;
  font-size: 20px;
  text-align: center;
}
.email_success .error {
  max-width: 264px;
  line-height: 24px;
  color: #666;
  text-align: center;
  margin: 24px auto 35px;
}
.email_success a {
  color: #f78b1e;
  text-align: center;
  /* display: block; */
}
.email_success a:hover {
  color: #f9a24b;
}
.email_success .btn {
  width: 320px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #dce1ec;
  color: #bbb;
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  outline: none;
}
.email_success .btn:hover {
  color: #fc7d42;
  border: 1px solid #fc7d42;
}
#phone_complete {
  width: 398px;
  float: left;
  border: 1px solid #cdcdcd;
  height: 486px;
  background: #fff;
  margin-top: 77px;
  box-shadow: 0 0 30px #ccc;
}
#phone_err_div {
  color: #f66565;
  float: left;
  font-size: 14px;
  position: absolute;
  left: 16px;
  top: 44px;
}
#phone_complete  i {
  display: block;
  margin: 0 auto 40px;
}
#phone_complete .phone_complete_icon {
  display: block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  background: #f66565;
  color: #fff;
  border-radius: 100px;
  font-size: 10px;
  position: absolute;
  left: 0px;
  top: 48px;
}
#phone_complete .none {
  display: none;
}
#phone_complete input {
  width: 188px;
  height: 40px;
  *height: 38px;
  font-size: 14px;
  *line-height: 38px;
  outline: none;
  padding-left: 10px;
  border-radius: 2px;
  border: 1px solid #dce1ec;
  color: #333;
  background-color: #fff;
  outline: none;
  float: left;
  margin-right: 10px;
  padding: 10px 0 10px 10px\9;
  height: 18px\9;
  *padding-top:0;
  *padding-bottom:19px;
}
#phone_complete input:focus {
  border: 1px solid #f9a24b;
}
#phone_complete .phone-i {
  margin-top: 13px;
  width: 310px;
  margin: 0 auto 26px;
  position: relative;
}
#phone_complete .phone-i .phone_time {
  display: block;
  float: left;
  width: 98px;
  height: 40px;
  border: 1px solid #dce1ec;
  *height: 37px;
  line-height: 40px;
  *line-height: 37px;
  color: #333333;
  font-size: 14px;
  background: #edeeee;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
}
#phone_complete .phone-i span.disabled{
  cursor: default;
}
#phone_complete .error {
  color: #333;
  font-size: 14px;
  text-align: center;
  margin: 90px auto 15px;
  max-width: 280px;
}
#phone_complete .btn {
  width: 310px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  background: #f99e44;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  border: 1px solid #f99e44;
  border-radius: 3px;
  font-size: 16px;
  outline: none;
}
#phone_complete_ppt,#email_complete {
  width: 398px;
  float: left;
  border: 1px solid #cdcdcd;
  height: 486px;
  background: #fff;
  margin-top: 77px;
  box-shadow: 0 0 30px #ccc;
}
#phone_complete_ppt i,#email_complete i {
  display: block;
  margin: 116px auto 15px;
}
#phone_complete_ppt .title,#email_complete .title {
  color: #333333;
  font-size: 20px;
  text-align: center;
}
#phone_complete_ppt .user,#email_complete .user {
  max-width: 264px;
  line-height: 24px;
  color: #666;
  text-align: center;
  margin: 20px auto 30px;
}
#phone_complete_ppt .btn,#email_complete .btn {
  width: 320px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  background: #f99d45;
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  outline: none;
}
#phone_complete_ppt .btn:hover,#email_complete .btn:hover {
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
}
@media all and (max-width:320px) {
  .email_success {
      width: 220px;
      /* margin-left: -110px; */
      margin-top: -224px;
  }
  #phone_complete {
      width: 220px;
      margin-left: -110px;
  }
  #phone_complete_ppt {
      width: 220px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -110px;
      margin-top: -205px;
  }
  #email_complete {
      width: 220px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -110px;
      margin-top: -205px;
  }
}
@media screen and (max-width: 726px) {
  .main .main-tab-o .appCode {
    display: none;
  }
  html,body{
      overflow-x: hidden;
      overflow-y: hidden;
  }
  .appTab {
    display: none;
  }
  .main-c-b {
    display: none;
  }
  .main {
      width: 720px;
      height: 524px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -262px;
      margin-left: -360px;
  }
  .main .main-r .main-tab {
    width: 100%;
    padding-top: 23px;
    margin: 0 auto 17px;
    height: 37px;
  }
  .main .main-l {
      width: 255px;
  }
  .main .main-r .main-tab span {
      margin-top: 10px;
      height: 10px;
  }
  .main .main-s {
      width: 170px;
      height: 170px;
      margin-top: 50px;
      margin-bottom: 10px;
  }
  .email_success,
  #phone_complete,
  #phone_complete_ppt,
  #email_complete {
      width:350px;
      height:425px;
      margin-top:43px;
  }
  #msg {
      left:10px;
      bottom:39px;
  }
  .email_success .btn {
      width:280px;
  }
  .main .main-c {
      font-size: 14px;
  }
  .main .main-r-b .main-r-b-t i {
      margin: 4px 12px 0;
  }
  .main .main-r .main-tab ul li {
      font-size: 14px;
      width: 120px;
      margin: 0 27px;
      padding-bottom: 6px;
  }
  .main .main-r {
      width: 350px;
      height: 430px;
      float: left;
      border: 1px solid #cdcdcd;
      background: #fff;
      margin-top: 43px;
      box-shadow: 0 0 30px #ccc;
      position: relative;
  }
  .main .main-r-b {
      padding: 0 35px;
  }
  .main .main-r-b-s {
      margin-top: 17px;
  }
  .main .main-r-b-b button {
      margin-top: 23px;
  }
  .main .main-r-b-s input {
      height: 36px;
      line-height: 36px\9;
      font-size: 13px;
      padding: 0px 0 0 10px\9;
      border-radius: 2px;
      *position: absolute;
      *left: 0;
      *padding-left: 10px;
      *text-indent: 0px;
      padding-right: 26px;
  }
  .main .main-r-b-s input::-webkit-input-placeholder{
      font-size: 13px;
      color: #bbbbbb;
  }
  .main .main-r-b-s input:-ms-input-placeholder {
      font-size: 13px;
      color: #bbbbbb;
  }
  .main .main-r-b-s input::-moz-placeholder {
      font-size: 13px;
      color: #bbbbbb;
  }
  
  .main .main-r-b-b button {
      height: 36px;
      line-height: 36px;
      font-size: 13px;
  }
  .main .main-r-b .main-r-b-t a {
      font-size: 12px;
  }
  .main .main-r-b .main-r-b-t span {
      font-size: 12px;
  }
  .main .main-r-b-c i {
      width: 57px;
  }
  .main .main-r-b-c span {
      font-size: 12px;
      margin: 0 9px;
      *margin-top: -10px;
      *line-height: 20px;
  }
  .main .main-r-b .main-r-b-t {
      margin: 10px 0 33px 0;
  }
  .main-r-b-o {
      padding: 0 8px;
      *padding: 0 40px;
      *margin: -40px 22px 0;
      margin-top: 2px;
  }
  .main-r-b-o .item {
    width: 50%;
  }
  .main .main-r-b-o .qq {
      background: url(../img/desktop/sprite/qq.png) no-repeat;
  }
  .main .main-r-b-o .sina {
      background: url(../img/desktop/sprite/weibo.png) no-repeat;
  }
  .main .main-r-b-o .icon-cloud-work {
    background: url(../img/desktop/sprite/cloud-work.png) no-repeat;
  }
  .main .main-r-b-o a {
      margin-top: 22px;
      width: 39px;
      height: 39px;
  }
  .main .main-r-b-o .qq:hover {
      background: url(../img/desktop/qqLn.png) no-repeat;
  }
  .main .main-r-b-o .sina:hover {
      background: url(../img/desktop/weiboLn.png) no-repeat;
  }
  .main .main-r-b-o .icon-cloud-work:hover {
    background: url(../img/desktop/cloud-work.png) no-repeat;
  }
  .icon-detele {
    background: url(../img/desktop/sprite/detele.png) no-repeat;
    width: 16px;
    height: 16px;
  }
  .main .main-r-b-s .icon-detele:hover {
      background: url(../img/desktop/deteleLn.png) no-repeat
  }
  .main .main-r-b-s label.error {
    bottom: -17px;
  }
  .main .main-r-b-s span {
    bottom: -15px;
  }
  .main .footer {
    width: 350px;
    bottom: 14px;
  }
  .icon-qq {
      background-image: url(../img/desktop/sprite.png);
      background-position: -53px 0px;
      width: 39px;
      height: 39px;
  }
  .icon-sign-check-icon {
      background-image: url(../img/desktop/sprite.png);
      background-position: 0px 0px;
      width: 53px;
      height: 53px;
  }
  .icon-weibo {
      background-image: url(../img/desktop/sprite.png);
      background-position: 0px -53px;
      width: 39px;
      height: 39px;
  }
  .main .main-r-b-s .icon-yj {
      background-image: url(../img/desktop/sprite.png);
      background-position: -53px -39px;
      width: 17px;
      height: 13px;
  }
  .main .main-r-b-s .icon-yj:hover {
    background-image: url(../img/pc/sprite.png);
    background-position: -104px -19px;
    width: 19px;
    height: 15px;
  }
  .main .main-r-b-s .icon-yj2 {
      background-image: url(../img/desktop/sprite.png);
      background-position: -70px -39px;
      width: 17px;
      height: 13px;
  }
  .main .main-r-b-s .icon-yj2:hover {
    background-image: url(../img/pc/sprite.png);
    background-position: -104px -34px;
    width: 19px;
    height: 15px;
  }
    
}
/* .main .error {
width: 200px;
height: 30px;
text-align: right;
position: absolute;
right: 117px;
top: 226px;
  color: #F00;
  padding: 0;
  margin: 0;
} */

/* 头部 */
body {
  background: #f9f9f9;
}
.none {
  display: none !important;
}
.fl{
  float: left;
}
.fr{
  float: right
}
.clear{
  zoom:1;
}
.clear:after {
  clear:both;
  content:'';
  display:block;
  width:0;
  height:0;
  visibility:hidden;
}
#header {
  width: 100%;
  height: 50px;
  background: #fff;
  min-width: 1000px;
}
#header .header-l {
  float: left;
  margin-left: 3%;
}
#header .header-l span.goIndex{
  color: #666666;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 52px;
  display: inline-block;
  margin-right: 68px;
  font-family: 'Noto Sans SC';
}
#header .header-l img {
  float: left;
}
#header .header-l img:first-child {
  margin: 10px 5px 0 20px;
  width: 48px;
  height: 35px;
}
#header .header-l .last-child {
  margin-top: 12px;
  margin-right: 67px;
}
#header .header-l  .header-l-l{
  float: left;
    font-size: 13px;
    cursor: pointer;
    line-height: 47px;
    margin-right: 45px;
  /*  border-bottom: 4px solid #ffffff;*/

}
#header .header-l  .header-l-l a{
  display: block;
}
#header .header-l  .header-l-l a:hover{
  color: #666666
}
#header .header-l  .header-l-l.acitve{
  border-bottom-width:4px;
  border-bottom-style:solid;
  border-bottom-color: #0067cc;
}
#header .header-l  .header-l-l.acitve a{
  color: #0067cc;
}
#header .header-r {
  float: right;
  position: relative;
  margin-right: 3%;
}
#header .header-r .header-r-r {
  float: left;
  margin-right: 30px;
  font-size: 13px;
  cursor: pointer;
  line-height: 50px;
}
#header .header-r .header-r-o {
  float: left;
  font-size: 13px;
  margin-right: 10px;
  cursor: pointer;
  height: 60px;
}
#header .header-r.contact .header-r-o .userImg{
  margin-top: 12px;
  margin-right: 5px;
}
#header .header-r .header-r-o .header-name {
  float: left;
  display: block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 50px;
  width: 80px;
}
#header .header-r .header-r-o i {
  background: url('../img/u14.png') no-repeat;
  display: block;
  width: 10px;
  height: 10px;
  float: left;
  margin: 20px 0 0 10px;
}
#header .header-r .header-r-o:hover i {
  background: url('../img/u16.png') no-repeat;
}
#header .header-r .header-r-o:hover .header-r-x {
  display: block;
}
#header .header-r .header-r-x:hover {
  display: block;
}
#header .header-r .header-r-o .header-r-x{
  display: none;
}
#header .header-r .header-r-z {
  width: 100px;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  font-weight: 400;
  font-style: normal;
  background: linear-gradient(to right,#1f8bf7,#0268cf);
  text-align: center;
  position: relative;
  border-radius: 20px;
}
#header .header-r  .gologins{
  height: 20px;
  line-height: 20px;
  right: 54px;
  position: absolute;
  bottom: -39px;
  width: max-content;
  color: #666666;
  font-size: 12px;
}
#header .header-r  .gologins span{
  display: inline-block;
  color: #0067cc;
  cursor: pointer;
}
#header .header-r  .gologins span:hover{
  text-decoration: underline;
}
#header .header-r .header-r-z:hover {
  background: #0081e8;
}
#header .header-r .header-r-z:active {
  background: #014ace;
}
#header .header-r .header-r-r a:hover {
  color: #0066CC;
}
#header .header-r .header-r-z a {
  color: #FFFFFF;
  font-size: 13px;
  display: block;
}
#header .header-r .header-r-z a:hover {
  color: #fff;
}
#header .seclt {
  position: absolute;
  top: 60px;
  right: 2px;
  width: 150px;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.349019607843137);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.349019607843137);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.349019607843137);
  border: 1px solid #bbbbbb;
  z-index: 999;
  background: #fff;
}
#header .seclt .seclt-t {
  border-bottom: 1px solid #d3d3d3;
  cursor: default;
}
#header .seclt .seclt-t img {
  margin: 15px auto;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 100px;
}
#header .seclt .seclt-n {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}
#header .seclt .seclt-i {
  display:table;
  margin: 5px auto -5px;
}
#header .seclt .seclt-i span {
  float: left;
  display: block;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #666666;
  text-align: center;
}
#header .seclt .seclt-i p {
  float: left;
  display: block;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #666666;
  text-align: center;
}
#header .seclt p {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #666666;
  text-align: center;
  margin: 0 auto 10px;
  max-width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#header .seclt-b {
  cursor: default;
}
#header .seclt-b .selectList{
  height: 60px;
  text-align: center;
}

#header .seclt-b .selectList:hover {
  background: #f4f4f4;
}
#header .seclt-b a {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  /* margin: 15px 7px 0 7px; */
  width: 125px;
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
  height:59px;
  line-height: 59px;
}
#header .seclt-b .selectList:last-child a{
  border: none;
}
#header .seclt-b a img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
input[disabled] {
  color: #fff;
}


















input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbbbbb;
  font-size: 14px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bbbbbb;
  font-size: 14px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bbbbbb;
  font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbbbbb;
  font-size: 14px;
}
.contains {
  width: 1160px;
  height: 640px;
  background: #ebebeb;
  margin: 0 auto;
  /* background: url("../img/cloudOffice/u61.png") no-repeat; */
  /* text-align: right; */
}
.signTime {
  color: #555;
}
.contains .register {
  padding: 40px 42px 38px 42px;
  background: #ffffff;
  /* display: inline-block; */
  /* box-shadow: 0 2px 10px #ddd; */
  /* margin-top: 207px; */
  /* margin-right: 77px; */
  position: relative;
}
.contains .register .title {
  font-size: 20px;
  color: #0166cc;
  text-align: center;
  margin-bottom: 27px;
}
.contains .register .inputMessage {
  position: relative;
}
.contains .register input {
  width: 100%;
  width: 258px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #dddddd;
  display: block;
  margin-bottom: 20px;
  text-indent: 14px;
  outline: none;
  font-size: 16px;
  color: #666;
  line-height: 40px;
}
.contains .register input:focus,
.contains .register input.error {
  border: 1px solid #0066cc;
}
.contains .register input.code {
  width: 210px;
  display: inline-block;
  margin-right: 12px;
}
.contains .register .getCode {
  width: 93px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: #0066cc;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
}
.contains .register .getCode.disableds {
  background: #bbb;
  cursor: default;
  color: #fff;
  cursor: default;
}
.contains .register .submit {
  width: 260px;
  height: 40px;
  background-color: #5760c9;
  border-radius: 4px;
  font-size: 14px;
  color: #fffefe;
  cursor: unset;
  outline: none;
  border: none;
  margin-top: 10px;
  margin-bottom: 13px;
  cursor: pointer;
}
.contains .register .submit:hover{
  background-color: #787FD3;
}

.validBtn {
  background: #0066cc !important;
  cursor: pointer !important;
}
.contains .register .clause {
  font-size: 12px;
  color: #666666;
  text-align: left;
}
.contains .register img {
  vertical-align: bottom;
  margin-top: 14px;
  margin-right: 5px;
  cursor: pointer;
}
.contains .register a {
  /* font-size: 12px; */
  color: #0166cc!important;
  cursor: pointer;
}
.cloudfl {
  color: #5760c9!important;
  text-decoration: underline;
}

#quickRes{
  color: #5760c9!important;
}

#quickForget{
  color: #5760c9!important;
}

#quickRes2{
  color: #5760c9!important;
}

.contains .register a:hover {
  text-decoration: underline;
}

.contains .register .inputMessage label {
  font-weight: 400;
  font-style: normal;
  color: #e00;
  font-size: 13px;
  position: absolute;
  left: 1px;
  top: 46px;
}
.contains #loginForm .register,
.contains #loginFormCompany .register {
  padding-bottom: 133px;
}
.contains #loginForm .register .title_type,
.contains #loginFormCompany .register .title_type {
  width: 320px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 35px;
  cursor: pointer;
}
.contains #loginForm .register .title_type .titleName,
.contains #loginFormCompany .register .title_type .titleName {
  display: inline-block;
  width: 157px;
  height: 54px;
  line-height: 54px;
  text-align: center;
}
.contains #loginForm .register .title_type .titleName.active,
.contains #loginFormCompany .register .title_type .titleName.active {
  border-bottom: 4px solid #0066cc;
  color: #0066cc;
}
.contains #loginForm .register .inputMessage label,
.contains #loginFormCompany .register .inputMessage label {
  font-weight: 400;
  font-style: normal;
  color: #e00;
  font-size: 12px;
  position: absolute;
  left: 17px;
  /*top: 70px;*/
  top: 55px;
}
.contains #loginForm .register .footer,
.contains #loginFormCompany .register .footer {
  margin-top: 20px;
  font-size: 14px;
}
.contains #loginForm .register .footer .fr,
.contains #loginFormCompany .register .footer .fr {
  color: #666666;
}
.contains #loginForm .register .footer a:hover,
.contains #loginFormCompany .register .footer a:hover {
  text-decoration: none;
}
.contains #loginForm .register .title,
.contains #loginFormCompany .register .title {
  margin-bottom: 20px;
}
.footer-connect {
  text-align: center;
  font-size: 0;
  padding-top: 55px;
  background: #ffffff;
}
.footer-connect .connectIcon {
  font-size: 0;
  display: inline-block;
  font-size: 0;
  /*	background: red;*/
  margin-bottom: 50px;
  margin-left: -128px;
}
.footer-connect .connectIcon .title {
  font-size: 16px;
  color: #444444;
  margin-bottom: 42px;
}
.footer-connect .connectIcon .connectType {
  width: 153px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  display: inline-block;
  vertical-align: top;
}
.footer-connect .connectIcon .connectType img {
  display: inline-block;
}
.footer-connect .connectIcon .connectType.mail {
  margin-left: 130px;
}
/* .footer-connect .connectIcon .connectType.mail img{
	padding-top: 4px;
	margin-bottom: 5px;
} */
.footer-connect .connectIcon .connectType .name {
  font-size: 14px;
  color: #333333;
  margin: 10px 0 8px;
}
.footer-connect .connectIcon .connectType .Num {
  font-size: 12px;
  color: #666666;
  margin-bottom: 5px;
}
.footer-connect i {
  width: 1px;
  height: 60px;
  display: inline-block;
  vertical-align: top;
  background: #dddddd;
  margin: 105px 163px 0 163px;
}
.footer-connect .connectCode {
  display: inline-block;
  font-size: 16px;
  color: #444444;
  vertical-align: top;
}
.footer-connect .connectCode .title {
  margin-bottom: 40px;
}
.footer-connect .connectCode img {
  border: 1px solid #dbdbdb;
}
.footer-connect .connectCode p {
  font-size: 12px;
  color: #666666;
}
.footer-copy {
  width: 100%;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 12px;
  color: #999999;
  background: #ffffff;
}
.footer-copy a {
  font-size: 12px;
  color: #999999;
}

.blackMask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
}

.modal {
  display: inline-block;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 10px #ddd;
  padding-bottom: 50px;
  z-index: 3;
}
.modal .title {
  width: 470px;
  height: 63px;
  line-height: 63px;
  text-indent: 22px;
  border-bottom: 1px solid #d3d3d3;
  font-size: 16px;
  color: #666666;
  position: relative;
}
.modal .title i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../img/u63.png") no-repeat;
  margin-top: 25px;
  margin-right: 25px;
  cursor: pointer;
}
.modal .content {
  padding-top: 50px;
  text-align: center;
}
.modal .content img {
  width: 33px;
  height: 31px;
  vertical-align: top;
  margin: 15px 20px 0 0;
}
.modal .content .explains {
  width: 285px;
  height: 75px;
  line-height: 26px;
  display: inline-block;
  font-size: 14px;
  color: #666666;
  text-align: left;
}
.modal .content .btn {
  width: 170px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: #0166cc;
  border-radius: 3px;
  margin: 29px auto 0;
  cursor: pointer;
}

.loginTip {
  display: inline-block;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 10px #ddd;
  padding-bottom: 50px;
  z-index: 3;
}
.loginTip .title {
  width: 470px;
  height: 63px;
  line-height: 63px;
  text-indent: 22px;
  border-bottom: 1px solid #d3d3d3;
  font-size: 16px;
  color: #666666;
  position: relative;
}
.loginTip .title i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../img/u63.png") no-repeat;
  margin-top: 25px;
  margin-right: 25px;
  cursor: pointer;
}
.loginTip .content {
  padding-top: 50px;
  text-align: center;
}
.loginTip .content img {
  width: 33px;
  height: 31px;
  vertical-align: top;
  margin: 15px 20px 0 0;
}
.loginTip .content .explains {
  width: 285px;
  height: 75px;
  line-height: 26px;
  display: inline-block;
  font-size: 14px;
  color: #666666;
  text-align: left;
}
.loginTip .content .explains span {
  color: #0180ff;
}
.loginTip .content .btn {
  width: 170px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: #0166cc;
  border-radius: 3px;
  margin: 29px auto 0;
  cursor: pointer;
}
.black {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
.black img{
  margin-right: 2px;
  height: 12px;
}
.black span{
  vertical-align: middle;
}
.cloudOfficeErr {
  font-size: 13px;
  color: #fc4d4d;
  position: absolute;
  left: 0;
  top: 303px;
}
input::-webkit-input-placeholder {
  color: #bbbbbb !important;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbbbbb !important;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbbbbb !important;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbbbbb !important;
}
/* 云办公 */
.cloudOffice {
  width: 100%;
  height: 100%;
}
.toIndex {
  display: block;
  max-width: 1200px;
  color: #ffffff;
  height: 88px;
  line-height: 88px;
  cursor: pointer;
  margin: 0 auto;
  font-size: 0;
}
.toIndex img {
  display: inline-block;
  width: 140px;
  height: 32px;
  margin-right: 6px;
  vertical-align: middle;
}
.toIndex div {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #424242;
  vertical-align: middle;
}

.cloudOffice #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.cloudOffice .contains {
  width: 100%;
  height: 100%;
  position: relative;
}
.cloudOffice .contains .container {
  position: absolute;
  left: 50%;
  top: 50%;
  padding-top: 128px;
  margin-left: -200px;
  margin-top: -250px;
  width: 398px;
  height: 370px;
  /* 640/2 - 50/2 */
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #dddddd;
}
.cloudOffice .contains .container > img {
  width: 640px;
  height: 640px;
  float: left;
}
.cloudOffice .contains .container #loginForm {
  margin: 0 auto;
  height: 100%;
  width: 260px;
  box-sizing: border-box;
}

.cloudOffice .contains .container #passwordLoginForm {
  margin: 0 auto;
  height: 100%;
  width: 260px;
  box-sizing: border-box;
}

.cloudOffice .contains .container #loginFormPhoneCode {
  margin: 0 auto;
  height: 100%;
  width: 260px;
  box-sizing: border-box;
}

.cloudOffice #loginForm .register {
  margin: 0;
  padding: 0;
  box-shadow: unset;
}
.cloudOffice #passwordLoginForm .register {
  padding: 0;
  margin: 0;
  box-shadow: unset;
}

.cloudOffice #loginFormPhoneCode .register {
  padding: 0;
  margin: 0;
  box-shadow: unset;
}

.cloudOffice #loginForm .register h2, .cloudOffice #passwordLoginForm .register h2 {
  font-family: MicrosoftYaHeiLight;
  font-size: 30px;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #222222;
  margin-bottom: 56px;
}

.cloudOffice #loginForm .register h2, .cloudOffice #loginFormPhoneCode .register h2 {
  font-family: MicrosoftYaHeiLight;
  font-size: 30px;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #222222;
  margin-bottom: 56px;
}

.inputMessage + .inputLabel {
  margin-top: 36px;
}
.cloudOffice #loginForm .register .inputLabel {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 10px;
}

.cloudOffice #passwordLoginForm .register .inputLabel {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 10px;
}

.cloudOffice #loginFormPhoneCode .register .inputLabel {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 10px;
}

.cloud_header {
  height: 88px;
  width: 100%;
  -webkit-box-shadow: 0 3px 10px 0 rgba(41, 41, 41, 0.05);
  box-shadow: 0 3px 10px 0 rgba(41, 41, 41, 0.05);
  background-color: white;
}

.footer_div {
  float: left;
  font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
  position: relative;
  padding-left: 18px;
}

.password_record{
  display: block;
  position: absolute;
  width: 14px!important;
  height: 14px!important;
  left: 0;
  top: 1px;
  margin-bottom: 0;
  border: 1px solid #999999;
  cursor: pointer;
}

.phoneCodeLoginBox .fl-phone-login:focus{
  border-color: #5760c9!important;
}

.phoneCodeLoginBox .passwords-login:focus{
  border-color: #5760c9!important;
}

.passwordLoginBox .fl-phone-login:focus{
  border-color: #5760c9!important;
}

.passwordLoginBox .passwords-login:focus{
  border-color: #5760c9!important;
}

.password_record:checked:before{
  width: 14px;
  height: 14px;
  content: "";
  display: block;
  left: 0;
  top: 0;
  background-color: #5760c9;
  z-index: -1;
}

.password_record:checked:after {
  content: "✓";
  display: block;
  position: absolute;
  font-size: 12px;
  top: -14px;
  left: -12px;
  color: white;
}

.cloud_login_locationRes, .cloud_login_location {
  float: right;
  font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}

.cloud_login_locationRes span, .cloud_login_location span{
  font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999!important;
  text-decoration: none;
}

.cloud_login_locationRes a, .cloud_login_location a {
  float: none;
  font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999!important;
  text-decoration: none;
}

.contains #loginForm .register .footer {
  margin-top: 12px;
  position: relative;
}

.contains #passwordLoginForm .register .footer {
  position: relative;
}

.contains #loginFormPhoneCode .register .footer {
  position: relative;
}

.footer_contract{
  width: 100%;
  text-align: center;
  font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.footer_contract a{
  color: #5760c9;
  text-decoration: underline;
  cursor: pointer;
}

.cloudLogin_tabbar{
  padding-left: 10px;
  position: absolute;
  top: 52px;
  width: 260px;
  left: 70px;
}

.cloudLogin_tabbar span{
  cursor: pointer;
  line-height: 40px;
  height: 40px;
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
  display: inline-block;
  margin-bottom: 24px;
  color: #999999;
}

.cloudLogin_tabbar span:hover{
  color: #5760c9;
}

#mr-right60 {
  margin-right: 60px;
}

.cloudLogin_tabbar .tab_active{
  border-bottom: 2px solid #5760c9;
  color: #5760c9;
}

.phoneCode{
  display: inline-block;
  width: 140px!important;
  margin-right: 8px;
}

.phoneCode input{
  width: 162px!important;
}

.getPhoneCode{
  float: right;
  width: 89px;
	height: 40px;
  line-height: 42px;
	border-radius: 4px;
	border: solid 1px #dddddd;
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #5760c9;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
}

.getPhoneCode:hover{
  border: solid 1px #5760c9;
}

.phoneCodeCount{
  float: right;
  width: 89px;
	height: 40px;
  line-height: 42px;
	background-color: #eeeeee;
	border-radius: 4px;
	border: solid 1px #dddddd;
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #bbbbbb;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
}

.slider_bar {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 260px;
  height: 40px;
  line-height: 40px;
  background-color: #f7f7f7;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  border: solid 1px #dddddd;
  position: relative;
  text-align: center;
  cursor: default;
}

.slider {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.puzzleImg{
  position: absolute;
  height: 140px;
  width: 260px;
  top: -143px;
  left: -1px;
  border: 1px solid #dddddd;
  border-bottom: 0;
  background-color: rgb(247, 247, 247);
  display: none;
}

.errorToast{
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  text-align: center;
  height: 36px;
}

.successToast{
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  text-align: center;
  height: 36px;
}

.successToast .toastContainer{
  display: inline-block;
  margin: 0 auto;
  width: auto;
  background-color: #f0f9eb;
	box-shadow: 0px 0px 10px 0px 
		rgba(0, 0, 0, 0.1);
	border-radius: 4px;
  padding: 10px 15px;
}

.errorToast .toastContainer{
  display: inline-block;
  margin: 0 auto;
  width: auto;
  background-color: #fff0f0;
	box-shadow: 0px 0px 10px 0px 
		rgba(0, 0, 0, 0.1);
	border-radius: 4px;
  padding: 10px 15px;
}

.toastContainer img{
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.successToast span{
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
  vertical-align: middle;
  color: #67c23a;
}

.errorToast span{
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #666666;
  vertical-align: middle;
}

.errorBackColor{
  background-color: #fff0f0;
	border: solid 1px #f96363!important;
}

.cloudLoginContainer{
  display: block;
  position: relative!important;
  margin: 90px auto 0!important;
  position: relative!important;
  left: auto!important;
  top: auto!important;
}

.cloudLoginContains{
  background-color: rgb(247, 247, 247);
}

.puzzleImg .small{
  position: absolute;
  height: 100%;
  width: 40px;
  left: 0;
  top: 0;
}

.slider img{
  line-height: 40px;
  vertical-align: middle!important;
  margin: 0!important;
  -moz-user-select:none; /* Firefox私有属性 */
  -webkit-user-select:none; /* WebKit内核私有属性 */
  -ms-user-select:none; /* IE私有属性(IE10及以后) */
  -khtml-user-select:none; /* KHTML内核私有属性 */
  -o-user-select:none; /* Opera私有属性 */
  user-select:none; /* CSS3属性 */
}

.sliderModal{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgb(0, 0, 0);
  filter: alpha(opacity=0);
  opacity: 0;
  top: 0;
  left: 0;
}

.imgRefreshBox{
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 20px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.85);
  line-height: 20px;
}
.imgRefreshBox img{
  margin-top: 0!important;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

.bgProgress{
  height: 42px;
  position: absolute;
  left: -1px;
  top: -1px;
  border-radius: 4px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.puzzleImg .small{
  margin: 0!important;
}
.puzzleImg .big{
  width: 260px;
  height: 140px;
  margin: 0!important;
}