.select_wrap{
	position:relative;
	width:100%;
	height:548px;
	background:yellowgreen;
	overflow:hidden;
}
.select_wrap .conts{
	position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	background:#ffffff;
}







.nav-tabs > li {
    float: left !important;
    margin-bottom: -3px !important;
	margin-right:2px !important;
}
.nav > li > a {
	margin-right:0px !important;
	background:rgba(255,255,255,0.5);
	color: #6993B7;
}	
.nav-tabs > li > a:hover {
  border-color: transparent !important;
  color:#6993B7;
  background:rgba(55,79,103,0.1) !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #374F67 !important;
  background-color: #ffffff !important;
  border: 0px solid #dddddd !important;
  border-bottom-color: transparent !important;
  cursor: default !important;
}
.math_tabs{
	height:50px; width:96px;
}
.math_tabs .nums{
    top: 6px;
    position: absolute;
    width: 64px;	
}
.img_cell_01{
	width:100%;
	max-width:256px;
}
.img_cell_02 {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -20px;
}
.unicell_label{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    /* margin: 16px; */
    /* margin: 0px auto 16px; */
    padding: 8px 24px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 24px;
    background-color: #7DB3E2;
}
.unicell_img{
	width:100%;
	max-width:392px;
}
.unicell_img_on{
	position: absolute;
    width: 100%;
    margin: 0px -15px;
    top: 0px;
}
.btn_more{
	position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -52px;
    padding: 4px 12px;
    border: 0px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    background: #51555F;
}
.crystalface_img{
    width: 100%;
    max-width: 340px;
}
.crystalface_img_on{
	position: absolute;
    width: 100%;
    max-width: 340px;
    left: 50%;
    margin-left: -170px;
    margin-top: 32px;
}
.object_frame{
	width:100% !important;
	height:452px !important;
}
.line_click_w {
    position: relative;
    top: -4px;
    display:inline;
    color: #FF7800;
    border: outset 2px #95B343;
    border-radius: 24px;
    padding: 4px 14px;
    vertical-align: middle;
    font-size: 16px;
}
.line_click_w.dis {
	display: inline;
	color: #B7B7B7;
	border: outset 2px #C7C7C7;
	border-radius: 24px;
	padding: 4px 14px;
	vertical-align: middle;
	opacity: 0.5;
}
.num_answen{
	padding:16px 0px;
	border-top: solid 2px #374f67;
	text-align:center;
	color:#dd2b72;
	font-size:26px;
	font-weight:600;
}
.num_line{
	display:flex;
	position:relative;
}
.num_line .num{
	position: absolute;
    top: -4px;
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
    background: #4d9cec;
    padding: 4px;
    border-radius: 6px;	
}
.num_line .cont{
	padding-left:42px;
	color:#374f67;
	font-size:20px;
}
.num_line .cont .answer{
	color:#dd2b72;
	font-size:22px;
}
.tabs_top{
	font-size: 20px;
    padding: 0px 16px !important;
}
.left_box{
	min-height:428px;
}
.left_list_wrap{
	padding:16px 40px !important;
}
.thurmb_webgl{
    position: absolute;
    top: 12px;
    right: 30px;
    width: 120px;
    height: 120px;
    border-radius: 6px;
    background: #ffffff;
	overflow:hidden;
}
.thurmb_webgl img{
	width:100%;
}
.webgl_wrap{
    position: relative;
    height: 452px;
    padding: 0px;
}
.webgl_wrap .view{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 16px;
    border-radius: 6px;
    background: #F3F3F4;
    overflow: hidden;
}
.cube{
    position: absolute !important;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin-left: 0px;
    border: solid 2px #CECECE;
    border-radius: 6px;
    background: #F1F1F1;
}
.cube img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 372px;
    height: 328px;
    margin-top: -164px;
    margin-left: -186px;
}
.cs_box_txt{
	list-style:none;
    padding: 8px 0px !important;
    color: #374f67;
    font-size: 20px;
}
.cs_box_01{
    padding: 16px 0px !important;
    color: #dd2b72;
    font-size: 24px;
}
.cs_select_wrap{
    display: inline-block;
    width: 400px;
	padding: 16px;
    background: white;
    margin: auto;
    border-radius: 6px 6px 0px 0px;
}
.cs_selectbar{
    height: 37px;
    line-height: 20px;
    border-radius: 6px;
    width: 367px;
    padding: 0px 16px;
    font-size: 16px;
}
.select_tit{
    color: #5392D0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 0px 12px 8px;
    border-bottom: solid 1px #7A97BD;
    margin: 0px 16px 12px;
}
.select_body{
	border-radius:0px 6px 6px 6px;
}

