.container {
  max-width: 100%;
  padding: 0 100px;
}
.breadcrumbs {
  font-family: 'ms-base';
}
.breadcrumbs * {
  font-family: 'ms-base';
}
.art_top {
  display: flex;
  margin-bottom: 55px;
}
.art_top .art_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(45% + 40px);
  background: #FFF7EB;
  padding: 73px 87px;
  margin: 40px -40px 40px 0;
  position: relative;
  z-index: 1;
}
.art_top .main-img {
  display: block;
  width: 55%;
  background: #B3864B;
  padding: 40px 55px 40px 0;
}
.art_top .main-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.art_top .art_title {
  font-family: var(--fontfamliy);
  font-weight: 400;
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #1D1D1D;
}
.art_top .desc {
  color: #666666;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 25px;
}
.art_top .desc br {
  display: none;
}
.art_top .desc * {
  font-size: 22px !important;
  line-height: 33px !important;
}
.art_top .time {
  font-size: 14px;
  line-height: 18px;
  color: #666;
  font-weight: 500;
}
.art_top .time span {
  color: #454545;
  margin-right: 20px;
}
.art_empty_card {
  text-align: center;
  padding-top: 73px;
  padding-bottom: 73px;
}
.art_empty_card .art_title {
  font-family: var(--fontfamliy);
  font-weight: 400;
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #1D1D1D;
  max-width: 1024px;
  margin: 0 auto;
}
.art_empty_card .desc {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 25px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.art_empty_card .desc br {
  display: none;
}
.art_empty_card .desc * {
  font-size: 16px !important;
  line-height: 30px !important;
}
.art_empty_card .time {
  font-size: 14px;
  line-height: 18px;
  color: #666;
  font-weight: 500;
}
.art_empty_card .time a:hover {
  text-decoration: underline;
}
.art_empty_card .time span {
  color: #454545;
  margin-right: 20px;
}
.art_main {
  display: flex;
  gap: 100px;
  padding-bottom: 100px;
}
.art_main .left {
  width: calc(100% - 400px);
}
.art_main .left .con {
  font-size: 16px !important;
  line-height: 27px !important;
  color: #1D1D1D;
  font-weight: 500;
}
.art_main .left .con p {
  font-size: 16px !important;
  line-height: 27px !important;
}
.art_main .left .con p *:not(.postbtnDom) {
  font-size: 16px !important;
  line-height: 27px !important;
}
.art_main .left .con p > a,
.art_main .left .con span:not(.postbtnDom) a {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  padding: 0 4px;
  color: #1D1D1D !important;
}
.art_main .left .con p > a *,
.art_main .left .con span:not(.postbtnDom) a * {
  color: #1D1D1D !important;
}
.art_main .left .con p > a:hover,
.art_main .left .con span:not(.postbtnDom) a:hover {
  color: #fff !important;
  background: #000;
  text-decoration: none;
}
.art_main .left .con p > a:hover *,
.art_main .left .con span:not(.postbtnDom) a:hover * {
  color: #fff !important;
}
.art_main .left .con .table-wrap {
  max-width: 100%;
  overflow-x: scroll;
}
.art_main .left .con table {
  max-width: 100%;
}
.art_main .left .con table td,
.art_main .left .con table td * {
  font-size: 14px !important;
  line-height: 1.2 !important;
}
.art_main .left .con ul,
.art_main .left .con ol {
  padding-left: 48px;
}
.art_main .left .con h2 {
  font-size: 24px;
  line-height: 36px;
  font-family: var(--fontfamliy);
}
.art_main .left .con h3 {
  font-size: 20px;
  line-height: 34px;
  font-family: var(--fontfamliy);
}
.art_main .left .con img {
  max-width: 100%;
}
.art_main .left .con .postbtnDom {
  display: block;
  width: fit-content;
  line-height: 55px;
  padding: 35px min(2vw, 60px);
  border: 1px solid #999;
  border-bottom: 10px solid #ddd;
  font-size: 22px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.art_main .left .con .postbtnDom a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-size: inherit;
}
.art_main .left .share {
  margin-top: 40px;
  overflow: hidden;
}
.art_main .left .share .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 50px;
  color: #1D1D1D;
}
.art_main .left .share .list {
  float: right;
}
.art_main .left .share .list a {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  margin-left: 20px;
  position: relative;
}
.art_main .left .share .list img {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
}
.art_main .left .share .list .hover {
  position: absolute;
  opacity: 0;
  z-index: 2;
  top: 0;
  left: 0;
  transition: 0.3s opacity;
}
.art_main .left .share .list a:hover .hover {
  opacity: 1;
}
.art_main .left .author {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin-top: 50px;
  padding: 30px 35px;
  display: flex;
  align-items: center;
}
.art_main .left .author .img {
  text-align: center;
  margin-right: 35px;
  font-size: 0;
}
.art_main .left .author .img .author-img {
  display: block;
}
.art_main .left .author .img .linkedin-img {
  width: 20px;
  margin-top: 10px;
}
.art_main .left .author .msg {
  flex: 1;
}
.art_main .left .author .msg .name {
  font-family: var(--fontfamliy);
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: var(--text1);
}
.art_main .left .author .msg .name a:hover {
  text-decoration: underline;
}
.art_main .left .author .msg .txt {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  max-width: 780px;
}
.art_main .left .back {
  display: block;
  width: fit-content;
  margin: 70px auto;
}
.art_main .right {
  width: 380px;
}
.art_main .right .imgs {
  position: sticky;
  top: calc(0.6rem + 20px);
  background: #fff;
}
.art_main .right .imgbox {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  max-width: calc(50vh - 0.3rem - 40px);
  margin-bottom: 50px;
}
.art_main .right .imgbox img {
  display: block;
  width: 100%;
}
.art_main .right .also_title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #1D1D1D;
}
.art_main .right .also_item {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.art_main .right .also_item .msg {
  flex: 1;
}
.art_main .right .also_item .msg p {
  color: #454545;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--fontfamliy);
}
.art_main .right .also_item .msg time {
  font-size: 12px;
  line-height: 16px;
  color: #666;
  margin-top: 15px;
}
.art_main .right .also_item img {
  width: 145px;
}
.also_dom {
  padding-bottom: 100px;
}
.also_dom .also_title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #1D1D1D;
}
.also_dom .also_title h2 {
  font-family: var(--fontfamliy);
  font-weight: 500;
  display: inline-block;
}
.also_dom .also_title a {
  float: right;
  font-size: 16px;
}
.also_dom .also_title a:hover {
  color: var(--color1);
}
.also_dom .also_list {
  display: flex;
  gap: 30px;
}
.also_dom .also_item {
  flex: 1;
}
.also_dom .also_item img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.also_dom .also_item p {
  color: #454545;
  font-size: 16px;
  line-height: 1.2;
  font-family: var(--fontfamliy);
  margin: 15px 0;
}
.also_dom .also_item time {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #666;
}
.blog-form {
  position: relative;
  padding: 80px 0;
}
.blog-form img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.blog-form:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.blog-form .form {
  position: relative;
  z-index: 3;
  padding: 0 50px;
  max-width: 1300px;
  margin: 0 auto;
}
.blog-form .form .op-title {
  text-align: left;
  color: #fff;
}
.blog-form .form .op-subtitle {
  text-align: left;
  color: #fff;
}
.blog-form .form .line-title {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}
.blog-form .form .line {
  margin-bottom: 20px;
  display: flex;
  color: #fff;
}
.blog-form .form .line input[type="text"],
.blog-form .form .line select {
  font-family: 'ms';
  width: calc(50% - 10px);
  margin-right: 20px;
  height: 50px;
  padding: 0 10px;
  border: 1px solid var(--text2);
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text2);
}
.blog-form .form .line input[type="text"]:last-child,
.blog-form .form .line select:last-child {
  margin-right: 0;
}
.blog-form .form .line textarea {
  font-family: 'ms';
  padding: 10px 12px;
  width: 100%;
  border: 1px solid var(--text2);
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text2);
  line-height: 24px;
  height: 110px;
}
.blog-form .form .line input::placeholder {
  color: #999;
}
.blog-form .form .line textarea::placeholder {
  color: #999;
}
.blog-form .form .line .row {
  display: inline-block;
  vertical-align: top;
  width: fit-content;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 6px;
  max-width: 800px;
}
.blog-form .form .line .row .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 10px;
}
.blog-form .form .line .row .item input {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  cursor: pointer;
}
.blog-form .form .line .row .item label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-size: 16px;
}
.blog-form .form .line .upload-btn {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 20px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  padding: 0 18px;
  border: 1px solid #fff;
  border-radius: 2px;
  cursor: pointer;
}
.blog-form .form .line .upload-txt {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 40px;
}
.blog-form .form .line input[type="file"] {
  display: none;
}
.blog-form .form .line .select-mania-dropdown {
  color: #333;
}
.blog-form .form .line .select-mania-large .select-mania {
  line-height: 18px;
}
.blog-form .form .line .select-mania-large .select-mania-value-text {
  line-height: 18px;
}
.blog-form .form .line .select-mania-large .select-mania-arrow {
  margin-top: 0;
}
.blog-form .form .line .select-mania-large .select-mania-search-input {
  font-size: 16px;
}
.blog-form .form .line .select-mania,
.blog-form .form .line .intl-tel-input {
  width: calc(50% - 10px) !important;
}
.blog-form .form .line .select-mania input,
.blog-form .form .line .intl-tel-input input {
  width: 100%;
}
.blog-form .form .line .intl-tel-input input {
  padding-left: 52px;
}
.blog-form .form .line input[type="text"]#international_PhoneNumber_countrycode {
  width: 100%;
  padding-left: 52px;
}
.blog-form .form #form-inquirey {
  display: none;
}
.blog-form .form .submit-btn {
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
}
.op_blog_catalog a {
  color: var(--text1) !important;
}
.op_blog_catalog {
  background-color: #fafafa;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 1.5em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.op_blog_catalog_title {
  line-height: 34px;
  font-size: 16px;
  color: #7A7A7A;
}
.op_blog_catalog_title span {
  display: inline-block;
  margin-left: 15px;
  background-color: #eee;
  padding: 8px;
  border-radius: 2px;
  height: 32px;
  line-height: 16px;
  cursor: pointer;
  transition: background-color 0.5s;
}
.op_blog_catalog_title span:hover {
  background-color: #fff;
}
.op_blog_catalog .list {
  padding-top: 16px;
  display: none;
}
.op_blog_catalog .item {
  line-height: 22px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  position: relative;
  padding-left: 10px;
}
.op_blog_catalog .item:after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background: #454545;
  left: 0;
  top: 9px;
}
.op_blog_catalog .item-sub {
  line-height: 22px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  position: relative;
  padding-left: 10px;
  margin-left: 20px;
}
.op_blog_catalog .item-sub:after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #454545;
  left: 0;
  top: 9px;
}
.op_blog_catalog a {
  transition: color 0.5s;
}
.op_blog_catalog a:hover {
  color: #B3864B;
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .art_main .left .con .postbtnDom {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
  .container {
    padding: 0 50px;
  }
  .art_top .art_title {
    font-size: 50px;
  }
  .art_empty_card {
    padding-top: 73px;
    padding-bottom: 73px;
  }
  .art_empty_card .art_title {
    font-size: 50px;
  }
  .art_main {
    padding-bottom: 80px;
    gap: 50px;
  }
  .art_main .left {
    width: calc(100% - 330px);
  }
  .art_main .right {
    width: 280px;
  }
  .art_main .right .imgbox {
    margin-bottom: 30px;
  }
  .art_main .right .also_item img {
    width: 100px;
  }
  .also_dom {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .art_main .left .con .postbtnDom {
    width: 100%;
    text-align: center;
  }
  .art_main .left .con .postbtnDom a {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .art_top {
    flex-direction: column-reverse;
    padding: 0;
  }
  .art_top .art_card {
    position: relative;
    width: unset;
    padding: 40px 30px;
    margin: -60px 50px 0;
    z-index: 1;
  }
  .art_top .art_card .art_title {
    font-size: 48px;
    line-height: 58px;
    padding: 0;
    margin: 0;
  }
  .art_top .art_card .desc {
    font-size: 24px;
    line-height: 27px;
    padding: 0;
  }
  .art_top .main-img {
    width: 100%;
    padding: 0;
  }
  .art_empty_card {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .art_empty_card .art_title {
    font-size: 48px;
    line-height: 58px;
    padding: 0;
    margin: 0;
  }
  .art_empty_card .desc {
    font-size: 24px;
    line-height: 27px;
    padding: 0;
  }
  .art_empty_card .desc * {
    font-size: 24px !important;
    line-height: 27px !important;
  }
  .art_main {
    flex-wrap: wrap;
    gap: 0;
  }
  .art_main .left {
    width: 100%;
  }
  .art_main .left .share .list {
    float: none;
  }
  .art_main .left .share .list a {
    height: 40px;
  }
  .art_main .left .share .list a:first-child {
    margin-left: 0;
  }
  .art_main .right {
    width: 100%;
  }
  .art_main .right .imgs {
    display: flex;
    gap: 50px;
  }
  .art_main .right .imgs .imgbox {
    flex: 1;
  }
  .art_main .right .also_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 50px;
  }
  .art_main .right .also_list .also_item {
    width: calc(50% - 25px);
  }
  .also_dom {
    padding-bottom: 80px;
  }
  .also_dom .also_list {
    flex-wrap: wrap;
  }
  .also_dom .also_item {
    flex: none;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 10px 15px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
  }
  .container {
    padding: 0 10px;
  }
  .art_top {
    margin-bottom: 40rem;
    padding: 0;
  }
  .art_top .art_card {
    margin: -60rem 25rem 0;
    padding: 60rem 35rem;
    z-index: 1;
  }
  .art_top .art_card .art_title {
    font-size: 48rem;
    line-height: 58rem;
    padding: 0;
    margin: 0;
  }
  .art_top .art_card .desc {
    font-size: 30rem;
    line-height: 42rem;
    padding: 0;
    margin: 30rem 0;
  }
  .art_top .art_card .desc * {
    font-size: 30rem !important;
    line-height: 42rem !important;
  }
  .art_top .art_card .time {
    font-size: 24rem;
  }
  .art_top .main-img {
    height: 500rem;
  }
  .art_empty_card {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }
  .art_empty_card .art_title {
    font-size: 48rem;
    line-height: 58rem;
    padding: 0;
    margin: 0;
  }
  .art_empty_card .desc {
    font-size: 30rem;
    line-height: 42rem;
    padding: 0;
    margin: 30rem 0;
  }
  .art_empty_card .desc * {
    font-size: 30rem !important;
    line-height: 42rem !important;
  }
  .art_empty_card .time {
    font-size: 24rem;
  }
  .art_main {
    margin-bottom: 100rem;
  }
  .art_main .left .con {
    font-size: 28rem;
    line-height: 42rem;
  }
  .art_main .left .con p {
    font-size: 28rem !important;
    line-height: 42rem !important;
  }
  .art_main .left .con p *:not(.postbtnDom) {
    font-size: 28rem !important;
    line-height: 42rem !important;
  }
  .art_main .left .con .table-wrap {
    max-width: 100%;
    overflow-x: scroll;
  }
  .art_main .left .con table td,
  .art_main .left .con table td * {
    font-size: 26rem !important;
    line-height: 1.2 !important;
  }
  .art_main .left .con ul,
  .art_main .left .con ol {
    padding-left: 32rem;
    font-weight: 500;
    font-family: var(--fontfamliy);
  }
  .art_main .left .con ul li p,
  .art_main .left .con ol li p,
  .art_main .left .con ul li p *,
  .art_main .left .con ol li p * {
    font-size: 30rem !important;
  }
  .art_main .left .con h2 {
    font-size: 36rem;
    line-height: 46rem;
  }
  .art_main .left .con h3 {
    font-size: 32rem;
    line-height: 40rem;
  }
  .art_main .left .con img {
    max-width: 100%;
  }
  .art_main .left .con .postbtnDom {
    width: 100%;
    line-height: 36rem;
    padding: 50rem 30rem;
    font-size: 28rem;
    text-align: center;
    border-bottom-width: 15rem;
  }
  .art_main .left .con .postbtnDom a {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35rem;
  }
  .art_main .left .share {
    display: flex;
    gap: 20rem;
  }
  .art_main .left .share .title {
    font-size: 24rem;
    line-height: 50rem;
  }
  .art_main .left .share .list a {
    height: 50rem;
    margin-left: 0;
    margin-right: 20rem;
    margin-bottom: 20rem;
  }
  .art_main .left .author {
    margin-top: 40rem;
    padding: 30rem 15rem;
    align-items: start;
  }
  .art_main .left .author img {
    width: 110rem;
    margin-right: 15rem;
  }
  .art_main .left .author .msg {
    flex: 1;
  }
  .art_main .left .author .msg .name {
    font-size: 30rem;
    line-height: 36rem;
  }
  .art_main .left .author .msg .txt {
    margin-top: 10rem;
    font-size: 22rem;
    line-height: 29rem;
  }
  .art_main .left .back {
    margin: 50rem auto 100rem;
  }
  .art_main .right .imgs {
    gap: 0;
    flex-wrap: wrap;
  }
  .art_main .right .imgs .imgbox {
    width: 100%;
    flex: none;
    margin-bottom: 0;
  }
  .art_main .right .imgs .imgbox:first-child {
    margin-bottom: 20rem;
  }
  .art_main .right .also_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .art_main .right .also_list .also_item {
    width: 100%;
  }
  .also_dom {
    padding-bottom: 100rem;
  }
  .also_dom .also_title {
    font-size: 30rem;
    line-height: 30rem;
    margin-bottom: 40rem;
  }
  .also_dom .also_title a {
    font-size: 24rem;
  }
  .also_dom .also_list {
    gap: 0;
  }
  .also_dom .also_item {
    width: 100%;
    margin-bottom: 50rem;
  }
  .also_dom .also_item p {
    font-size: 28rem;
    line-height: 42rem;
    margin: 20rem 0 10rem;
  }
  .also_dom .also_item time {
    font-size: 24rem;
    line-height: 36rem;
  }
  .blog-form {
    padding: 100rem 0;
  }
  .blog-form .form {
    padding: 0 15px;
  }
  .blog-form .form .line {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .blog-form .form .line input[type="text"] {
    width: 100%;
    margin-bottom: 30rem;
    margin-right: 0;
    height: 66rem;
    font-size: 26rem;
  }
  .blog-form .form .line .intl-tel-input {
    width: 100% !important;
    margin-bottom: 30rem;
  }
  .blog-form .form .line .select-mania {
    width: 100% !important;
    margin-bottom: 30rem;
    height: 66rem;
  }
  .blog-form .form .line .select-mania-large .select-mania-inner {
    max-height: 66rem;
    min-height: 66rem;
  }
  .blog-form .form .line .select-mania-large .select-mania-values {
    min-height: 66rem;
  }
  .blog-form .form .line .select-mania-large .select-mania-inner {
    padding: 0 8px;
  }
  .blog-form .form .line .select-mania-large .select-mania-value {
    line-height: 66rem;
    margin: 0;
    padding: 0;
  }
  .blog-form .form .line .select-mania-large .select-mania-value-text {
    line-height: 66rem;
    padding: 0;
    height: 66rem;
    font-size: 26rem;
  }
  .blog-form .form .line .select-mania-large .select-mania-arrow {
    margin-top: 6rem;
  }
  .blog-form .form .line .line-title {
    font-size: 26rem;
    line-height: 1;
    margin-bottom: 27rem;
  }
  .blog-form .form .line .row {
    display: block;
    font-size: 0;
    margin-bottom: 6px;
  }
  .blog-form .form .line .row .item {
    min-width: 266rem;
    margin-right: 17rem;
    font-size: 24rem;
    line-height: 1;
  }
  .blog-form .form .line .row .item:last-child {
    margin-right: 0;
  }
  .blog-form .form .line .row .item input {
    margin-top: 0;
  }
  .blog-form .form .line .upload-btn {
    margin: 0 8px 30rem 0;
    line-height: 66rem;
    height: 66rem;
    font-size: 26rem;
    padding: 0 18rem;
  }
  .blog-form .form .line .upload-txt {
    font-size: 26rem;
  }
  .blog-form .form .line textarea {
    font-size: 26rem;
    line-height: 1.4;
  }
  .blog-form .form .submit-btn {
    width: 390rem;
  }
  .op_blog_catalog {
    font-size: 14px;
  }
  .op_blog_catalog .item {
    margin-bottom: 0;
  }
  .op_blog_catalog .item-sub {
    margin-bottom: 0;
  }
}
