/* 代理记账 */
.daili {
    height: 885px;
}

.daili .min-box .search-box {
    position: relative;
    z-index: 50;
    width: 100%;
    height: 232px;
    background-image: url(../img/Cli1p.png);
    background-size: cover;
    padding: 0 36px;
    padding-top: 34px;
    margin-top: -65px;
    margin-bottom: 52px;
}

.daili .min-box .search-box .des-title {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #333333;
}

.daili .min-box .search-box .sel-oc {
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 24px;
    justify-content: flex-start;
}

.daili .min-box .search-box .sel-oc p {
    margin-right: 18px;
}

.daili .min-box .search-box .sel-oc label {
    margin-right: 26px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: flex-start;
}
.daili .min-box .search-box .sel-oc label::before{
	content: "";
	color: #999999;
	font-size: 16px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 13px;
	height: 13px;
	border: solid 1px #999999;
	border-radius: 13px;
}
.daili .min-box .search-box .sel-oc input:checked +  label::before{
	content: "●";
}
.daili .min-box .search-box .sel-oc input {
    margin-right: 9px;
    display: none;
}

.daili .min-box .search-box .input-list {
    width: 100%;
    height: 48px;
    border: solid 2px #ff9505;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.daili .min-box .search-box .input-list label {
    height: calc(100% - 25px);
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 23px;
    outline: none;
    border-right: solid 1px #d7d7d7;
}

.daili .min-box .search-box .input-list label input {
    margin-left: 8px;
    outline: none;
    background-color: transparent;
    border: none;
}

.daili .min-box .search-box .input-list .search-btn {
    width: 130px;
    height: 100%;
    line-height: 44px;
    background-image: linear-gradient(141deg, #FF6F28, #FF8B28);
    border: none;
    color: #ffffff;
    font-size: 16px;
    outline: none;
}

.def-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.daili .min-box .list-box {
    margin-top: 60px;
    width: 100%;
    height: 364px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.daili .min-box .list-box .box-item {
    position: relative;
    width: 369px;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.daili .min-box .list-box .box-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.daili .min-box .list-box .box-item .top-title {
    font-size: 24px;
    margin-top: 24px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}

.daili .min-box .list-box .box-item .det-text {
    width: 100%;
    font-size: 16px;
    margin-top: 8px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
}

.daili .min-box .list-box .box-item .case-list {
    display: block;
    padding: 0;
    margin: ;
    padding: 0 20px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.daili .min-box .list-box .box-item .case-list li {
    width: 50%;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333333;
}

.daili .min-box .show-more {
    display: block;
    width: 253px;
    height: 53px;
    background-image: linear-gradient(141deg, #FF6F28, #FF8B28);
    margin: 0 auto;
    border-radius: 53px;
    text-align: center;
    line-height: 53px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    margin-top: 40px;
}

.sevice-content {
    height: 660px;
    background-image: url(../img/juxing215.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sevice-content .min-box {
    padding-top: 64px;
}

.sevice-content .min-box .content-list {
    width: 100%;
    height: 410px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 65px;
}

.sevice-content .min-box .content-list .box-item {
    width: 382px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.sevice-content .min-box .content-list .box-item img {
    width: 100%;
    height: 210px;
}

.sevice-content .min-box .content-list .box-item .top-title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #ff6600;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 10px;
}

.sevice-content .min-box .content-list .box-item .det-text {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-bottom: 30px;
}

.sevice-content .min-box .content-list .box-item .link {
    display: block;
    width: 110px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    color: #ff6600;
    border: solid 1px #ff6600;
    line-height: 30px;
    border-radius: 4px;
    transition: background 300ms, color 300ms;
}
.sevice-content .min-box .content-list .box-item .link:hover{
    background-color: #ff6600;
    color: #ffffff;
}
.liucheng {
    height: 177px;
    background-color: #57acff;
}

.liucheng .min-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.liucheng .min-box .text-box {
    width: 68px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.liucheng .min-box .text-box .big-title {
    width: 68px;
    font-size: 34px;
    font-weight: bold;
    color: #ffffff;
    line-height: 44px;
}

.liucheng .min-box .text-box .en-text {
    position: absolute;
    width: 300%;
    bottom: 10px;
    left: 0;
    font-size: 16px;
    color: #298ef2;
}

.list-item {
    width: 1111px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-left: 30px;
}
.list-item .item-box{
	width: 260px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.list-item .item-box .left-img{
	width: 88px;
	height: 88px;
}
.list-item .item-box .center-text{
	width: 114px;
	height: 100%;
	padding-top: 10px;
	color: #ffffff;
}
.list-item .item-box .center-text .link{
	display: inline-block;
	padding: 2px 10px;
	margin-top: 9px;
	color: #ff6900;
	border-radius: 4px;
	background-color: #ffffff;
}
.norm-ss {
    height: 590px;
    background-color: #f6f8fa;
}

.norm-ss .min-box {
    padding-top: 64px;
}

.norm-ss .min-box .qus-list {
    width: 100%;
    margin-top: 60px;
    height: 270px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
    counter-reset: section;

}

.norm-ss .min-box .qus-list .list-box {
    width: 562px;
    height: 120px;
}

.norm-ss .min-box .qus-list .list-box .q-text {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding-left: 35px;
    position: relative;
}

.norm-ss .min-box .qus-list .list-box .q-text::before {
    counter-increment: section;
    /* 增加计数器值 */
    content: counter(section);
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ff6900;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.norm-ss .min-box .qus-list .list-box .dets-text{
	width: 100%;
	margin-top: 10px;
	height: 80px;
	/*background-color: #ffffff;*/
	/*border-radius: 6px;*/
	/*border: solid 1px #e1e1e1;*/
	position: relative;
	z-index: 10;
	padding: 12px;
	padding-top: 24px;
	font-size: 14px;
	color: #1b2948;
}
.norm-ss .min-box .qus-list .list-box .dets-text::before{
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border: solid 1px #e1e1e1;transform: rotateZ(45deg);
	background-color: #ffffff;
	top: 2px;
	left: 34px;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.norm-ss .min-box .qus-list .list-box .dets-text::after{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	z-index: -1;
	height: calc(100% - 8px);
	top: 8px;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #e1e1e1;
}
.link-item{
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.link-item .link{
	display: block;
	height: 100%;
	padding: 0 60px;
	margin: 0 5px;
	background-color: #ff6900;
	color: #ffffff;
	line-height: 40px;
	border-radius: 6px;
	text-decoration: none;
}
.link-item .link:last-child{
	background-color: #399dff;
}
.other-service{
	height: 453px;
}
.other-service .min-box{
	padding-top: 43.8px;
}
.other-service .min-box .oth-list{
	margin-top: 50px;
	width: 100%;
	height: 230px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.other-service .min-box .oth-list .box-item{
	width: 190px;
	display: flex;
	flex-direction: column;
}
.other-service .min-box .oth-list .box-item img{
	max-width: 100%;
}
.other-service .min-box .oth-list .msg-title{
	width: 190px;
	height: 100%;
	font-size: 18px;
	text-align: center;
	margin-top: 26px;
}