.heigt_232{
	height:232px;
}
.division_crystal{
	min-height:280px;
}
.division_crystal .division_top {
	display:block;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	width:200px;
	color:#ffffff;
	font-size:20px;
	font-weight:600;
	border-bottom:solid 1px #CACFD2;
	border-radius:6px 0px 0px 6px;
	background:#4890d9;
}
.division_crystal .division_top .contents{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 92px;
    margin-top: -42px;
    margin-left: -46px;
    text-align: center;
}
.division_crystal .division_body {
	display:block;
	position:absolute;
	top:0px;
	bottom:0px;
	left:200px;
	right:0px;
	padding:16px;
	color:#ffffff;
	font-size:20px;
	font-weight:600;
	border-bottom:solid 1px #CACFD2;
	border-radius:0px 6px 6px 0px;
	overflow:hidden;
}

@media (max-width: 1023px) {
.nav-tabs > li {
    float: left !important;
    margin-bottom: -3px !important;
	margin-right:2px !important;
}
.nav > li > a {
	margin-right:0px !important;
	background:rgba(255,255,255,0.5);
	color: #6993B7;
}	
.nav-tabs > li > a:hover {
  border-color: transparent !important;
  color:#6993B7;
  background:rgba(55,79,103,0.1) !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #374F67 !important;
  background-color: #ffffff !important;
  border: 0px solid #dddddd !important;
  border-bottom-color: transparent !important;
  cursor: default !important;
}
.math_tabs{
	height:50px; width:96px;
}
.math_tabs .nums{
    top: 6px;
    position: absolute;
    width: 64px;	
}
.img_cell_01{
	width:100%;
	max-width:256px;
}	
.img_cell_02 {
    position: relative;
    width: 40px;
    height: 40px;
    top: auto;
    left: auto;
    margin: auto;
}
.unicell_img{
	width:100%;
	max-width:392px;
}
.crystalface_img{
    width: 100%;
    max-width: 340px;
}
.crystalface_img_on{
	position: absolute;
    width: 100%;
    max-width: 340px;
    left: 50%;
    margin-left: -170px;
    margin-top: 32px;
}
.object_frame{
	width:100% !important;
	height:452px !important;
}
.num_answen{
	padding:16px 0px;
	border-top: solid 2px #374f67;
	text-align:center;
	color:#dd2b72;
	font-size:26px;
	font-weight:600;
}
.num_line{
	display:flex;
	position:relative;
}
.num_line .num{
	position: absolute;
    top: -12px;
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
    background: #4d9cec;
    padding: 4px;
    border-radius: 6px;	
}
.num_line .cont{
	padding-left:42px;
	color:#374f67;
	font-size:20px;
}
.num_line .cont .answer{
	color:#dd2b72;
	font-size:22px;
}
.tabs_top{
	font-size: 20px;
    padding: 0px 16px !important;
}
.left_box{
	min-height:428px;
}
.left_list_wrap{
	padding:16px 40px !important;
}
.thurmb_webgl{
    position: absolute;
    top: 12px;
    right: 30px;
    width: 96px;
    height: 96px;
	border-radius: 6px;
    background: #ffffff;
	overflow:hidden;
}
.thurmb_webgl img{
	width:100%;
}
.webgl_wrap{
    position: relative;
    height: 452px;
    padding: 0px;
}
.webgl_wrap .view{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 16px;
    border-radius: 6px;
    background: #F3F3F4;
    overflow: hidden;
}
.cube{
    position:relative !important;
    border: solid 2px #CECECE;
    border-radius: 6px;
    background: #F1F1F1;
	height: 314px;
    margin: 14px;	
}
.cube img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 372px;
    height: 328px;
    margin-top: -164px;
    margin-left: -186px;
}
.cs_box_txt{
	list-style:none;
    padding: 8px 0px !important;
    color: #374f67;
    font-size: 20px;
}
.cs_box_01{
    padding: 32px 0px !important;
    color: #dd2b72;
    font-size: 24px;
}
.cs_select_wrap{
    display: inline-block;
    width: 400px;
	padding: 16px;
    background: white;
    margin: auto;
    border-radius: 6px 6px 0px 0px;
}
.cs_selectbar{
    height: 37px;
    line-height: 20px;
    border-radius: 6px;
    width: 367px;
    padding: 0px 16px;
    font-size: 16px;
}
.select_body{
	border-radius:0px 6px 6px 6px;
}

