.footer_part_1 {
  padding: 143px 0 0;
  margin: auto;
  width: 100vw;
  min-width: 1200px;
}

.content_title {
  width: 500px;
  height: 78px;
  font-size: 40px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #2b2b2b;
  line-height: 40px;
  text-align: center;
  padding-top: 38px;
  background-repeat: no-repeat;
  background-position: top center;
}

.content_include {
  font-size: 20px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  padding-top: 30px;
}

.bitmap_info {
  width: 100vw;
  min-width: 1200px;
  height: 160px;
  display: block;
  margin-top: 80px;
}

.bitmap_info img {
  width: 100%;
  height: 160px;
}

.info_box {
  /* min-width: 1200px; */
  height: 550px;
  margin: 0 auto;
  margin-top: 30px;
  /* width: 676px;
  overflow-x: auto; */
}

.big_input {
  width: 675px;
  height: 50px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  padding: 14px 20px;
  border: none;
  background-color: #ffffff;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-bottom: 30px;
}

.small_input {
  width: 323px;
  height: 50px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  padding: 14px 20px;
  border: none;
  background-color: #ffffff;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-bottom: 30px;
}

.info_textarea {
  width: 675px;
  height: 162px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  padding: 14px 20px;
  border: none;
  background-color: #ffffff;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-bottom: 52px;
}

.info_input_placeholder {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #a9a9a9;
  line-height: 22px;
}

.submit_btn {
  width: 300px;
  height: 83px;
  background: #5d54dc;
  border-radius: 42px;
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 83px;
  text-align: center;
}

.btn {
  font-size: 14px;
  padding: 11px 40px;
  border-radius: 42px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  width: 234px;
  padding: 19px 0;
  /* background: rgba(111, 125, 241, 1); */
  background-color: #6a46cc;
  box-shadow: 0px 8px 10px 0px rgba(51, 51, 51, 0.05);
  border-radius: 42px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 28px;
  /* margin-bottom: 33px; */
}

.btn-common:hover {
  /* background: #5864C0; */
  opacity: 0.8;
}

.fixed-top {
  top: 0px !important;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
}

.btn-border:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #61d2b4;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 0px;
  color: #999;
  text-transform: capitalize;
}

.btn-rm i {
  vertical-align: middle;
}

.footer {
  background: #1c1c1c;
  min-width: 1200px;
}

.footer_part_2 {
  width: 100vw;
  height: 568px;
  background-color: #1c1c1c;
}

.footer_box {
  width: 1200px;
  margin: auto;
  padding: 49px 83px 34px 187px;
  border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
}

.footer_title {
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 33px;
}

.footer_title_2 {
  /* width: 172px;
    height: 32px;
    background-image: url('https://yashisoft-1301525738.cos.ap-shanghai.myqcloud.com/yashiSolution/img/Yashi_icon.png');
    background-size: 172px 32px;
    background-repeat: no-repeat;
    margin-bottom: 20px; */
  width: 102px;
  height: 36px;
  background-image: url("../img/advice/yashi_advice.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.footer_box li {
  margin-top: 8px;
}

.footer_box a {
  font-size: 14px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #acacac;
  line-height: 14px;
}

.footer_box span {
  font-size: 14px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #acacac;
  line-height: 14px;
}

.date_text {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #a3a3a3;
  line-height: 21px;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
}

.footer_box ul li ul li {
  margin-right: 10px;
}

.footer_box ul li ul li:last-child {
  margin-right: 0;
}

.footer_box ul li ul li {
  width: 36px;
  height: 36px;
  background-color: #1c1c1c;
  margin-right: 10px;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_box ul li ul li img {
  display: block;
  width: 16px;
  height: 16px;
}

.D-padding-120 {
  padding-top: 120px;
}

.left_ul li a:hover {
  color: #fff;
}
.icons li a {
  display: block;
  width: 36px;
  height: 36px;
  color: #4f4f4f;
  text-align: center;
  line-height: 36px;
}
.icons li a:hover {
  color: #fff;
  background-color: #2d2d2d;
}
.icons .iconfont_default {
  font-size: 24px;
  cursor: pointer;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 22px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 22px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 22px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 22px;
}

input:hover {
    border: 1px solid #6A46CC;
    cursor: pointer;
}
textarea:hover {
    border: 1px solid #6A46CC;
    cursor: pointer;
}
