@charset "utf-8";
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}


ul li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #666;
}
a:hover {
  color: #c81623;
  cursor: pointer;
}
s,
i {
  text-decoration: none;
}
input,
button {
  border: none;
  outline-style: none;
}
/*清除浮动*/
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
/*材料*/
@keyframes arrow_icon {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(8px);
    }
}
.sub_container {
    width: 938px;
    margin: 0 auto;
}
.sub_container h3 {
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
    padding-left:30px;
}
.sub_container h3 span {
    font-size: 28px;
    color: red;
}
.sub_container h3 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    border-bottom: 2px dashed #ccc;
}
.sub_container .w938 {
    overflow:hidden;
    width: 100%;
    margin-top: 30px;
    margin-bottom:40px;
    background: url('/show/images/commodity_detail/subject_tree_r.png') no-repeat center right;
    background-size:300px 200px;

}
.subject_tree {
    width: 550px;
    padding:5px 0 25px 50px;
    position: relative;
}
.subject_tree ul li {
    width: 90%;
    border-bottom: 2px dotted #ccc;
    padding: 10px 0 5px 35px;
    font-size: 20px;
    position: relative;
    background: transparent;
    margin: 0px;
}
.subject_tree ul li span {
    position: absolute;
    left: 2px;
    width: 15px;
    font-size: 20px;
    color: #355770;
    animation: arrow_icon 1.2s ease infinite;
}
.subject_tree .cir_tree {
    position: absolute;
    left: 20px;
    top: 8px;
    width: 20px;
    height: 20px;
    background-color: #01b7e6;
    border-radius: 50%;
}
.subject_tree .cir_tree::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 5px;
    height: 700px;
    border-left: 3px solid #01b7e6;
}
.subject_tree .cir_tree .small_cir_tree {
    position: absolute;
    left: 4px;
    top: 4px;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
}
/*办理流程*/
.wrapper{
    margin-top:50px;
}
.file_process {
    margin-left: 210px;
    margin-bottom: 66px;
    width: 420px;
    height: 60px;
    padding: 10px 0;
    border-radius: 8px;
    position: relative;
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.3);
}
.file_process.first_line::after,
.file_process.second_line::after,
.file_process.third_line::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 370px;
    height: 140px;
}
.file_process.first_line{
    background-color:#454D55;
}
.file_process.first_line::after {
    right: -98px;
    top: 45px;
    border-top: 2px dashed #ccc;
    border-right: 2px dashed #ccc;
    border-bottom: 2px dashed #ccc;
}
.file_process.second_line {
    background-color:#EE8168;
    margin-left: 60px;
}
.file_process.second_line.file_process.second_line::after {
    left: -36px;
    top: 45px;
    border-top: 2px dashed #ccc;
    border-left: 2px dashed #ccc;
    border-bottom: 2px dashed #ccc;
}
.file_process.third_line {
    background-color:#F7C86A;
    margin-left: 350px;
}
.file_process.third_line.file_process.third_line::after {
    right: -88px;
    top: 45px;
    border-top: 2px dashed #ccc;
    border-right: 2px dashed #ccc;
    border-bottom: 2px dashed #ccc;
}
.file_process.four_line {
    background-color:#90D2E8;
    margin-left: 110px;
}
.file_process .file_process_icon {
    position: absolute;
    left: 18px;
    top: -45px;
    width: 110px;
    height: 110px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.file_process .file_process_icon .file_icon_item {
    width: 90px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    margin: 10px auto;
    padding: 15px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.file_process .file_process_icon .file_icon_item .icon_img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: auto;
}
.file_process .file_process_icon .file_icon_item .icon_1 {
    background: url('/show/images/commodity_detail/step1.png') no-repeat;
}
.file_process .file_process_icon .file_icon_item .icon_2 {
    background: url('/show/images/commodity_detail/step2.png') no-repeat;
}
.file_process .file_process_icon .file_icon_item .icon_3 {
    background: url('/show/images/commodity_detail/step3.png') no-repeat;
}
.file_process .file_process_icon .file_icon_item .icon_4 {
    background: url('/show/images/commodity_detail/step4.png') no-repeat;
}
.file_process .file_process_content {
    width: 65%;
    height: 50px;
    background-color: #FAFAF8;
    margin-left: 147px;
    padding: 10px 0 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.file_process .file_process_content p {
    width: 100%;
    height: 40px;
    position: relative;
}
.file_process .file_process_content span:first-child {
    display: inline-block;
    font-size: 20px;
    margin: 7px 0 0 40px;
}
.file_process .file_process_content span:last-child {
    position: absolute;
    right: 4px;
    font-size: 28px;
    border-left: 2px solid #ccc;
    padding-left: 8px;
}
.first_line .file_process_content span:last-child{
    color:#454D55;
}
.second_line .file_process_content span:last-child{
    color:#EE8168;
}
.third_line .file_process_content span:last-child{
    color:#F7C86A;
}
.four_line .file_process_content span:last-child{
    color:#90D2E8;
}
