
.account {
    padding-bottom: 80px;
    overflow: hidden;
}
.account:nth-of-type(odd) {
    background: #fff;
}
.account:nth-of-type(even) {
    background: #f6f6f6;
}






/* tax_type_container */
.tax_type li {
    width: 194px;
    text-align: center;
}
.tax_type li span {
    display: block;
    font-weight: bold;
}
.tax_type li .tax_type_bg {
    width: 156px;
	height: 156px;
	background-image: linear-gradient(29deg, 
		#005aab 0%, 
		#2db8fc 100%), 
	linear-gradient(
		#0093e1, 
		#0093e1);
	background-blend-mode: normal, 
        normal;
    border-radius: 50%;
    line-height: 156px;
    margin: 0 auto;
    font-size: 42px;
    color: #fff;
    text-shadow: 3px 3px 0px rgba(255,255,255,0.3);
}
.tax_type li:nth-of-type(1) .tax_type_bg {
    font-size: 34px;
}
.tax_type li .tax_type_title {
    font-size: 18px;
    color: #333;
    margin: 15px 0;
}
.tax_type li .tax_type_explain {
    font-size: 16px;
	line-height: 32px;
	color: #666;
}
.tax_discounts {
    margin-top: 70px;
}
.tax_discounts .center {
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/account/bg.jpg);
    border-radius: 18px;
    text-align: center;
    color: #fff;
}
.tax_discounts .tax_discounts_title {
    font-size: 34px;
	font-weight: bold;
    opacity: 0.9;
    margin: 30px 0 18px;
}
.tax_discounts .explain {
    font-size: 28px;
	line-height: 52px;
	letter-spacing: 1px;
    opacity: 0.8;
}
.tax_discounts .explain img {
    margin-right: 25px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}





/* tax_benefit_container */
.tax_benefit li {
    width: 360px;
	height: 400px;
    background-color: #f4f4f4;
    overflow: hidden;
    position: relative;
}
.tax_benefit li .explain {
    position: absolute;
    top: 35px;
    bottom: 35px;
    left: 30px;
    right: 30px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    padding: 90px 28px 0;
}
.tax_benefit li .explain .sequence {
    font-size: 46px;
	letter-spacing: 2px;
}
.tax_benefit li .explain .line {
    width: 134px;
    height: 4px;
    background: #fff;
    margin: 18px auto 10px;
}
.tax_benefit li .explain .explain_content {
    font-size: 26px;
	line-height: 58px;
	letter-spacing: 1px;
}
.tax_benefit p {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #666;
}
.tax_benefit li:hover .explain {
    background: rgba(0,0,0,0.7);
}
.tax_benefit li:hover .sequence,
.tax_benefit li:hover .explain_content {
    color: #fff;
}
.tax_benefit li:hover .line {
    width: 100%;
    background: rgb(217 39 29);
}





/* tax_affect_container */
.tax_affect li {
    width: 380px;
}
.tax_affect li .img_box {
    height: 226px;
    position: relative;
}
.tax_affect li .img_box img {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.tax_affect li .explain {
    width: 100%;
    height: 244px;
    box-sizing: border-box;
    padding: 28px 35px;
    background-color: #fff;
	box-shadow: 3px 4px 46px 0px 
        rgba(0, 0, 0, 0.12);
    text-align: center;
}
.tax_affect li .explain_title {
    font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	color: #333;
}
.tax_affect li .explain_content {
    text-align: left;
    font-size: 16px;
    margin-top: 15px;
	line-height: 30px;
	color: #666;
}
.tax_affect li:hover .img_box img {
    transform: scale(1.1);
}







/* tax_view_container */
.tax_view li {
    width: 570px;
	height: 240px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px 0px 
		rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    box-sizing: border-box;
    padding: 30px 48px;
}
.tax_view ul>li:nth-of-type(3),
.tax_view ul>li:nth-of-type(4) {
    margin-top: 40px;
}
.tax_view .img_box {
    height: 180px;
    width: 180px;
    float: left;
    border-radius: 50%;
    border: solid 2px #d9271d;
    box-sizing: border-box;
    margin-right: 40px;
}
.tax_view .explain {
    height: 180px;
}
.tax_view .explain .explain_title {
    font-size: 24px;
	letter-spacing: 1px;
    color: #333;
    margin: 18px 0 20px;
}
.tax_view .explain .explain_content {
    font-size: 16px;
	line-height: 22px;
    color: #444;
}
.tax_view .explain .explain_content .circle {
    display: inline-block;
    width: 12px;
	height: 12px;
    background: #da3334;
    border-radius: 50%;
    margin-right: 15px;
}
.tax_view .explain .explain_content span {
    display: block;
    font-size: 16px;
    color: #444;
    margin: 15px 0;
}






/* flow_path_container */
.flow_path {
    text-align: center;
}
.flow_path .img_box {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #f5f5f5;
    line-height: 140px;
    font-size: 60px;
    color: #d51619;
}
.flow_path .explain {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 25px;
}
.flow_path .details_consult {
    margin: 50px auto 0;
}
.flow_path li:hover .img_box {
    background: #005aab;
    color: #fff;
}






/* report_container */
.report .report_one .img_box {
    width: 560px;
    height: 310px;
    float: left;
    margin-right: 67px;
}
.report .report_one .explain {
    height: 310px;
    box-sizing: border-box;
    padding: 0 0 10px;
}
.report .report_one .explain p {
    font-size: 16px;
	line-height: 36px;
	color: #464646;
}
.report .report_two {
	height: 480px;
	background: #fff;
	box-shadow: 0px 0px 20px 0px 
		rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 50px 89px 0;
    margin-top: 80px;
}
.report .report_two div {
	font-size: 16px;
	line-height: 38px;
	letter-spacing: 1px;
    color: #363636;
}

.report .report_two div div {
    margin-left: 35px;
}
.report .report_three>div {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin: 45px 0 40px;
}
.report .report_three>div span {
    color: #d51619;
}
.report .report_three li {
    width: 275px;
    height: 290px;
    box-sizing: border-box;
    border: solid 1px #d5d5d5;
    text-align: center;
    padding: 0 32px;
    color: #555;
}
.report .report_three li:hover {
	background: #fff;
	box-shadow: 0px 0px 20px 0px 
        rgba(0, 0, 0, 0.1);
    border-color: rgba(0,0,0,0);
    color: #d9271d;
}
.report .report_three li:hover span {
    color: #d9271d;
}
.report .report_three li:hover .line {
    background: #d9271d;
}
.report .report_three li .img_box {
    margin-top: 38px;
}
.report .report_three li span {
    font-size: 80px;
    color: #666;
}
.report .report_three li:nth-child(4) span {
    display: inline-block;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.report .report_three li .line {
    width: 40px;
	height: 3px;
    background: #666;
    margin: 20px auto 25px;
}
.report .report_three li .explain_content {
    font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	color: inherit;
}






