* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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 {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.login_bg {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../../images/bcg.jpg);
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
}
#login_content {
  width: 65%;
  margin: 0 auto;
  clear: both;
  float: none;
}
ul {
  list-style: none;
}
li {
  display: list-item;
}

/* 图片 */
.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

/* logo部分 */
.login_logo {
  margin: 6% 0;
}
.login_logo,
.box_left {
  width: 58%;
  height: 100%;
}

/* 主体部分 */
.login_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.box_left {
  float: left;
}
/* 登录框 */
.box_right {
  width: 40%;
}
.box_right > div {
  width: 100%;
  padding: 6%;
  background-image: linear-gradient(
    90deg,
    rgba(21, 142, 225, 0.9),
    rgba(23, 143, 229, 0.9)
  );
}
.box_right .personal-common {
  border: none;
  box-shadow: none;
}
/* 用户登录 */
.box_bt {
  font-size: 2em;
  line-height: 2.5em;
  font-weight: bold;
  color: #178fe6;
  border-bottom: 1px solid #d1e9fa;
  display: flex;
  align-items: center;
}
.box_bt img {
  float: left;
  margin: 8px 8px 0 0;
}
/* 账号密码 */
.input_li {
  line-height: 2.5em;
  margin: 5% 0;
}
.input-group {
  position: relative;
  border-collapse: separate;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.input-group {
  border-radius: 4px;
  height: 40px;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group-addon {
  display: inline-block;
  width: 10%;
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-control {
  height: 100%;
  width: 100%;
  padding: 4px 8px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#login_content .form-control {
  font-size: 18px;
  font-weight: bold;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* 忘记密码链接 */
a {
  text-decoration: none;
  color: #337ab7;
}
/* 登录按钮 */
.btn {
  display: inline-block;
  padding: 3px 15px;
  margin-bottom: 0;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
}
.btn-primary {
  color: #fff;
}
.login_btn {
  width: 100%;
  height: 45px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #27a5f9;
  border: 0 none;
}
button,
input,
select,
textarea {
  font-family: inherit;
}
#ul1 {
  padding: 10% 0 8% 3%;
}
#ul1 li {
  margin-bottom: 10%;
}
#ul1 li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  width: 80%;
  height: 70px;
  position: relative;
}
#ul1 li .yellow {
  background: linear-gradient(#f1af41, #deac52);
}
#ul1 li .yellow::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  right: -30px;
  border-left: 30px solid #f1af41;
  border-bottom: 35px solid transparent;
  border-top: 35px solid transparent;
}
#ul1 li .orange {
  background: linear-gradient(#f17e63, #d1766b);
}
#ul1 li .orange::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  right: -30px;
  border-left: 30px solid #d1766b;
  border-bottom: 35px solid transparent;
  border-top: 35px solid transparent;
}
#ul1 li .red {
  background: linear-gradient(#f96f7e, #e64451);
}
#ul1 li .red::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  right: -30px;
  border-left: 30px solid #e64451;
  border-bottom: 35px solid transparent;
  border-top: 35px solid transparent;
}
