@media screen and (min-width: 1440px) and (max-width: 1920px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
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: 0.8rem;
  color: #343434;
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box;
}
body,
p {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a,
ol,
ul,
li {
  list-style: none;
  text-decoration: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  max-width: 100%;
}
input,
select {
  outline: none;
  border: none;
  background-color: transparent;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
}
.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.setbetween {
  display: flex;
  justify-content: space-between;
}
.setaligncenter {
  display: flex;
  align-items: center;
}
.setcenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body {
  overflow-x: hidden;
  min-width: 300px;
}
.img img {
  display: block;
}
.boxshadow {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.apply-form {
  background-color: #4a4141;
  background-image: ;
  background-size: cover;
}
.apply-form .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.apply-form .container .tip{
  position: absolute;
  top: calc(100%   2rem);
  right: 0;
  opacity: .5;
}
.apply-form .container * {
  color: #fff;
}
.apply-form .container .left .tel p {
  font-size: 1rem;
  margin-bottom: 0.7rem;
  position: relative;
  padding-top: 1.75rem;
}
.apply-form .container .left .tel p::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 2rem;
  border-bottom: 0.01rem solid #e67015;
}
.apply-form .container .left .tel strong {
  font-size: 2rem;
}
.apply-form .container .left .tel i {
  font-size: 2rem;
}
.apply-form .container .right {
  width: 50%;
}
.apply-form .container .right .form {
  width: 100%;
}
.apply-form .container .right .form div {
  display: flex;
  flex-wrap: wrap;
}
.apply-form .container .right .form div input,
.apply-form .container .right .form div select {
  width: calc((100% - 1rem) / 2);
  margin-right: 1rem;
  border: 0.01rem solid #e67015;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  box-sizing: border-box;
  font-size: 0.7rem;
  padding: 0 2%;
  height: 1.8rem;
  margin-bottom: 1rem;
}
.apply-form .container .right .form div input::placeholder,
.apply-form .container .right .form div select::placeholder {
  color: #fff;
  font-size: 0.7rem;
}
.apply-form .container .right .form div input:nth-child(even),
.apply-form .container .right .form div select:nth-child(even) {
  margin-right: 0;
}
.apply-form .container .right .form input[type="submit"] {
  display: block;
  width: 10rem;
  height: 1.8rem;
  margin: 0 auto;
  background-color: #e67015;
  font-size: 0.7rem;
  cursor: pointer;
}
.side-bar {
  position: fixed;
  bottom: 40%;
  right: 0;
  border-radius: 0.3rem;
  width: 5rem;
  padding: 0 0.5rem;
  background-color: #fff;
  z-index: 20;
  box-shadow: 0rem 0.45rem 1.3rem 0rem rgba(153, 153, 153, 0.15);
}
.side-bar .mask {
  position: absolute;
  top: 0;
  right: 120%;
  width: 18rem;
  padding: 2rem 0.85rem 0.85rem;
  border-radius: 0.5rem;
  background-image: ;
  display: none;
}
.side-bar .mask::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 24%;
  border-top: 0.5rem solid transparent;
  border-left: 0.5rem solid #02065a;
  border-bottom: 0.5rem solid transparent;
}
.side-bar .mask .lab {
  display: flex;
  justify-content: space-between;
}
.side-bar .mask .lab .item1 .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.7rem;
  height: 3.7rem;
  background-image: ;
}
.side-bar .mask .lab .item1 .i i {
  font-size: 1.5rem;
  color: #fff;
}
.side-bar .mask .lab .item1 p {
  font-size: 0.7rem;
  color: #fff;
  text-align: center;
  margin-top: 0.5rem;
}
.side-bar .mask .side-form {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0.85rem 0.4rem;
  margin-top: 1rem;
}
.side-bar .mask .side-form input {
  width: 100%;
  height: 1.8rem;
  border-radius: 4rem;
  border: 0.01rem solid #e5e5e5;
  box-sizing: border-box;
  padding: 0 4%;
  margin-bottom: 0.8rem;
  font-size: 0.7rem;
}
.side-bar .mask .side-form input[type="submit"] {
  display: block;
  width: 40%;
  margin: 0 auto;
  background-color: #e67015;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-bottom: 0;
}
.side-bar .mask .close {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  cursor: pointer;
}
.side-bar .mask .close i {
  color: #fff;
}
.side-bar > .item1 {
  display: block;
  padding: 0.5rem 0;
  border-bottom: 0.01rem solid #eee;
  text-align: center;
  position: relative;
}
.side-bar > .item1:nth-of-type(4) {
  border-bottom: none;
}
.side-bar > .item1 p {
  font-size: 0.6rem;
  margin-top: 0.5rem;
}
.side-bar > .item1 > i {
  font-size: 1.5rem;
}
.side-bar > .item1:hover > i,
.side-bar > .item1:hover > p {
  color: #e67015;
}
.side-bar .go-top {
  position: absolute;
  top: 102%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin: 0.5rem auto 0;
  transform: translatex(-50%);
  background-color: #fff;
  z-index: 1;
  box-shadow: 0rem 0.45rem 1.3rem 0rem rgba(153, 153, 153, 0.15);
}
.side-bar .go-top i {
  font-size: 1.5rem;
}
.side-bar .go-top:hover i {
  color: #e67015;
}
.footer .f-content .container {
  display: flex;
}
.footer .f-content .f-cl {
  flex: 1;
  padding: 0 3em 0 0;
}
.footer .f-content .cl-info li {
  font-size: 0.7rem;
  color: #999;
  line-height: 1.5rem;
}
.footer .f-content .f-cr ul {
  display: flex;
  justify-content: space-between;
}
.footer .f-content .f-cr * {
  color: #666;
  font-size: 0.7rem;
  line-height: 1.5rem;
}
.footer .copyright p * {
  color: #fff;
  font-size: 0.7rem;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 18px;
  }
  .apply-form {
    background-size: cover;
    
  }
  .apply-form .container {
    flex-direction: column;
    padding-bottom: 1.5rem;
  }
  .apply-form .container .tip{
    top: calc(100%   0rem);
    right: 50%;
    transform: translatex(50%);
  }
  .apply-form .container .left {
    margin-bottom: 1rem;
  }
  .apply-form .container .left .tel p {
    padding-top: 1.15rem;
  }
  .apply-form .container .right {
    width: 100%;
  }
  .side-bar {
    display: none;
  }
}
