.shipping_view {
  margin-top: 30px;
  padding-bottom: 100px;
}
.shipping_view_nav {
  padding: 25px 0 24px 20px;
  font-size: 14px;
  font-family: Arial, sans-serif, Source Han Sans SC;
  font-weight: 400;
  color: #8A9197;
}
.shipping_view_nav span {
  font-size: 14px;
  font-family: Arial, sans-serif, Source Han Sans SC;
  font-weight: bold;
  color: #292A2B;
}
.shipping_view_content {
  display: flex;
}
.shipping_view_content_list {
    padding-top: 30px;
    width: 490px;
    min-width: 210px;
    height: auto;
    min-height: 800px;
    background: #FFFFFF;
    box-shadow: 0 3px 10px 1px rgba(52, 74, 109, 0.16);
    border-radius: 8px;
    opacity: 1;
}
.shipping_view_content_list_item {
    height: 24px;
    font-size: 12px;
    font-family: Arial, sans-serif, Source Han Sans SC;
    font-weight: 500;
    color: #292A2B;
    line-height: 24px;
    margin-bottom: 22px;
    padding-left: 30px;
    position: relative;
    display: block;
    cursor: pointer;
    text-decoration: none;
}
.shipping_view_content_list_item:hover,
.shipping_view_content_list_item.active {
    font-size: 12px;
    font-family: Arial, sans-serif, Source Han Sans SC;
    font-weight: bold;
    color: #DE3E46 !important;
    text-decoration: none;
}
.shipping_view_content_list_item.active::before {
  content: '';
  width: 4px;
  height: 20px;
  background: #DE3E46;
  position: absolute;
  left: 0;
  top: 2px;
}


.shipping_view_content_main {
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 8px;
    opacity: 1;
    padding: 72px 100px 0 100px;
    margin-left: 22px;
}
.shipping_view_content_main_title {
    height: 61px;
    font-size: 20px;
    font-family: Arial, sans-serif, Source Han Sans SC;
    font-weight: bold;
    color: #292A2B;
    line-height: 61px;
    text-align: center;
    margin-bottom: 43px;
}
.shipping_view_content_main_subtitle {
    height: 29px;
    font-size: 18px;
    font-family: Arial, sans-serif, Source Han Sans SC;
    font-weight: 400;
    color: #8A9197;
    line-height: 29px;
    text-align: center;
    margin-bottom: 60px;
}
.shipping_view_content_main_subtitle span {
  color: #53575A;
}
.shipping_view_content_main_headtitle {
  position: relative;
  /* padding-left: 30px; */
  font-size: 20px;
  font-family: Arial, sans-serif, Source Han Sans SC;
  font-weight: bold;
  color: #292A2B;
  margin-bottom: 30px;
}

.shipping_view_content_main_headtitle .iconfont {
  margin-right: 10px;
  color: #DE3E46;
}
.shipping_view_content_main_desc {
    text-indent: 30px;
    font-size: 14px;
    font-family: Arial, sans-serif, Source Han Sans SC;
    font-weight: 400;
    color: #53575A;
    margin-bottom: 40px;
}
.shipping_view_content_main_descpitin {
    text-indent: 30px;
    font-size: 14px;
    font-family: Arial, sans-serif, Source Han Sans SC;
    font-weight: 400;
    color: #53575A;
    margin-bottom: 40px;

}
.shipping_view_content_main_descpitin span {
  color: #38D69B;
  text-decoration: underline;
}
.shipping_view_content_main_img {
  width: 600px;
  border-radius: 8px;
}
.shipping_view_section {
  padding-bottom: 41px;
  border-bottom: 1px solid #C7CDD2;
  margin-bottom: 60px;
}
.shipping_view_content_main_tip {
  height: 32px;
  font-size: 20px;
  font-family: Arial, sans-serif, Source Han Sans SC;
  font-weight: 400;
  color: #38D69B;
  line-height: 32px;
}
.shipping_view_section ul {
  padding-left: 0px;
}
.shipping_view_section ul li {
  font-size: 20px;
  font-family: Arial, sans-serif, Source Han Sans SC;
  font-weight: 400;
  color: #53575A;
}
.shipping_view_section_tip {
  color: #53575A;
  text-indent: 85px;
}
.shipping_view_section_tips {
  margin-top: 30px;
  height: 29px;
  font-size: 20px;
  font-family: Arial, sans-serif, Source Han Sans SC;
  font-weight: bold;
  color: #292A2B;
  line-height: 29px;
  margin-bottom: 30px;
}
