.main-content {
  background: #EFF0F3;
}

.header-container {
  height: 65px;
  background: #fff;
}

.crumbs {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 22px;
  font-size: 16px;
  color: #A0A0A0;
  padding: 16px 24px;
}

.crumbs span {
  color: #666666;
}

.crumbs a:hover {
  color: #155bd4;
}

.article-container {
  padding-bottom: 96px;
}

.article-box {
  width: 870px;
  background: #fff;
  padding: 0 24px;
  overflow: hidden;
  float: left;
  position: relative;
}

.article-box .title-box {
  margin: 40px 0;
}

.article-box .title-box .title {
  width: 694px;
  display: inline-block;
  font-sizE: 36px;
  color: #323233;
  line-height: 50px;
  font-weight: 600;
}

.article-box .title-box .detail-downloa {
  width: 88px;
  height: 32px;
  border: 1px solid #155bd4;
  border-radius: 2px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  float: right;
  cursor: pointer;
  color: #155bd4;
}

.article-box .content ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.article-box .content ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.article-box .content li {
  list-style-type: inherit;
}

.article-box .content p {
  margin-bottom: 24px; 
  font-size: 16px;
  color: #323233;
  line-height: 26px;
}

.article-box .content blockquote {
  border-left: 5px solid #f86466;
  background: white;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
}
.article-box .content pre {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 3px;
}

