.frame_001 {
	overflow: hidden;
	text-align: center;
	padding: 12px 12px 0px;
	border: solid 4px #e4e4e4;
}
.side_pannel {
	display: table;
	width: 100%;
	vertical-align: middle;
	border: solid 2px #C14646;
	border-radius: 6px;
	font-size: 0px;
}
.side_pannel .left {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	height: 100%;
	padding: 12px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	background: #C14646;
}
.side_pannel .right {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 75%;
	height: 100%;
	padding: 12px;
	color: #374f67;
	font-size: 16px;
	border-bottom: 0px;
}
.touch_btn_sm {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 32px;
	margin-top: -16px;
	margin-left: -12px;
	background: url(../../common_img/touch_ico.png);
	background-size: 24px;
}
.inline_box {
	display: inline-block;
	vertical-align: middle;
	border: solid 2px #9AA5BD;
	padding: 16px;
	border-radius: 6px;
	background: #ffffff;
}
.inline_box_02 {
	display: inline-block;
	width:45%;
	vertical-align: middle;
	border: solid 2px #9AA5BD;
	padding: 16px 4px;
	font-size:16px;
	border-radius: 6px;
	background: #ffffff;
}
.inline_box_02_arrow {
	display: inline-block;
	width: 10%;
	vertical-align: middle;
	font-size: 20px;
	text-align: center;
}
.gray_box_01 {
	padding: 16px 0px;
	border-radius: 6px;
	background: whitesmoke;
}
.gray_box_02 {
	padding: 16px 0px;
	border: solid 2px #C1CCE6;
	border-radius: 6px;
	background: whitesmoke;
	font-size: 16px;
}
.gray_box_02 ul {
	margin:0px;
	padding: 0px 40px 8px;
}
.gray_box_02 ul li {
	padding-bottom: 8px;
}
.cs_box_00 {
	padding: 16px 0px !important;
	font-size: 16px;
}
.cs_box_01 {
	padding: 16px 0px !important;
	color: #dd2b72;
	font-size: 20px;
}
.steps_box {
	position: relative;
	height: 64px;
	margin: 0px 24px;
	color:#ffffff;
	border-radius:6px;
	background:#617794;
	overflow:hidden;
}
.steps_box .left {
	position: relative;
	float: left;
	width: 50%;
	height: 64px;
	line-height: 64px;
	background: #FF9C44;
	margin-right: 32px;
	font-size: 24px;
}
.steps_box .left .arrow {
	position: absolute;
	top: 0px;
	right: -28px;
	width: 0;
	height: 0;
	border-top: 32px solid transparent;
	border-left: 28px solid #FF9C44;
	border-bottom: 32px solid transparent;
}
.steps_box .right {
	line-height: 22px;
	font-size: 18px;
	padding: 10px;
}
.right_talbe {
	position:relative;
	top:0px;
	left:-1px;
}
.list_box {
	padding: 12px;
	border-radius: 8px;
	color: #FFFFFF;
	font-size: 16px;
	background: #4890D9;
}
.number_box {
	position: relative;
	margin-left: 16px;
	border: solid 2px #4890D9;
	border-radius: 6px;
	margin-bottom: 12px;
}
.number_box .mark {
	position: absolute;
	top: 50%;
	left: -24px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-top: -24px;
	padding: 0px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 800;
	color: #ffffff;
	text-align: center;
	background: #4890D9;
}
.number_box .body {
	padding: 11px 12px 11px 40px;
	text-align: left;
	font-size: 16px;
}
.number_box .body .tit {
	font-size: 16px;
	font-weight: 800;
	color: #0B3D7D;
}
.number_box .body .con {
	font-size: 15px;
	color: #484848;
}
.hline {
	margin-top: 8px;
	margin-bottom: 8px;
	border: 0;
	border-top: 1px dashed #CECECE;
}
.math_box {
	display: inline-block;
	background: #fff;
	padding: 16px;
	border: solid 2px #dd2b72;
	border-radius: 8px;
	color: #dd2b72 !important;
	font-size: 16px;
	font-weight: 600;
}
.math_box_02 {
	position: relative;
	margin: 6px 0px 24px;
	font-size: 26px;
}
.math_box_02 .block_01 {
	width: 54px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 65px;
    border: dotted 2px #73b375;
	border-radius: 4px;
}
.math_box_02 .block_02 {
	width: 54px;
	height: 40px;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: 65px;
    border: dotted 2px #73b375;
	border-radius: 4px;
}
.math_box_02 .block_01_txt {
	position: absolute;
    top: 5px;
    left: 50%;
    margin-left: 124px;
    font-size: 14px;
    background: #d8ffd8;
    padding: 6px 12px;
    border: dotted 2px #73b375;	
    border-radius: 4px;
}
.math_box_02 .block_02_txt {
	position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: 124px;
    font-size: 14px;
    background: #d8ffd8;
    padding: 6px 12px;
    border: dotted 2px #73b375;	
    border-radius: 4px;
}
.divided_left {
	border-right: dashed 1px #CECECE;
	padding-right: 0px !important;
}
.divided_right {
	padding: 0px 15px !important;
}
.img_frame_01 {
	margin-right: 12px;
	border: solid 3px #E2E2E2;
	padding: 77px 0px;
}
.img_frame_02 {
	margin-right: 12px;
	border: solid 3px #E2E2E2;
	padding: 77px 0px;
	margin: 0px 0px 12px;
	padding: 12px 101px;
}
.img_frame_03 {
	margin-right: 12px;
	border: solid 3px #E2E2E2;
	padding: 44px 0px;
}
.modal_answer {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modal_answer:target {
	opacity:1;
	pointer-events: auto;
}
.modal_answer > div {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 562px;
	width: 960px;
	margin-top: -270px;
	margin-left: -480px;
	padding: 8px 16px;
	border-radius: 0px 0px 8px 8px;
	background: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
}
.modal_answer .modal_tit {
	position: absolute;
	top: 50%;
	width: 960px;
	height: 48px;
	line-height: 48px;
	color: #ffffff;
	padding: 0px;
	font-size: 22px;
	font-weight: 800;
	background: #5BC0DE;
	margin-top: -318px;
	overflow: hidden;
	border-bottom: solid 2px #3A8196;
	border-radius: 8px 8px 0px 0px;
	text-align: center;
}
.modal_close {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 128px;
	height: 36px;
	margin-top: 304px;
	margin-left: -64px;
}
.modal_answer.h70 {
}
.modal_answer.h70 > div {
	height: 428px;
	margin-top: -220px;
}
.modal_answer.h70 .modal_tit {
	height:48px;
	margin-top: -268px;
}
.modal_close.h70 {
	margin-top: 220px;
}
.modal_answer.h120 {
}
.modal_answer.h120 > div {
	height: 604px;
	margin-top: -294px;
}
.modal_answer.h120 .modal_tit {
	height:48px;
	margin-top: -342px;
}
.modal_close.h120 {
	margin-top: 322px;
}
.h_tit {
	margin: 0px;
}
hr {
	margin: 12px 0px 16px !important;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #ffffff !important;
    background-color: #6192e8 !important;
    border-color: #4d74b9 !important;
}

 @media (max-width: 1023px) {
.math_box_02 {
	margin: 40px 0px 60px;
}
.math_box_02 .block_01 {
	width: 54px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 65px;
    border: dotted 2px #73b375;
	border-radius: 4px;
}
.math_box_02 .block_02 {
	width: 54px;
	height: 40px;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: 65px;
    border: dotted 2px #73b375;
	border-radius: 4px;
}
.math_box_02 .block_01_txt {
    top: -42px;
    margin-left: -40px;
}
.math_box_02 .block_02_txt {
    bottom: -38px;
    margin-left: 18px;
}	 
.right_talbe {
 top:-1px;
 left:-0x;
}
.divided_left {
 border-right: dashed 0px #CECECE;
 padding: 0px !important;
}
.divided_right {
 padding: 0px !important;
}
.img_frame_01 {
 margin-right: 0px;
 border: solid 3px #E2E2E2;
 padding: 18px;
 margin-bottom: 12px;
}
.math_box {
 font-size: 15px;
}
.modal_answer > div {
 position: absolute;
 top: 50px;
 bottom: 56px;
 left: 12px;
 right: 12px;
 height: auto;
 width: auto;
 margin-top: 0px;
 margin-left: -0px;
 padding: 8px;
 border-radius: 0px 0px 8px 8px;
 background: #ffffff;
 overflow-x: hidden;
 overflow-y: scroll;
}
.modal_answer .modal_tit {
 position: absolute;
 top: 12px;
 left: 12px;
 right: 12px;
 width: auto;
 height: 38px;
 line-height: 38px;
 color: #ffffff;
 font-size: 18px;
 font-weight: 800;
 background: #5BC0DE;
 margin-top: 0px;
 overflow: hidden;
 border-bottom: solid 2px #3A8196;
 border-radius: 8px 8px 0px 0px;
 text-align: center;
}

.modal_close {
 position: absolute;
 top: auto;
 bottom:12px;
 left: 50%;
 width: 128px;
 height: 36px;
 margin-top: 0px;
 margin-left: -64px;
}
 .modal_answer.h70 > div {
 height: auto;
 width: auto;
 margin-top: 0px;
 padding: 8px;
}
.modal_answer.h70 .modal_tit {
 position: absolute;
 top: 12px;
 left: 12px;
 right: 12px;
 height: 38px;
 line-height: 19px;
 background: #5BC0DE;
 margin-top: 0px;
 overflow: hidden;
 border-radius: 8px 8px 0px 0px;
}
.modal_close.h70 {
 position: absolute;
 top: auto;
 bottom:12px;
 left: 50%;
 width: 128px;
 height: 36px;
 margin-top: 0px;
 margin-left: -64px;
}
.modal_answer.h120 > div {
 height: auto;
 width: auto;
 margin-top: 0px;
 padding: 8px;
}
.modal_answer.h120 .modal_tit {
 position: absolute;
 top: 12px;
 left: 12px;
 right: 12px;
 height: 38px;
 line-height: 19px;
 background: #5BC0DE;
 margin-top: 0px;
 overflow: hidden;
 border-radius: 8px 8px 0px 0px;
}
.modal_close.h120 {
 position: absolute;
 top: auto;
 bottom:12px;
 left: 50%;
 width: 128px;
 height: 36px;
 margin-top: 0px;
 margin-left: -64px;
}
}
 @media (max-width: 938px) {
}
 @media (max-width: 767px) {
.cs_box_00 {
 font-size: 14px;
 padding: 12px 0px !important;
}
.cs_box_01 {
 padding: 12px 0px !important;
 color: #dd2b72;
 font-size: 14px;
}
.steps_box {
 position: relative;
 height: auto;
 margin: 0px 0px 12px;
 background:#617794;
}
.steps_box .left {
 position: relative;
 float: none;
 width: 100%;
 height: 40px;
 line-height: 40px;
 margin-right: 0px;
 margin-bottom: 12px;
 font-size: 16px;
}
.steps_box .left .arrow {
 top: 40px;
 width: 0;
 height: 0;
 right: 50%;
 margin-right: -50px;
 border-left: 50px solid transparent;
 border-right: 50px solid transparent;
 border-top: 18px solid #FF9C44;
}
.steps_box .right {
 line-height: 16px;
 font-size: 14px;
 padding: 0px 8px 4px;
}
.pannel.indigo .top {
 font-size: 14px;
}
.number_box {
 position: relative;
 margin-left: 16px;
 border: solid 1px #4890D9;
 border-radius: 6px;
 margin-bottom: 12px;
}
.number_box .mark {
 position: absolute;
 top: 50%;
 left: -16px;
 width: 32px;
 height: 32px;
 line-height: 32px;
 margin-top: -16px;
 padding: 0px;
 border-radius: 50%;
 font-size: 14px;
 font-weight: 800;
 color: #ffffff;
 background: #4890D9;
}
.number_box .body {
 padding: 6px 8px 6px 22px;
 text-align: left;
 font-size: 16px;
 font-weight: 600;
}
.number_box .body .tit {
 font-size: 14px;
 font-weight: 800;
 color: #0B3D7D;
}
.number_box .body .con {
 font-size: 13px;
 font-weight: normal;
 color: #565050;
}
.cs_box_00 {
 font-size: 13px;
 border-radius: 0px 0px 6px 6px;
}
.img_frame_02 {
 padding:12px 36px 16px;
 margin-bottom: -4px;
}
.img_frame_03 {
 padding: 24px 4px;
 margin: 0px !important;
}
}
 @media (max-width: 480px) {
.math_box_02 {
    margin: 58px 0px 72px;
	font-size: 20px;
}
.math_box_02 .block_01 {
	width: 44px;
    height: 32px;
    top: -1px;
    margin-left: 48px;
    border: dotted 1px #14a75f;
}
.math_box_02 .block_02 {
    width: 44px;
    height: 32px;
    bottom: -7px;
    margin-left: 48px;
    border: dotted 1px #14a75f;
}
.math_box_02 .block_01_txt {
    top: -58px;
}
.math_box_02 .block_02_txt {
    bottom: -62px;
}	 
 .side_pannel .left {
 padding: 12px 4px;
 font-size: 13px;
}
.side_pannel .right {
 font-size: 13px;
 padding: 8px;
}
.gray_box_02 {
 padding: 16px 0px;
 border: solid 2px #C1CCE6;
 border-radius: 6px;
 background: whitesmoke;
 font-size: 14px;
}
.gray_box_02 ul {
 margin:0px;
 padding: 0px 28px 8px;
}
.gray_box_02 ul li {
 padding-bottom: 4px;
}
.inline_box_02 {
 display: inline-block;
 width:100%;
 vertical-align: middle;
 border: solid 2px #9AA5BD;
 padding: 16px 4px;
 font-size:14px;
 border-radius: 6px;
 background: #ffffff;
}
.inline_box_02_arrow {
 display: inline-block;
 width: 100%;
 vertical-align: middle;
 font-size: 20px;
 text-align: center;
 -webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 -o-transform: rotate(90deg);
}
.math_box {
 padding: 12px 8px;
 font-size: 14px;
}
 .h_tit {
 font-size: 14px;
 margin: 0px;
}
hr {
 margin: 8px 0px !important;
}

}