.heigt_232{
	height:auto;
}
.division_crystal{
	min-height:40px;
}
.division_crystal .division_top {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    line-height: 40px;
    padding: 8px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    border-bottom: solid 1px #CACFD2;
    border-radius: 6px 6px 0px 0px;
}
.division_crystal .division_top .contents{
	position:relative;
	top:auto;
	bottom:auto;
	left:auto;
	right:auto;
	width:auto;
	height:auto;
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
}
.division_crystal .division_top .contents .ico{
    width: 32px;
    height: 32px;
    margin-right: 8px;
}
.division_crystal .division_body {
	display:block;
	position:relative;
	top:auto;
	bottom:auto;
	left:auto;
	right:auto;
	padding:16px;
	color:#ffffff;
	font-size:20px;
	font-weight:600;
	border-bottom:solid 1px #CACFD2;
	border-radius:0px;
	background:#fffff;
	overflow:hidden;
}
}

@media (max-width: 767px) {
.select_wrap{
	height:800px;
}
	
	
	
	
	
	
	
	
	
	
	
	
.nav-tabs > li {
    float: left !important;
    margin-bottom: -12px !important;
	margin-right:2px !important;
}
.nav > li > a {
    position: relative;
    padding: 12px 10px !important;
	margin-right:0px !important;
	background:rgba(255,255,255,0.5);
	color: #6993B7;
}	
.nav-tabs > li > a:hover {
  border-color: transparent !important;
  color:#6993B7;
  background:rgba(55,79,103,0.1) !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #374F67 !important;
  background-color: #ffffff !important;
  border: 0px solid #dddddd !important;
  border-bottom-color: transparent !important;
  cursor: default !important;
}
.math_tabs{
	height: 50px;
    width: 60px;
}
.math_tabs .nums{
    top: 9px;
    position: absolute;
    width: 64px;
}
.img_cell_01{
	width:100%;
	max-width:200px;
}
.img_cell_02 {
    position: relative;
    width: 40px;
    height: 40px;
    top: auto;
    left: auto;
    margin: auto;
}
.unicell_label{
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    /* margin: 16px; */
    /* margin: 0px auto 16px; */
    padding: 4px 12px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 24px;
    background-color: #7DB3E2;
}
.unicell_img{
	width:100%;
	max-width:272px;
}
.btn_more{
    position: absolute;
    top: 39px;
    left: 50%;
    margin-left: -42px;
    padding: 4px 12px;
    border: 0px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    background: #51555F
}
.crystalface_img {
    max-width: 226px;
    margin-top: 40px;
}
.crystalface_img_on{
	position: absolute;
    width: 256px;
    left: 50%;
    margin-left: -128px;
    margin-top: 21px;
    z-index: 9999;
}
.object_frame{
	width:100% !important;
	height:452px !important;
}
.line_click_w {
    position: relative;
    top: -4px;
    display:inline;
    color: #FF7800;
    border: outset 2px #95B343;
    border-radius: 24px;
    padding: 4px 14px;
    vertical-align: middle;
    font-size: 12px;
}
.line_click_w.dis {
	display: inline;
	color: #B7B7B7;
	border: outset 2px #C7C7C7;
	border-radius: 24px;
	padding: 4px 14px;
	vertical-align: middle;
	opacity: 0.5;
}
.num_answen{
	padding:16px 0px 0px;
	border-top: solid 1px #374f67;
	text-align:center;
	color:#dd2b72;
	font-size:18px;
	font-weight:600;
}
.num_line{
	display:flex;
	position:relative;
}
.num_line .num {
    position: absolute;
    top: -5px;
    font-size: 12px;
    font-weight: 900;
    color: #ffffff;
    background: #4d9cec;
    padding: 4px;
    border-radius: 2px;
}
.num_line .cont{
    padding-left: 30px;
    color: #374f67;
    font-size: 14px;
}
.num_line .cont .answer{
	color:#dd2b72;
	font-size:16px;
}
.tabs_top{
	font-size: 12px;
    padding: 0px !important;
}
.left_box{
	min-height:288px !important;
}
.left_list_wrap{
	padding:16px 16px !important;
}
.thurmb_webgl{
    position: absolute;
    top: 12px;
    right: 30px;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    background: #ffffff;
	overflow:hidden;
}
.thurmb_webgl img{
	width:100%;
}
.webgl_wrap{
    position: relative;
    height: 452px;
    padding: 0px;
}
.webgl_wrap .view{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 16px;
    right: 16px;
    border-radius: 6px;
    background: #F3F3F4;
    overflow: hidden;
}
.cube{
    position:relative !important;
    border: solid 2px #CECECE;
    border-radius: 6px;
    background: #F1F1F1;
	height: 256px;
    margin: 14px;	
}
.cube img{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: auto;
    margin-top: -123px;
    margin-left: -140px;
}
.cs_box_txt {
    list-style: none;
    padding: 8px 0px !important;
    color: #374f67;
    font-size: 16px;
    margin: 0px;
}
.cs_box_01{
    padding: 12px 0px !important;
    color: #dd2b72;
    font-size: 18px;
}
.cs_select_wrap {
    display: inline-block;
    width: 304px;
    min-width: 304px;
    padding: 8px;
    background: white;
    margin: auto;
    border-radius: 4px 4px 0px 0px;
}
.cs_selectbar {
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    width: 288px;
    padding: 0px 8px;
    font-size: 14px;
}
.select_tit{
    color: #5392D0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 0px 12px 8px;
    border-bottom: solid 1px #7A97BD;
    margin: 0px 16px 12px;
}
.select_body{
    border-radius: 0px 0px 6px 6px;
    min-width: 304px;
}
.heigt_232{
	height:auto;
}
.division_crystal{
	min-height:40px;
}
.division_crystal .division_top {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    line-height: 40px;
    padding: 4px 8px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    border-bottom: solid 1px #CACFD2;
    border-radius: 6px 6px 0px 0px;
}
.division_crystal .division_top .contents{
	position:relative;
	top:auto;
	bottom:auto;
	left:auto;
	right:auto;
	width:auto;
	height:auto;
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
}
.division_crystal .division_top .contents .ico{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.division_crystal .division_body {
	display:block;
	position:relative;
	top:auto;
	bottom:auto;
	left:auto;
	right:auto;
	padding:16px;
	color:#ffffff;
	font-size:20px;
	font-weight:600;
	border-bottom:solid 1px #CACFD2;
	border-radius:0px;
	background:#fffff;
	overflow:hidden;
}
}