.article-box .content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.article-box .searchWhole {
  position: absolute;
  left: 0;
  bottom: 40px;
  overflow: hidden;
  width: 870px;
  height: 265px;
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(82%,#fff));
  background-image: -webkit-linear-gradient(top,hsla(0,0%,100%,0),#fff 82%);
  background-image: -moz-linear-gradient(top,hsla(0,0%,100%,0) 0,#fff 82%);
  background-image: linear-gradient( 180deg,hsla(0,0%,100%,0),#fff 82%);
}

.article-box .searchWhole .word {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #323233;
  text-align: center;
  margin-top: 170px;
}

.article-box .searchWhole .button {
  background: #155bd4;
  border-radius: 2px;
  width: 226px;
  height: 44px;
  margin: 12px auto 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}

.article-box .suspension {
  width: 870px;
  margin-left: -24px;
  position: fixed;
  bottom: 0;
  height: 150px;
  overflow: hidden;
  z-index: 3;
}

.article-box .suspension .shadowContainer {
  -webkit-box-shadow: 0 -10px 24px rgb(0 0 0 / 6%);
  box-shadow: 0 -10px 24px rgb(0 0 0 / 6%);
  width: 100%;
  height: 126px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 0;
  background: #fff;
  margin-top: 24px;
}

.article-box .suspension .shadowContainer .word {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #323233;
  text-align: center;
}

.article-box .suspension .shadowContainer .button {
  background: #155bd4;
  border-radius: 2px;
  width: 226px;
  height: 44px;
  margin: 12px auto 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}

.article-box .bottom {
  width: 100%;
  height: 40px;
  background: #fff;
}

.float-right {
  float: right;
  width: 314px;
  position: relative;
}

.float-right .recommendList {
  background: #fff;
  padding: 24px 24px 32px;
  margin-bottom: 16px;
}

.float-right .recommendList .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #323233;
  line-height: 26px;
}

.float-right .recommendList li {
  cursor: pointer;
  margin-top: 24px;
  list-style: none;
}

.float-right .recommendList li .img {
  border-radius: 4px;
  width: 266px;
  height: 150px;
  display: block;
}

.float-right .recommendList li .desc {
  margin-top: 12px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #323233;
  line-height: 24px;
}

.float-right .recommendList li .desc:hover {
  color: #155bd4;
}

.float-right .minicode {
  width: 100%;
  background: #FFF4EA;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.float-right .minicode .p1 {
  color: #333;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

.float-right .minicode .p2 {
  font-size: 16px;
  line-height: 25px;
  color: #FF8150;
  font-weight: 600;
  margin-top: 2px;
}

.float-right .minicode .p3 {
  font-size: 12px;
  line-height: 20px;
  color: #67768D;
  margin-top: 2px;
}

.float-right .minicode .img {
  width: 107px;
}

.branding {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.branding img {
  width: 142px;
}

.branding .text-box {
  margin-left: 50px;
  text-align: left;
}

.branding .text-box .title {
  font-size: 36px;
  color: #fff;
  /* font-weight: 600; */
  line-height: 50px;
}

.branding .text-box .desc {
  font-size: 20px;
  line-height: 28px;
  margin-top: 16px;
  color: #fff;
}

.branding .btn {
  width: 184px;
  height: 50px;
  border-radius: 4px;
  background: #fff;
  margin-left: 150px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #115DE8;
  cursor: pointer;
}

.form-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}

.form-mask .layout {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background: #fff;
  padding: 85px 120px;
}

.form-mask .layout .title {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
}

.form-mask .layout .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #999999;
  font-size: 20px;
  cursor: pointer;
}

.form {
  margin-top: 68px;
}

.form-mask .layout .form-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.form-mask .layout .form-item:first-child {
  margin-top: 0;
}

.form-mask .layout .form-item .item-label {
  width: 120px;
  line-height: 48px;
  font-size: 16px;
  color: #333;
  text-align: right;
}

.form-mask .layout .form-item .item-label::before {
  display: inline-block;
  margin-right: 4px;
  color: #CB0202;
  font-size: 16px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}

.form-mask .layout .form-item .item-control {
  width: 500px;
  margin-left: 8px;
  display: flex;
  align-items: center;
}

.form-mask .layout .form-item .item-control input {
  width: 100%;
  height: 48px;
  border: solid 1px #E3E4E3; 
  padding-left: 22px;
  font-size: 16px;
}

.form-mask .layout .form-item .item-control input#code {
  width: 430px;
}

.form-mask .layout .form-item .item-control .code-btn {
  width: 212px;
  height: 48px;
  margin-left: 8px;
  border: 1px solid #E3E4E3;
  background: #F8F8F8;
  cursor: pointer;
  font-size: 16px;
  color: #004BE1;
}

input::-webkit-input-placeholder{ /*WebKit browsers*/
  color: #BBBCBE;
}

input::-moz-input-placeholder{ /*Mozilla Firefox*/
  color: #BBBCBE;
}
  
input::-ms-input-placeholder{ /*Internet Explorer*/ 
  color: #BBBCBE;
}

.form-mask .layout .submit-box {
  text-align: center;
}

.form-mask .layout .submit {
  width: 309px;
  height: 48px;
  background: linear-gradient(to right, #0082F2, #004BE1);
  border-radius: 4px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: 50px auto 17px;
  cursor: pointer;
}

.form-mask .layout .legal-notice {
  font-size: 16px;
  color: #BBBCBE;
  text-align: center;
}

.form-mask .layout .legal-notice a {
  color: #007CF0;
}

.download-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  display: none;
}

.download-mask .layout {
  width: 1200px;
  height: 528px;
  background: #fff;
  border-radius: 6px;
  padding: 115px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.download-mask .layout .pc-download {
  width: 450px;
  height: 298px;
  border-radius: 4px;
  border: 1px solid #EBEDF0;
  float: left;
  padding: 42px 65px;
}

.download-mask .layout .pc-download .title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 24px;
}

.download-mask .layout .pc-download .desc {
  font-size: 16px;
  color: #333;
  line-height: 22px;
  margin-top: 22px;
}

.download-mask .layout .pc-download .btn {
  width: 198px;
  height: 44px;
  background: #0284FE;
  border-radius: 2px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  margin-top: 50px;
  cursor: pointer;
  display: block;
}

.download-mask .layout .mobile-download {
  width: 450px;
  height: 298px;
  border-radius: 4px;
  border: 1px solid #EBEDF0;
  float: right;
  padding: 42px 65px;
}

.download-mask .layout .mobile-download .title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 24px;
}

.download-mask .layout .mobile-download .desc {
  font-size: 16px;
  color: #333;
  line-height: 22px;
  margin-top: 22px;
}

.download-mask .layout .mobile-download .img {
  width: 106px;
  margin-top: 17px;
}

.download-mask .layout .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #999999;
  font-size: 20px;
  cursor: pointer;
}