@charset "UTF-8";
@font-face {
  font-family: 'DIN';
  src: url(../fonts/DIN-Medium.otf);
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #3d3e40;
}

input {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
}

body {
  font-size: 16px;
  font-family: 'Arial', 'Microsoft YaHei', '黑体', '宋体', sans-serif;
  word-break: break-all;
  word-wrap: break-word;
}

ul,
li,
dl,
dd,
dt,
p,
ol,
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  color: #3d3e40;
}

ul li {
  list-style-type: none;
}

cite {
  font-style: normal;
}

.clearfix:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

i {
  font-style: normal;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.f-w {
  font-weight: bold;
}

.tk-container {
  width: 1360px;
  margin: 0 auto;
}

.wrapper {
  background-color: #f2f4f7;
  overflow: hidden;
}

.color--green {
  color: #00b38a !important;
}

.color--red {
  color: #ff4d4d !important;
}

.color--blue {
  color: #0d9aff !important;
}

.color--main {
  color: #00b38a !important;
}

.circleChart-content {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-toggle='collapse'] .collapse-arrow-icon {
  transition: 0.3s ease-out;
}

[data-toggle='collapse'][aria-expanded='true'] .collapse-arrow-icon {
  transform: rotate(180deg);
}

.go-pc a {
  width: 3.63rem;
  background: rgba(149, 155, 166, 0.1);
  border-radius: 0.56rem 0.56rem 0.56rem 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  color: #6C7380;
  margin: 0 auto;
  padding: 0.32rem 0;
}

.go-pc a img {
  width: 0.43rem;
  height: 0.43rem;
  margin-right: 0.11rem;
}

.bg-f {
  background: #fff !important;
}

.default-box {
  padding-top: 3.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.default-box .que {
  width: 2.67rem;
  height: 2.67rem;
}

.default-box .title {
  font-size: 0.37rem;
  color: #959BA6;
  margin: 0.53rem 0;
}