@charset "UTF-8";
/*--header--*/
html,body{font-family: Arial, Helvetica, sans-serif;}
.header-wrapper {width: 100%;height: 100px;position: fixed;top: 0;left: 0;z-index: 99;background: rgba(255,255,255,.9);box-shadow: 0 6px 15px rgba(0,0,0,.02);}
.header-wrapper .header {margin: 0 auto;width: 1080px;height: 100px;line-height: 100px;font-size: 32px;}
.header-wrapper .header .txt_red {font-weight: bold;color: #fe4d4d;}
.header-wrapper .header .txt_common {color: #5d5d5d;margin-right: 43px;line-height: 32px;}
.header-wrapper .header .divider {top: 36px;position: absolute;display: inline-block;width: 1px;height: 32px;background: #e3e3e3;}
.header-wrapper .header .txt_small {margin-left: 43px;font-size: 20px;position: relative;top: -2px;}

#dowebok .section .common{width: 100%;height: 100%;box-sizing: border-box;position: relative;text-align: center;overflow: hidden;}
#dowebok .section .common .content{position: absolute;top: 0;right: 0;left: 0;bottom: 0;margin: auto;}

.main {display: flex;flex-direction: column;align-items: center;overflow: hidden;position: relative;top: 23%;}
.main .m_title {font-size: 40px;color: #333;font-weight: normal;padding-top: 20px;}
.main .m_txt {line-height: 50px;font-size: 16px;color: #999;}
.main .circle-warp{margin-top: 40px;width: 30%;display: flex;justify-content: space-around;}
.main .circle-item{color: #fff;font-size: 15px;flex: none;display: flex;justify-content: center;align-items: center;width: 77px;height: 77px;border-radius: 50%;background: linear-gradient(160deg, #fe4d4d 0%, #ff7e3e 100%);}
.main .slider-list {display: flex;margin: 80px 0 50px 0;}
.main .slider-item{border-radius: 10px;transition: all 0.3s ease 0s;position: relative;z-index: 9;background: #f9f9f9;margin: 0 10px;overflow: hidden;}
.main .slider-item:hover{box-shadow: 0 5px 30px 0px rgba(0,0,0,.1);}
.main .slider-item .aicon{display: block;width: 280px;position: relative;margin:0 auto;}
.main .slider-item .aicon img{width: 100%;vertical-align: middle;}
.main .slider-item .atxt{padding: 10px 0 20px 0;}
.main .slider-item .atxt h2{font-size: 22px;color: #333;font-weight: normal;padding: 10px 0;}
.main .slider-item .atxt p{font-size: 16px;color: #999;}

#dowebok .section .second {background: url(hero-1.png) no-repeat right top,url(hero-2.png) no-repeat left bottom;background-size: 50%,20%;}

.main2 {display: flex;align-content: center;justify-content: center;overflow: hidden;position: relative;top: 27%;}
.main2-content {width: 600px;height: 535px;margin: 15px;position: relative;z-index: 9;}
.main2 .m_title {color: #333;font-size: 40px;margin-left: auto;text-align: center;line-height: 100px;font-weight: normal;}
.main2 .m_txt {color: #999;font-size: 18px;text-align: center;}
.main2 .m_warp {width: 600px;height: 290px;background: #fff9ea;border-radius: 0 30px 0 30px;text-align: center;margin-top: 70px;display: flex;}
.main2 .m_warp:hover{box-shadow: 0 5px 30px 0px rgba(0,0,0,.1);}
.main2 .m_icon{width: 276px;height: 206px;margin-top: 82px;}
.main2 .m_item{font-size: 24px;margin: 50px 0 0 50px;line-height: 40px;color: #333;flex: 1;}
.main2 .m_item p{text-align: left;}
.main2 .m_btn {margin: 20px 0;width: 100px;height: 30px;font-size: 14px;border: 1px solid #fe4d4d;color: #fe4d4d;border-radius: 15px;display: flex;justify-content: center;align-items: center;}

#dowebok .section .third{background: url(third_left.png) no-repeat left top,url(third_right.png) no-repeat right bottom;}

.main3 {display: flex;flex-direction: column;align-items: center;position: relative;top: 12%;}
.main3-content {margin: 15px;position: relative;z-index: 9;}
.main3 .m-title {color: #333;font-size: 40px;margin-left: auto;text-align: center;line-height: 100px;font-weight: normal;}
.flow_box{border-radius: 8px;border: 2px solid rgba(245,77,77,.2);margin-top: 30px;position: relative;}
.flow_box .flow_first{display: flex;}
.flow_box .ff_item{flex: 1;width: 390px;padding: 50px 0;position: relative;white-space: nowrap;}
.flow_box .ff_item span{background: #fff;position: absolute;top: -14px;left: 50%;padding: 0 30px;margin-left: -43px;}
.flow_box .ff_item span b{background: #fdc223;height: 26px;width: 26px;line-height: 26px;color: #fff;font-size: 14px;font-weight: normal;text-align: center;display: inline-block;border-radius: 50px;}
.flow_box .ff_item h1{font-size: 20px;white-space: nowrap;color: #333;}
.flow_box .ff_item p{font-size: 16px;white-space: nowrap;color: #333;}
.flow_box .first_second{position: relative;border: 2px solid rgba(245,77,77,.2);border-width: 2px 0;}
.flow_box .first_second .fs_tit,.flow_box .first_third .ft_tit{position: absolute;top: -23px;left: 50%;background: #fff;padding: 0 30px;margin-left: -110px;}
.flow_box .first_second .fs_tit img,.flow_box .first_third .ft_tit img{width: 32px;vertical-align: middle;}
.flow_box .first_second .fs_tit b,.flow_box .first_third .ft_tit b{font-size: 22px;font-weight: normal;margin-left: 15px;position: relative;top: 6px;color: #fe4d4d;}
.flow_box .first_second .fs_warp{display: -webkit-flex;-webkit-align-items: center;-webkit-justify-content: center;}
.flow_box .first_second .fs_warp991{display: none;}
.flow_box .first_second .fs_box{display: flex;padding: 40px 0;}
.flow_box .first_second .fs_text{}
.flow_box .first_second .fs_img{padding: 30px 0 40px 0;}
.flow_box .first_second .fs_img img{width: 60px;vertical-align: middle;}
.flow_box .first_second .fs_img b{font-size: 22px;font-weight: normal;color: #333;padding: 25px 35px;position: relative;top: 5px;}
.flow_box .first_second .fs_line{padding: 60px 30px 0 30px;}
.flow_box .first_second .line_left{border-radius: 0 8px 8px 0;border: 2px solid rgba(245,77,77,.2);border-left: 0;width: 25px;height: 130px;position: relative;}
.flow_box .first_second .line_left:after{content: '';height: 2px;width: 18px;background: rgba(245,77,77,.2);position: absolute;top: 65px;right: -20px;}
.flow_box .first_second .line_right{border-radius: 8px 0 0 8px;border: 2px solid rgba(245,77,77,.2);border-right: 0;width: 25px;height: 130px;position: relative;}
.flow_box .first_second .line_right:after{content: '';height: 2px;width: 18px;background: rgba(245,77,77,.2);position: absolute;top: 65px;left: -20px;}
.flow_box .first_second .fs_cent{padding: 20px 55px;}
.flow_box .first_second .fs_cent img{width: 124px;border-radius: 4px;}
.flow_box .first_second .fs_cent p{font-size: 15px;color: #333;}
.flow_box .first_third{position: relative;}
.flow_box .first_third .ft_warp{display: flex;}
.flow_box .first_third .ft_item{flex: 1;padding: 50px 0;position: relative;}
.flow_box .first_third .ft_item:first-child:after{content: '';height: 55px;width: 2px;background: rgba(245,77,77,.2);position: absolute;top: 55px;right: 0;}
.flow_box .first_third .ft_box{display: -webkit-flex;-webkit-align-items: center;-webkit-justify-content: center;}
.flow_box .first_third .ft_img{margin-right: 25px;}
.flow_box .first_third .ft_img img{width: 60px;vertical-align: middle;}
.flow_box .first_third .ft_txt{text-align: left;}
.flow_box .first_third .ft_txt h1{font-size: 22px;font-weight: normal;color: #333;}
.flow_box .first_third .ft_txt p{font-size: 15px;color: #333;}


#dowebok .section .fourth .main4{background: url(fourth-bg.png) no-repeat center 88%;}

.main4 {display: flex;flex-direction: column;align-items: center;position: relative;top: 20%;}
.main4-content {margin: 15px;position: relative;z-index: 9;}
.main4 .m-title {color: #333;font-size: 40px;margin-left: auto;text-align: center;line-height: 100px;font-weight: normal;}
.main4 .m-warp {display: flex;margin-top: 80px;}
.main4 .m-item {flex: 1;display: flex;justify-content: center;flex-direction: column;align-items: center;width: 33.3%;padding: 0 100px;}
.main4 .m-circle {width: 134px;height: 134px;border-radius: 50%;background: linear-gradient(160deg, #fe4d4d 0%, #ff7e3e 100%);font-size: 23px;color: #fff;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.main4 .m-txt {display: flex;flex-direction: column;justify-content: center;align-items: center;font-size: 14px;margin-top: 20px;line-height: 20px;}
.main4 .m-txt h2{font-size: 16px;color: #333;display: block;white-space: nowrap;font-weight: normal;}
.main4 .m-txt p{font-size: 16px;color: #333;display: block;white-space: nowrap;margin-top: 10px;}
.main4 .m-computed {margin-top: 50px;}

#dowebok .section .fifth{background: url(fifth-top.png) no-repeat center -40px;background-size: 100%;}
.main5 {display: flex;flex-direction: column;align-items: center;overflow: hidden;position: relative;top: 32%;}
.main5 .m_title {font-size: 40px;color: #333;font-weight: normal;padding-top: 20px;}
.main5 .m_txt {line-height: 50px;font-size: 16px;color: #999;}
.main5 .slider-list {display: flex;margin: 80px 0 50px 0;}
.main5 .slider-item{border-radius: 10px;padding: 30px 35px;transition: all 0.3s ease 0s;position: relative;z-index: 9;}
.main5 .slider-item:hover{box-shadow: 0 5px 30px 0px rgba(0,0,0,.1);}
.main5 .slider-item .aicon{display: block;height: 70px;width: 70px;margin-left: 10px;position: relative;margin:0 auto;}
.main5 .slider-item .aicon:after {background: rgba(0, 0, 0, 0) linear-gradient(to top, #fe4d4d 0%, #ff7e3e 100%) repeat scroll 0 0;border-radius: 60px;content: "";height: 100%;left: 0;position: absolute;top: 0;width: 100%;z-index: 0;}
.main5 .slider-item .aicon span{background-color: #f9f9f9;border-radius: 60px;display: inline-block;height: calc(100% - 2px);line-height: 58px;position: relative;text-align: center;top: 1px;left: 0px;width: calc(100% - 2px);z-index: 1;}
.main5 .slider-item .aicon img{margin-top: 14px!important;width: 40px!important;height: 40px!important;}
.main5 .slider-item .atxt h2{font-size: 22px;color: #333;font-weight: normal;padding: 20px 0 10px 0;}
.main5 .slider-item .atxt p{font-size: 16px;color: #999;}

.main6{background: #ffeaec;}
.main6 .foot_info{height: 260px;overflow: hidden;}
.main6 .foot_info h2{font-size: 32px;font-weight: normal;color: #333;padding: 30px 0 10px 0;}
.main6 .foot_info p{font-size: 16px;padding: 5px 0;color: #333;}
.main6 .foot_copyright{border-top: 1px solid #e4d2d4;height: 50px;line-height: 25px;color: #333;font-size: 14px;width: 90%;padding-top: 32.5px;padding-bottom: 32.5px;margin: 0 auto;}
.main6 .foot_copyright a,.main6 .foot_info a{color: #333;}
.main6 .foot_copyright a:hover,.main6 .foot_info a:hover{color: #fe4d4d;}

#dowebok .section6,#dowebok .section6 .fp-tableCell{height: 390px !important;}


@media (max-width: 991px){
/*#fp-nav.right{display: none;}*/
.header-wrapper {height: 80px;}
.header-wrapper .header {width: 100%;height: 80px;line-height: 60px;font-size: 24px;position: relative;text-align: center;margin: 0;}
.header-wrapper .header .txt_red {font-weight: bold;color: #fe4d4d;}
.header-wrapper .header .txt_common {margin: 0;}
.header-wrapper .header .divider {display: none;}
.header-wrapper .header .txt_small {margin: 0;font-size: 14px;line-height: 14px;color: #999;display: block;text-align: center;position: relative;top: -8px;}

.main {top: 13%;position: relative;z-index: 9;}
.main .m_title {font-size: 22px;font-weight: bold;}
.main .m_txt {line-height: 22px;font-size: 14px;;width: 260px;margin-top: 10px;}
.main .circle-warp{display: none;}
.main .slider-list {display: inline-block;margin: 15px 0 0 0;width: 100%;}
.main .slider-item{display: flex;border-radius: 8px;margin: 15px 20px;}
.main .slider-item .aicon{display: block;width: auto;position: relative;margin:0 auto;}
.main .slider-item .aicon img{width: 100px;height: 90px;vertical-align: middle;object-fit: cover;}
.main .slider-item .atxt{flex: 1;padding: 15px 15px 0 20px;text-align: left;}
.main .slider-item .atxt h2{font-size: 17px;font-weight: bold;padding: 5px 0;}
.main .slider-item .atxt p{font-size: 13px;}

#dowebok .section .second {background-size: 80%,40%;}
.main2 {display: block;top: 16%;padding: 0 20px;}
.main2-content {width: 100%;height: auto;margin: 50px 0;position: relative;z-index: 9;box-sizing: border-box;}
.main2 .m_title {font-size: 22px;line-height: 22px;font-weight: bold;}
.main2 .m_txt {font-size: 14px;margin-top: 15px;}
.main2 .m_warp {width: 100%;height: auto;background: #fff9ea;border-radius: 0 20px 0 20px;margin-top: 20px;display: flex;}
.main2 .m_warp:hover{box-shadow: 0 5px 30px 0px rgba(0,0,0,.1);}
.main2 .m_icon{width: 130px;height: 97px;margin-top: 10px;}
.main2 .m_item{font-size: 16px;font-weight: bold;margin: 20px 0 0 20px;line-height: 30px;text-align: left;}
.main2 .m_btn {margin: 10px 0 15px 0;width: auto;height: 20px;line-height: 20px;padding: 0 5px;font-size: 12px;display: inline-block;font-weight: normal;}


#dowebok .section .third{background-size: 40%,40%;}
.main3 {top: 8%;}
.main3-content{width: 90%;}
.main3 .m-title {font-size: 22px;font-weight: bold;line-height: 22px;padding: 30px 0 20px 0;}
.flow_box{border: 1px solid rgba(245,77,77,.2);margin-top: 0;}

.flow_box .flow_first{display: inline-block;padding: 0 0 15px 0;}
.flow_box .ff_item{flex: 0;width: 100%;padding: 10px 0 5px 0;}
.flow_box .ff_item span {background: none;top: 10px;margin-left: -105px;}
.flow_box .ff_item span b{height: 18px;width: 18px;line-height: 18px;font-size: 12px;}
.flow_box .ff_item h1{font-size: 13px;}
.flow_box .ff_item p{font-size: 12px;}
.flow_box .first_second{border: 1px solid rgba(245,77,77,.2);border-width:1px 0;}

.flow_box .first_second .fs_tit,.flow_box .first_third .ft_tit{top: -14px;margin-left: -87px;}
.flow_box .first_second .fs_tit img,.flow_box .first_third .ft_tit img{width: 20px;}
.flow_box .first_second .fs_tit b,.flow_box .first_third .ft_tit b{font-size: 15px;font-weight: bold;top: 3px;}

.flow_box .first_second .fs_warp{display: none;}
.flow_box .first_second .fs_warp991{display: -webkit-flex;-webkit-align-items: center;-webkit-justify-content: center;}
.flow_box .first_second .fs_warp991 .fs_box{display: flex;padding: 10px 0 0px 0;}
.flow_box .first_second .fs_warp991 .fs_img{padding: 10px 0 10px 0;}
.flow_box .first_second .fs_warp991 .fs_img img{width: 22px;vertical-align: middle;}
.flow_box .first_second .fs_warp991 .fs_img b{font-size: 13px;font-weight: bold;color: #333;padding: 25px 0 0 10px;position: relative;top: 5px;}
.flow_box .first_second .fs_warp991 .fs_line{padding: 20px 20px 0 20px;}
.flow_box .first_second .fs_warp991 .line_right{border-radius: 8px 0 0 8px;border: 1px solid rgba(245,77,77,.2);border-right: 0;width: 20px;height: 130px;position: relative;}
.flow_box .first_second .fs_warp991 .line_right:after{content: '';height: 1px;width: 10px;background: rgba(245,77,77,.2);position: absolute;top: 80px;left: -10px;}

.flow_box .first_second .fs_warp991 .fs_cent{padding: 20px 5px;}
.flow_box .first_second .fs_warp991 .fs_cent img{width: 75px;border-radius: 4px;}
.flow_box .first_second .fs_warp991 .fs_cent p{font-size: 15px;color: #333;}

.flow_box .first_third .ft_warp{display: inline-block;padding: 10px 0 6px 0;}
.flow_box .first_third .ft_item{padding: 5px 0;display: flex;}
.flow_box .first_third .ft_item:first-child:after{height: 0px;}
.flow_box .first_third .ft_img{margin-right: 15px;}
.flow_box .first_third .ft_img img{width: 30px;}
.flow_box .first_third .ft_txt h1{font-size: 13px;font-weight: bold;}
.flow_box .first_third .ft_txt p{font-size: 12px;}


#dowebok .section .fourth .main4{background-position: center 88%;background-size: 120%;}
.main4 {top: 15%;}
.main4 .m-title {font-size: 22px;line-height: 100px;font-weight: bold;}
.main4 .m-warp {display: flex;margin-top: 20px;padding: 0 20px;}
.main4 .m-item {padding: 0 6px;}
.main4 .m-circle {width: 80px;height: 80px;font-size: 16px;}
.main4 .m-txt h2{font-size: 12px;}
.main4 .m-txt p{font-size: 12px;}
.main4 .m-computed {margin-top: 50px;width: 220px;}

#dowebok .section .fifth{background-position: center 70px;}
.main5 {top: 18%;}
.main5 .m_title {font-size: 22px;font-weight: bold;padding-top: 20px;}
.main5 .m_txt {line-height: 50px;font-size: 14px;}
.main5 .slider-list {display: inline-block;margin: 20px 0 0 0;}
.main5 .slider-item{display: flex;padding: 12px 0;}
.main5 .slider-item:hover{box-shadow: none;}
.main5 .slider-item .aicon{display: block;height: 70px;width: 70px;margin-left: 0px;}
.main5 .slider-item .atxt{text-align: left;flex: 1;padding-left: 15px;}
.main5 .slider-item .atxt h2{font-size: 18px;font-weight: bold;padding: 5px 0 10px 0;}
.main5 .slider-item .atxt p{font-size: 14px;}

.main6{background: #ffeaec;}
.main6 .foot_info{height: 230px;overflow: hidden;}
.main6 .foot_info h2{font-size: 22px;font-weight: normal;color: #333;padding: 40px 0 10px 0;}
.main6 .foot_info p{font-size: 14px;}
.main6 .foot_copyright{border-top: 1px solid #e4d2d4;height: 50px;line-height: 25px;color: #333;font-size: 14px;width: 90%;padding-top: 32.5px;padding-bottom: 32.5px;margin: 0 auto;} /*单独控制底部*/
.main6 .foot_copyright a{display: block;}
}

@media (max-width: 530px){
/*#fp-nav.right{display: none;}*/
.header-wrapper {height: 80px;}
.header-wrapper .header {width: 100%;height: 80px;line-height: 60px;font-size: 24px;position: relative;text-align: center;margin: 0;}
.header-wrapper .header .txt_red {font-weight: bold;color: #fe4d4d;}
.header-wrapper .header .txt_common {margin: 0;}
.header-wrapper .header .divider {display: none;}
.header-wrapper .header .txt_small {margin: 0;font-size: 14px;line-height: 14px;color: #999;display: block;text-align: center;position: relative;top: -8px;}

.main {top: 13%;position: relative;z-index: 9;}
.main .m_title {font-size: 22px;font-weight: bold;}
.main .m_txt {line-height: 22px;font-size: 14px;;width: 260px;margin-top: 10px;}
.main .circle-warp{display: none;}
.main .slider-list {display: inline-block;margin: 15px 0 0 0;width: 100%;}
.main .slider-item{display: flex;border-radius: 8px;margin: 15px 20px;}
.main .slider-item .aicon{display: block;width: auto;position: relative;margin:0 auto;}
.main .slider-item .aicon img{width: 100px;height: 90px;vertical-align: middle;object-fit: cover;}
.main .slider-item .atxt{flex: 1;padding: 15px 15px 0 20px;text-align: left;}
.main .slider-item .atxt h2{font-size: 17px;font-weight: bold;padding: 5px 0;}
.main .slider-item .atxt p{font-size: 13px;}

#dowebok .section .second {background-size: 80%,40%;}
.main2 {display: block;top: 16%;padding: 0 20px;}
.main2-content {width: 100%;height: auto;margin: 50px 0;position: relative;z-index: 9;box-sizing: border-box;}
.main2 .m_title {font-size: 22px;line-height: 22px;font-weight: bold;}
.main2 .m_txt {font-size: 14px;margin-top: 15px;}
.main2 .m_warp {width: 100%;height: auto;background: #fff9ea;border-radius: 0 20px 0 20px;margin-top: 20px;display: flex;}
.main2 .m_warp:hover{box-shadow: 0 5px 30px 0px rgba(0,0,0,.1);}
.main2 .m_icon{width: 130px;height: 97px;margin-top: 10px;}
.main2 .m_item{font-size: 16px;font-weight: bold;margin: 20px 0 0 20px;line-height: 30px;text-align: left;}
.main2 .m_btn {margin: 10px 0 15px 0;width: auto;height: 20px;line-height: 20px;padding: 0 5px;font-size: 12px;display: inline-block;font-weight: normal;}


#dowebok .section .third{background-size: 40%,40%;}
.main3 {top: 8%;}
.main3-content{width: 90%;}
.main3 .m-title {font-size: 22px;font-weight: bold;line-height: 22px;padding: 30px 0 20px 0;}
.flow_box{border: 1px solid rgba(245,77,77,.2);margin-top: 0;}

.flow_box .flow_first{display: inline-block;padding: 0 0 15px 0;}
.flow_box .ff_item{flex: 0;width: 100%;padding: 10px 0 5px 0;}
.flow_box .ff_item span {background: none;top: 10px;margin-left: -105px;}
.flow_box .ff_item span b{height: 18px;width: 18px;line-height: 18px;font-size: 12px;}
.flow_box .ff_item h1{font-size: 13px;}
.flow_box .ff_item p{font-size: 12px;}
.flow_box .first_second{border: 1px solid rgba(245,77,77,.2);border-width:1px 0;}

.flow_box .first_second .fs_tit,.flow_box .first_third .ft_tit{top: -14px;margin-left: -87px;}
.flow_box .first_second .fs_tit img,.flow_box .first_third .ft_tit img{width: 20px;}
.flow_box .first_second .fs_tit b,.flow_box .first_third .ft_tit b{font-size: 15px;font-weight: bold;top: 3px;}

.flow_box .first_second .fs_warp{display: none;}
.flow_box .first_second .fs_warp991{display: -webkit-flex;-webkit-align-items: center;-webkit-justify-content: center;}
.flow_box .first_second .fs_warp991 .fs_box{display: flex;padding: 10px 0 0px 0;}
.flow_box .first_second .fs_warp991 .fs_img{padding: 10px 0 10px 0;}
.flow_box .first_second .fs_warp991 .fs_img img{width: 22px;vertical-align: middle;}
.flow_box .first_second .fs_warp991 .fs_img b{font-size: 13px;font-weight: bold;color: #333;padding: 25px 0 0 10px;position: relative;top: 5px;}
.flow_box .first_second .fs_warp991 .fs_line{padding: 20px 20px 0 20px;}
.flow_box .first_second .fs_warp991 .line_right{border-radius: 8px 0 0 8px;border: 1px solid rgba(245,77,77,.2);border-right: 0;width: 20px;height: 130px;position: relative;}
.flow_box .first_second .fs_warp991 .line_right:after{content: '';height: 1px;width: 10px;background: rgba(245,77,77,.2);position: absolute;top: 80px;left: -10px;}

.flow_box .first_second .fs_warp991 .fs_cent{padding: 20px 5px;}
.flow_box .first_second .fs_warp991 .fs_cent img{width: 75px;border-radius: 4px;}
.flow_box .first_second .fs_warp991 .fs_cent p{font-size: 15px;color: #333;}

.flow_box .first_third .ft_warp{display: inline-block;padding: 10px 0 6px 0;}
.flow_box .first_third .ft_item{padding: 5px 0;display: flex;}
.flow_box .first_third .ft_item:first-child:after{height: 0px;}
.flow_box .first_third .ft_img{margin-right: 15px;}
.flow_box .first_third .ft_img img{width: 30px;}
.flow_box .first_third .ft_txt h1{font-size: 13px;font-weight: bold;}
.flow_box .first_third .ft_txt p{font-size: 12px;}


#dowebok .section .fourth .main4{background-position: center 88%;background-size: 120%;}
.main4 {top: 15%;}
.main4 .m-title {font-size: 22px;line-height: 100px;font-weight: bold;}
.main4 .m-warp {display: flex;margin-top: 20px;padding: 0 20px;}
.main4 .m-item {padding: 0 6px;}
.main4 .m-circle {width: 80px;height: 80px;font-size: 16px;}
.main4 .m-txt h2{font-size: 12px;}
.main4 .m-txt p{font-size: 12px;}
.main4 .m-computed {margin-top: 50px;width: 220px;}

#dowebok .section .fifth{background-position: center 70px;}
.main5 {top: 18%;}
.main5 .m_title {font-size: 22px;font-weight: bold;padding-top: 20px;}
.main5 .m_txt {line-height: 50px;font-size: 14px;}
.main5 .slider-list {display: inline-block;margin: 20px 0 0 0;}
.main5 .slider-item{display: flex;padding: 12px 0;}
.main5 .slider-item:hover{box-shadow: none;}
.main5 .slider-item .aicon{display: block;height: 70px;width: 70px;margin-left: 0px;}
.main5 .slider-item .atxt{text-align: left;flex: 1;padding-left: 15px;}
.main5 .slider-item .atxt h2{font-size: 18px;font-weight: bold;padding: 5px 0 10px 0;}
.main5 .slider-item .atxt p{font-size: 14px;}

.main6{background: #ffeaec;}
.main6 .foot_info{height: 230px;overflow: hidden;}
.main6 .foot_info h2{font-size: 22px;font-weight: normal;color: #333;padding: 40px 0 10px 0;}
.main6 .foot_info p{font-size: 14px;}
.main6 .foot_copyright{border-top: 1px solid #e4d2d4;height: 75px;padding-top: 20px;padding-bottom: 20px;color: #333;font-size: 14px;width:85%;line-height: 25px;}
.main6 .foot_copyright a{display: block;}

}

@media (max-width: 320px){
.main .slider-list {display: inline-block;margin: 10px 0 0 0;width: 100%;}
.main .slider-item{display: flex;border-radius: 8px;margin: 10px;}
.main .slider-item .aicon img{width: 85px;height: 75px;vertical-align: middle;object-fit: cover;}
.main .slider-item .atxt{flex: 1;padding: 6px 15px 0 10px;text-align: left;}
.main .slider-item .atxt p{font-size: 12px;}

.main3 .m-title{padding: 30px 0 0 0;}
.flow_box{transform: scale(0.85);position: relative;top: -20px;}

.main4 .m-item {padding: 0;transform: scale(0.9);}

.main5 .m_title {font-size: 22px;font-weight: bold;padding-top: 10px;}
.main5 .slider-item .aicon{transform: scale(0.8);}
.main5 .slider-list {display: inline-block;margin: 5px 0 0 0;}
.main5 .slider-item{display: flex;padding: 5px 0;}

.main6{background: #ffeaec;}
.main6 .foot_info{height: 230px;overflow: hidden;}
.main6 .foot_info h2{font-size: 22px;font-weight: normal;color: #333;padding: 40px 0 10px 0;}
.main6 .foot_info p{font-size: 14px;}
.main6 .foot_copyright{border-top: 1px solid #e4d2d4;height: 75px;padding-top: 20px;padding-bottom: 20px;color: #333;font-size: 14px;width:100%;line-height: 25px;}
.main6 .foot_copyright a{display: block;}
}