._nets16_flow .nets_modules__box-type1{
    border-radius: 4px;
    padding-bottom: 0px;
}
._nets16_flow .nets_modules__box-type1--inner{
    padding: 20px;
}
._detail_anchor_holder {
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-top: 15px;
}
._detail_anchor_holder table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}    
._detail_anchor_holder td {
    border-left: 1px solid #ddd;
    width: 20%;
}    
._detail_anchor_holder td:first-child {
    border-left: none;
}
._detail_anchor_holder td a{
    text-decoration: none;
    color: #444;
    font-weight: bold;
    display: block;
    padding: 10px 5px 10px 35px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    position: relative;
}
._detail_anchor_holder td a img {
    height: 20px;
    width: auto;
    position: absolute;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
._detail_anchor_holder td a span{
    display: block;
    line-height: 2.8;
}
._detail_anchor_holder td a:hover {
    background: #f0f8fb;
}
._detail_anchor_holder td a:hover img {
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
}
._detail_box001{
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}
._detail_box001._last{
    padding-bottom: 0px;
    border-bottom: none;
}
._detail_h2 {
    background: #69b7e7;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
}
._detail_h2 span {
    display: block;
    margin-left: 4px;
    padding: 5px 10px;
    border-left: 2px solid #fff;
}
._detail_h3 {
    color: #69b7e7;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #69b7e7;
    margin-bottom: 20px;
}
._nets16_flow p{
    line-height: 1.6;
}
._nets16_steps_li > li{
    display: block;
    float: left;
    width: 206px;
    margin-left: 24px;
}
._nets16_steps_li > li:first-child{
    margin-left: 0px;
}
._nets16_steps_title{
    font-size: 18px;
    line-height: 1;
    color: #69b7e7;
    font-weight: normal;
    border-bottom: 2px solid #69b7e7;
    margin-bottom: 5px;
}
._nets16_steps_title span{
    font-size: 24px;
}
._nets16_steps_li li h4,
._nets16_steps_li3 li h4{
    text-align: center;
    font-weight: bold;
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}
._nets16_steps_li2 > li{
    display: block;
    float: left;
    width: 130px;
    border: 2px solid #69b7e7;
    padding: 10px;
    margin-left: 17px;
    position: relative;
}
._nets16_steps_li2 > li:first-child{
    margin-left: 0px;
}
._nets16_steps_li2 > li:after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 15px solid rgba(255,255, 255, 0);
    border-right: 8px solid rgba(255,255, 255, 0);
    border-left: 8px solid #69b7e7;
    border-bottom: 15px solid rgba(255,255, 255, 0);
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
._nets16_steps_li2 > li:last-child:after{
    display: none;
}
._nets16_steps_li2 h3{
    font-size: 18px;
    color: #69b7e7;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1;
}
._nets16_steps_li2 h4{
    font-size: 14px;
    font-weight: bold;
    height: 40px;
}
._nets16_steps_li2 p{
    font-size: 12px;
    height: 100px;
}
._nets16_steps_li3 > li{
    display: block;
    float: left;
    width: 160px;
    margin-left: 9px;
    position: relative;
}
._nets16_steps_li3 > li:first-child{
    margin-left: 0px;
}
._nets16_steps_li3 h4{
    height: 40px;
    line-height: 40px;
}
._nets16_steps_li3 h4._nets16_normal{
    line-height: 1;
    padding-top: 5px;
    height: 35px;
}
._nets16_steps_li3 h4 span{
    font-size: 12px;
    display: block;
    margin-top: 5px;
}