@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, D:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, D:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, D:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, D:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, D:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, D:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, D:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, D:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, D:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
@keyframes i3 {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -600px;
  }
}
@keyframes i5 {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -68px;
  }
}
@keyframes i6 {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -440px;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* PC页面设计稿宽度 */
/*  vw与px对应关系，100vw为视窗宽度，$vw即为$px对应占多宽

        $px                    $vw
    -------------    ===    ------------
    $design-width              100vw                */
/* 单位px转化为vw */
/* 单位vw转化为px，可用于根据vw单位快速计算原px */
/* line 28, ../sass/screen.scss */
* {
  box-sizing: border-box;
}

/* line 31, ../sass/screen.scss */
li {
  list-style: none;
}

/* line 34, ../sass/screen.scss */
.bg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  width: 100vw;
  height: 100vh;
  background-color: #f0f7ff;
  position: relative;
}
/* line 40, ../sass/screen.scss */
.bg .leftb {
  width: 75vw;
  height: 39.27083vw;
  background-image: url(../images/leftb.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
/* line 47, ../sass/screen.scss */
.bg .right {
  width: 10.98958vw;
  height: 12.44792vw;
  background-image: url(../images/right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}
/* line 54, ../sass/screen.scss */
.bg .loginbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  width: 46.40625vw;
  height: 22.29167vw;
  background: #FFFFFF;
  box-shadow: 0 0 14px 0 rgba(151, 172, 216, 0.75);
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
}
/* line 63, ../sass/screen.scss */
.bg .loginbox .leftimg {
  width: 50%;
  height: 100%;
  background-image: url(../images/leftimg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 66, ../sass/screen.scss */
.bg .loginbox .rightinput {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  padding: 2.8125vw 1.77083vw 1.04167vw 2.03125vw;
}
/* line 72, ../sass/screen.scss */
.bg .loginbox .rightinput .login {
  width: 100%;
}
/* line 74, ../sass/screen.scss */
.bg .loginbox .rightinput .login .input {
  display: flex;
  width: auto;
  height: 2.60417vw;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
/* line 77, ../sass/screen.scss */
.bg .loginbox .rightinput .login .input.user {
  margin-bottom: 0.78125vw;
}
/* line 80, ../sass/screen.scss */
.bg .loginbox .rightinput .login .input.passwd {
  margin-bottom: 1.30208vw;
}
/* line 83, ../sass/screen.scss */
.bg .loginbox .rightinput .login .input.sign a {
  position: absolute;
  bottom: -1.35417vw;
  left: 4.16667vw;
  font-size: 0.625vw;
  color: #5979F2;
  cursor: pointer;
}
/* line 90, ../sass/screen.scss */
.bg .loginbox .rightinput .login .input.sign a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
/* line 95, ../sass/screen.scss */
.bg .loginbox .rightinput .login .input p {
  font-size: 0.83333vw;
  color: #666666;
  width: 3.125vw;
  text-align: right;
}
/* line 101, ../sass/screen.scss */
.bg .loginbox .rightinput .login .input input {
  width: 15.10417vw;
  height: 2.60417vw;
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  font-size: 18px;
  padding: 10px;
}
/* line 109, ../sass/screen.scss */
.bg .loginbox .rightinput .login .input .loginbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  background-image: linear-gradient(-135deg, #6978C2 0%, #A9BFE7 100%);
  box-shadow: 0 0 7px 0 rgba(136, 151, 223, 0.65);
  border-radius: 2px;
  width: 15.10417vw;
  height: 2.60417vw;
  font-size: 0.9375vw;
  color: #FFFFFF;
  cursor: pointer;
}
/* line 119, ../sass/screen.scss */
.bg .loginbox .rightinput .login .input .loginbtn:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
/* line 126, ../sass/screen.scss */
.bg .loginbox .rightinput .icon {
  width: 100%;






  font-size: 0.72917vw;
  color: #666666;
}
/* line 132, ../sass/screen.scss */
.bg .loginbox .rightinput .icon div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 1.14583vw;
}
/* line 137, ../sass/screen.scss */
.bg .loginbox .rightinput .icon div a:nth-child(1){
  width: 2.34375vw;
  height: 2.08333vw;
  background-image: url(../images/icon1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 137, ../sass/screen.scss */
.bg .loginbox .rightinput .icon div a:nth-child(2) {
  width: 2.34375vw;
  height: 2.08333vw;
  background-image: url(../images/icon2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 137, ../sass/screen.scss */
.bg .loginbox .rightinput .icon div a:nth-child(3) {
  width: 2.34375vw;
  height: 2.08333vw;
  background-image: url(../images/icon3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 137, ../sass/screen.scss */
.bg .loginbox .rightinput .icon div i:nth-child(4) {
  width: 2.34375vw;
  height: 2.08333vw;
  background-image: url(../images/icon4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 137, ../sass/screen.scss */
.bg .loginbox .rightinput .icon div i:nth-child(5) {
  width: 2.34375vw;
  height: 2.08333vw;
  background-image: url(../images/icon5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 137, ../sass/screen.scss */
.bg .loginbox .rightinput .icon div i:nth-child(6) {
  width: 2.34375vw;
  height: 2.08333vw;
  background-image: url(../images/icon6.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 145, ../sass/screen.scss */
.bg .link {
  position: absolute;
  left: 50%;
  bottom: 8.33333vw;
  width: 15.625vw;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
}
/* line 154, ../sass/screen.scss */
.bg .link .free {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}
/* line 156, ../sass/screen.scss */
.bg .link .free i {
  width: 2.8125vw;
  height: 2.8125vw;
  background-image: url(../images/free.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 159, ../sass/screen.scss */
.bg .link .free span {
  font-size: 0.72917vw;
  color: #1C4BFF;
  cursor: pointer;
}
/* line 163, ../sass/screen.scss */
.bg .link .free span:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
/* line 169, ../sass/screen.scss */
.bg .link .chat {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}
/* line 171, ../sass/screen.scss */
.bg .link .chat i {
  width: 2.8125vw;
  height: 2.8125vw;
  background-image: url(../images/chat.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 174, ../sass/screen.scss */
.bg .link .chat span {
  font-size: 0.72917vw;
  color: #1C4BFF;
  cursor: pointer;
}
/* line 178, ../sass/screen.scss */
.bg .link .chat span:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
