body,
button,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
input,
ol,
p,
textarea,
ul,
form{
    margin: 0;
    padding: 0
}

li {
    list-style: none
}
*,
body,
header,
footer,
div,
input,
img,
p,
b,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
li,
ul,
dt,
dd,
dl,
span,
a,
article,
hgroup,
nav,
aside,
details,
section,
summary,
figcaption,
figure {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	color: #161616;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
    line-height: 1;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    -ms-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
textarea {
    resize: none
}

img {
    border: none;
    vertical-align: middle
}

a {
    text-decoration: none;
    color: #161616
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both
}
@font-face {
	font-family: "Roboto";
    font-display: swap;
    src: local('Roboto-Regular.ttf'),
        url('../font/Roboto/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Roboto";
	font-display: swap;
    src: local('Roboto-Light.ttf'),
        url('../font/Roboto/Roboto-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Roboto";
	font-display: swap;
    src: local('Roboto-Medium.ttf'),
        url('../font/Roboto/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Roboto";
	font-display: swap;
    src: local('Roboto-Bold.ttf'),
        url('../font/Roboto/Roboto-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: 'iconfont';
    font-display:swap;
    src: url('../font/iconfont/iconfont.eot');
    src: url('../font/iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../font/iconfont/iconfont.woff2') format('woff2'),
        url('../font/iconfont/iconfont.woff') format('woff'),
        url('../font/iconfont/iconfont.ttf') format('truetype'),
        url('../font/iconfont/iconfont.svg#iconfont') format('svg');
  }
  h1{
      font-size: 28px;
      font-weight: bold;
  }
  h2{
    font-size: 22px;
    font-weight: bold;
  }
  h3{
      font-size: 16px;
      font-weight: bold;
  }
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.content{
    width:1048px;
    margin: 0 auto;
}
footer{
    background: #009688;
    color:#fff;
    text-align: center;
    padding: 20px 0px;
}
.footer_link li a:hover,.des_f a:hover{
    color:#fff;
}
.footer_t{
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 20px;
}
.des_f{
    width:420px;
    float: right;
    color: rgb( 162, 209, 201 );
    line-height: 1.28;
}
.des_f a{
    color: rgb( 162, 209, 201 );
}
.download_f{
    float: left;
    width: 105px;
    height: 30px;
    cursor: pointer;
    background: url(../images/google-play.svg) no-repeat;
    background-size: 100% 100%;
}
.download_f>a{
    display: block;
    width: 100%;
    height: 100%;
}
.des_c{
    color: rgb( 108, 186, 173 );
}
.footer_b{
    padding-top: 20px;
}
.footer_link{
    float: left;
}
.footer_link li{
    display: inline-block;
    text-align: center;
    line-height: 1.28;
    margin-right: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer_link li a{
    color: rgb( 162, 209, 201 );
    text-transform: uppercase;
}
header{
    background: rgba(19, 15, 18, .5);
}
#header{
    background: url(../images/bg-img.jpg) no-repeat center 58%;
    background-size: cover;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);
}
#header_normal{
    background: #009688;
}
#header_normal .index_header_normal{
    width:1048px;
    margin: 0 auto;
    /* padding: 15px 0px 11px 0px; */
}
.index_header{
    margin:auto 40px;
    padding: 18px 0px;
}
.logo{
    float:left;
}
.index_header_normal .logo{
    line-height: 64px;
}
.index_header_normal .logo a{
    display: inline-block;
}
.logo img{
    /* width:30px; */
    width:200px;
    margin-right: 8px;
}
.logo_span{
    font-size: 20px;
    letter-spacing: 0.02em;
    color:#fff;
    display: inline-block;
    vertical-align: middle;
}
.about{
    float:right;
    position: relative;
}
.index_header_normal .about{
    line-height: 64px;
}
.about a{
    color:#fff;
}
.triangleicon{
    position: absolute;
    top: 17px;
    left: 2px;
    display: none;
}
.triangleicon::before{
    display: inline-block;
    content:'';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #f2f2f2;
}
.index_header_normal .triangleicon{
    top: 44px;
    left: 8px;
}
.nav_state_list{
    position: absolute;
    right:0;
    top:37px;
    width:460px;
    overflow: hidden;
    padding: 10px 20px;
    background: #f2f2f2;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    z-index: 222;
    display: none;
}
.index_header_normal .nav_state_list{
    top: 65px;
}
.nav_state_li{
    float: left;
    width:33.3%;
}
.nav_state_li a{
    color: #666;
    line-height: 34px;
    display: inline-block;
    width: 100%;
}
.nav_list:hover .nav_state_list,.nav_list:hover .triangleicon{
    display: block;
}
.language_btn::before{
    font-family: "iconfont";
    font-size: 13px;
    content:"\e8ec";
    font-style: normal;
    margin-left: 8px;
    color:#fff;
}
.under-header div,.under-header span{
    float:right;
}
.search-box input {
	border-radius: 3px;
	color: rgba(0, 0, 0, 0.87);
	padding: 12px 16px 11px 50px;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	display: block;
	font-size: 16px;
	margin: 0;
	width: 330px;
	background: url("../images/search.png") no-repeat 15px center #fff;
	text-align: left;
	background-origin: padding-box!important;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.under-header span, .lang-box label {
    padding: 0 24px;
}
.under-header span, .lang-box{
    line-height: 42px;
}
.under-header span a, .lang-box label {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.lang-box {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 8px;
}
.list-nav {
    width: 0;
    height: 0;
    position: absolute;
    -weblit-transition: 0.3s all;
    transition: 0.2s all;
    background: #fff;
    padding: 8px 0;
    border-radius: 3px;
    overflow: hidden;
    left: 20px;
}
.list-nav li {
    color: rgba(0, 0, 0, 0.87);
    text-align: left;
    padding: 0 16px;
    outline-color: #bdbdbd;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
}
#undernav {
    position: absolute;
    top: 40%;
    right: 22%;
    opacity: 0;
}
#undernav:checked+div.list-nav {
	width: 90px;
	height: 110px;
}
.nav_list{
    display: inline-block;
    width:24px;
    height:24px;
    background: url(../images/map_blue.png) #fff no-repeat;
    background-size: contain;
    cursor: pointer;
    border-radius: 50%;
    border: 5px solid #fff;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.nav_list_normal{
    width: 35px;
    height:35px;
}
.index-title{
    text-align: center;
    margin-top: 100px;
}
.index-title h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 16px;
}
.index-title p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
}
.index_state_list{
    padding-top: 90px;
    padding-bottom: 100px;
}
.state_list li{
    float:left;
    width: 16.6%;
    padding: 5px 0px;
    line-height: 27px;
}
.state_list li a {
    width:100%;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* index content */
.why-box {
    margin: 0 auto;
    padding: 72px 0px;
}
.why_left,.why_right{
    padding: 0px 12px;
}
.why_left {
    width: 50%;
    float: left;
    text-align: left;
    margin-top: 38px;
}
.why_right {
    width: 50%;
    float: right;
    text-align: right;
}
.why_left h2 {
    color: #009688;
    font-size: 34px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 24px;
}
.why_left .first_p {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 24px;
}
.why_left .last_p {
    font-size: 22px;
    font-weight: 300;
    /* color: #707070; */
    line-height: 1.5;
    margin-bottom: 16px;
}
.why_right .right-word {
    border-bottom: 2px solid #BDBDBD;
    border-radius: 2px;
    color: #666;
    background-color: #f5f5f5;
    font-size: 16px;
    font-style: italic;
    margin: 16px;
    padding: 24px;
    text-align: left;
}
.why_right span {
    display: block;
    color:#666;
    font-size: 16px;
    line-height: 1.2;
}
.why_right span:nth-of-type(2) {
    font-weight: 300;
    margin-top: 8px;
}
.link_ul{
	margin-bottom: 50px;
}
.link_li{
	float: left;
	width:50%;
	padding: 2% 5%;
	text-align: center;
}
.link_img{
	width: 100%;
	height: 130px;
	overflow: hidden;
}
.link_img:before{
	content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.link_img img{
	max-height: 80%;
	max-width: 80%;
}
.link_li a,.link_name,.link_li .link_title{
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
}
.link_li a{
    display: inline-block;
}
.link_li p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}
.link_name{
	text-align: center;
	position: relative;
}
.link_name:before,.link_name:after{
	position: absolute;
	content: "";
    display: block;
    height: 1px;
    top: 50%;
    width: 50%;
    background-color: #BDBDBD;
}
.link_name:before{
	left: 0px;
}
.link_name:after{
	right: 0px;
}
.link_name span{
	position: relative;
    z-index: 1;
    font-size: 34px;
	padding: 0 15px;
	display: inline-block;
	background-color: #fff;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 auto;
	padding: 10px 0px 0px;
}

.breadcrumb li {
	float: left;
	font-size: 0px;
}

.breadcrumb li a {
	display: inline-block;
	font-size: 12px;
}
.breadcrumb li a span{
    font-size: 12px;
}
.breadcrumb li.active a {
	color: #009688;
}

.breadcrumb li:after {
	content: '>';
	font-size: 12px;
	padding: 0px 5px;
}

.breadcrumb li:nth-last-child(1):after {
	content: '';
	padding: 0px;
}

.breadcrumb li a:hover,.breadcrumb li a:hover>span{
	color: #009688;
	text-decoration: underline;
}

.breadcrumb li:nth-last-child(1) a span {
	color: #009688;
}

.detail-page h1 {
	margin: 10px 0px 15px;
}
/* des index */
.des_box h1{
    font-size: 28px;
    color: #000;
    padding: 40px 0px 16px 0px;
    text-align: center;
    line-height: 1.2;
}
.des_box p{
    line-height: 30px;
    font-size: 16px;
    margin-top: 16px;
}
.des_box p a{
    color: #009688;
    text-decoration: underline;
    font-size: 16px;
}
.ads{
    margin: 15px 0px;
}
.ads3{
    height:90px;
    line-height: 90px;
}
.aside_ads .ads3{
    height:600px;
    line-height: 600px;
}
.test_index_ads{
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}
/* test_index */
.test_index{
    background: #f2f5f9;
}
.tab_nav{
    position: relative;
    padding-top: 30px;
}
.tab_nav_list{
    font-size: 0px;
    border-bottom: 1px solid #ddd;
}
.tab_nav_li{
    display: inline-block;
    /* width:33.3%; */
    width:25%;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 25px;
    color: #7d7d7d;
    font-size: 17px;
    line-height: 18px;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    border:0px solid #009688;
    /* transition: .3s ease-in; */
}
.tab_nav_li span{
    color: #7d7d7d;
    font-size: 17px;
    /* transition: .3s ease-in; */
}
.tab_nav_li_cur,.tab_nav_li_cur span{
    color: #555;
    font-weight: bold;
    cursor: default;
}
.move_line{
    position: absolute;
    bottom:-3px;
    /* width:33.3%; */
    width:25%;
    height:5px;
    border-radius: 4px;
    background: #009688;
}
.tab_son{
    padding: 18px 0px;
}
.son_box>div.tab_son{
    display: none;
}
.son_box>div.tab_son:first-of-type{
    display: block;
}
.son_box>div.tab_son:last-child .tab-start{
    justify-content: flex-end;
}
.tab_son_ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.tab_son_li{
    padding: 15px 15px 15px 15px;
    width: 33.3%;
}

.tab_son_div {
    display: block;
    padding: 0px 15px 25px 15px;
    background: #fff;
    width: 100%;
    height: 100%;
    text-align: left;
    border-radius: 5px;
    position: relative;
    top: 0;
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.025);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.025);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.025);
    transition: all .3s ease;
}
.tab_son_div:hover{
    top: -5px;
    box-shadow: 8px 8px 6px rgba(0,0,0,.05);
}
.box_number {
    display: none;
}
.tab-name h4, .tab-name h4 a {
    font-size: 18px;
    line-height: 48px;
    color: #009688;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 15px;
}
.tab_son_li p {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    padding-bottom: 10px;
}
.tab-start {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.tab-num {
    display: block !important;
    height: 26px;
    line-height: 26px;
    font-size: 14px !important;
}
.tab-num::before{
    content:"\e63c";
}
.tab-btn {
    display: inline-block;
    width: 35%;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    background-color: #009688;
    border-radius: 5px;
    color: white;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
}
.tit-line{
    position: relative;
    width:100%;
    height:1px;
    text-align: center;
    margin: 30px 0px 27px;
    background: #e5e5e5;
}
.tit-line span{
    display: inline-block;
    font-weight: bold;
    color: #555;
    background: #f2f5f9;
    font-size: 19px;
    padding: 0px 10px;
    position: absolute;
    transform: translate(-50%, -50%);
}
.tit-line span i::before{
    font-family: "iconfont";
    color:#555;
    font-style: normal;
    font-size: 18px;
    margin-right: 5px;
}
.icon-cdl::before{
    content:"\e6f0";
}
.icon-bus::before{
    content:"\e600";
    font-size: 16px;
}
.icon-air-brake::before{
    content:"\e672";  
}
.icon-tank::before{
    content:"\ebba";
}
.icon-hazmat::before{
    content:"\e64d";
}
.icon-all::before{
    content:"\e64f";
}
/* test */
.test_content{
    text-align: center;
}
.test_content h1 {
    font-size: 28px;
    margin: 20px 0px 15px;
    font-weight: 500;
    line-height: 1.3;
}
.test_content>span {
    display: inline-block;
    margin: 0px 0px 15px 0px;
    font-size: 16px;
}
.test_content>span a{
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
}
.test-infor{
   margin-bottom: 15px;
}
.stats {
    margin: 0 auto 5px;
    text-align: left;
}
.stats tr {
    padding: 0px 25px;
    display: inline-block;
}
.stats i {
    padding: 0px 10px;
}
.stats span {
    display: inline-block;
    line-height: 18px;
}
.stats span::before{
    font-family: "iconfont";
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 16px;
    padding: 0px 10px;
}
.icon_num_test::before{
    content:"\e7b4";
}
.icon_num_que::before{
    content:"\e7f4";
}
.icon_score::before{
    content:"\e844";
}
.the_test_desc{
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ebebeb;
    color: #535353;
    text-align: left;
}
.the_test_desc span{
    font-size: 16px;
    color:#000;
}
.the_test_desc a {
    color: #009688;
    font-size: 16px;
    text-decoration: underline;
}
.the_test_desc a:hover,.des_box p a:hover,.footer_des a:hover{
    text-decoration: none;
}
.question_main,.main{
    margin-bottom: 20px;
}
.question_left,.main_left{
    float: left;
    width:728px;
}
.question_list{
    padding-top: 10px;
}
.grade_box{
    display: flex;
    justify-content: flex-end;
    margin:30px 0;
    text-align: center;
}
#backTop{
    display: none;
}
#gradeBtn,#backTop{
    border: 2px solid #009688;
    color: #fff;
    font-size: 16px;
    background: #009688;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.next_box{
    justify-content: flex-end;
}
#backTop::before{
    font-family: "iconfont";
    content:"\e7f1";
    margin-right: 10px;
}
.es_page_num{
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}
.question_right,.main_right{
    float: right;
    width:300px;
}
.question_right{
    margin-top: 20px;
}
.question_title{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 500;
}
.question_title>span{
    font-size: 18px;
    line-height: 26px;
}
.images_box {
    width: 60px;
    float: left;
    vertical-align: top;
}
.images_box img {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0px 0px 0px;
    width: 56px;
}
.answer_box{
    margin-left: 70px;
    margin-bottom: 20px;
}
.answer_box li{
    width: 100%;
    margin-bottom: 3px;
    cursor: pointer;
}
.answer_label{
    position: relative;
    display: block;
    width:100%;
    padding: 4px 5px;
}
.answer_label .dot{
    position: relative;
    display: inline-block;
    width: 96%;
    margin-right: -20px;
    padding-right: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.answer_label .detail_question{
    position: relative;
    /* display: inline-block; */
    display: inline;
    text-indent: 5px;
    font-size: 16px;
    line-height: 24px;
    padding-right: 6px;
    background-color: #fff;
}
.answer_label .dot::after {
    position: absolute;
    content: '';
    width: 96%;
    height: 0;
    border: 1px dashed gray;
    left: 10px;
    right: 0;
    bottom:10px;
    z-index: -1;
}
.answer_label .question_gray::after{
    border-color: #ccc;
}
.actcolor_hover:hover,.actcolor_hover:hover .dot span{
    background-color: #caebe8;
    cursor: pointer;
}
.question_false,.dot span.question_false{
    background: #eff7f6;
}
.dot span.question_false{
    text-decoration: line-through;
}
.dot span.question_true{
    color:#009688;
}
.dot span.question_gray{
    color:#ccc;
}
input.question_gray{
    border:1px solid #ccc;
}
.answer_label span.actcolor,.actcolor{
    background: #caebe8;
}
.answer_input{
    position: absolute;
    right:10px;
    bottom:7px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:16px;
    height:16px;
    border: 1px solid gray;
    border-radius: 50%;
    box-sizing: content-box;
    transition: all .1s;
}
.answer_input:before{
    position: absolute;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /* transform: translateY(-50%); */
    right: -3px;
    /* top: 50%; */
    bottom:-3px;
    vertical-align: middle;
    transition: all .1s;
    z-index: 22;
    border: 0px solid #fff;
}
.answer_input:checked{
    border: none;
}
.answer_input:checked::before,.actcolor_hover:hover .answer_input_normal::before{
    right:-3px;
    border: 6px solid #009688;
    background-color: #fff;
    transition: all .1s;
}
.question_input_true{
    border:none;
}
.question_input_true::before,.question_input_true:checked:before{
    position: absolute;
    right:8px;
    top:-4px;
    background: transparent;
    font-family: "iconfont";
    font-size: 24px;
    content:"\e67b";
    color:#009688;
    border:none;
}
.question_input_false:checked::before{
    right:0px;
    bottom:0px;
    width: 16px;
    height: 16px;
    border:1px solid #009688;
}
#review .question_input_false{
    border: none;
}
#review .question_input_false::before{
    background: #fff;
    right:0px;
    bottom:0px;
    width: 16px;
    height: 16px;
    border:1px solid #009688;
}
.btn_box a,.btn_box button{
    display: block;
    width:100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #009688;
    background: #009688;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: 500;
}
.icon_back_to::before{
    font-family: "iconfont";
    margin-right: 8px;
    content:"\e7ee";
}
.icon_restart::before{
    font-family: "iconfont";
    margin-right: 8px;
    content:"\e788";
}
.icon_arrowright::before{
    font-family: "iconfont";
    margin-right: 8px;
    content:"\e7ef";
}
#goNext::after,.icon-arrowright::after{
    font-family: "iconfont";
    margin-left: 8px;
    content:"\e7ef";
}
.icon_next::after,.icon_next_before::before{
    font-family: "iconfont";
    margin-left: 8px;
    content:"\e7ef";
}
#result{
    background: #ebebeb;
    font-size: 20px;
    text-align: center;
    padding: 40px 0;
    margin-top: 20px;
    display: none;
}
#result_bottom{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
    flex-wrap: wrap;
}
#result_bottom>div{
    width: 33.3%;
    display: flex;
}
.result_bottom_left{
    justify-content: flex-start;
}
.result_bottom_right{
    justify-content: flex-end;
}
.page_num{
    font-size: 18px;
    text-align: center;
}
#result_bottom button,#result_bottom a,#clearBtn button,#form_challenge button{
    font-size: 16px;
    padding: 10px 20px;
    background: #009688;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
#clearBtn button{
    width: 100%;
    height: 40px;
}
#result_bottom button:hover,#result_bottom a:hover,#clearBtn button:hover{
    color: #fff;
    background: #84cbca;
}
#onePage #result_bottom button:hover,#onePage #result_bottom a:hover{
    background: #009688;
}
#form_challenge button{
    margin-top: 20px;
}
#clearBtn{
    margin-top: 20px;
    margin-bottom: 8px;
    text-align: center;
}
#challenge_come button{
    background: transparent;
    margin-top: 20px;
    text-decoration: underline;
    cursor: pointer;
}
#challenge_come button:hover{
    text-decoration: none;
}
.you_made,.you_made span{
    font-size: 20px;
    font-weight: 500;
}
.answer_input_two{
    transform: translateY(0px);
}
/*star part*/

.rating {
	display: block;
	width: 100%;
	border: 1px solid #e7e7e7;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
	padding: 15px 5px;
	margin-top: 20px;
	box-sizing: border-box;
}

.rating p {
	text-align: center;
	margin: 0px;
	font-size: 16px;
}

.rating_labels {
	display: block;
	margin-top: 4px;
	margin-left: 88px;
	width: 112px;
	height: 22px;
	position: absolute;
}

.score_label {
	position: absolute;
	clip: rect(0 0 0 0);
}

.star {
	display: inline-block;
	width: 22px;
	height: 22px;
	cursor: pointer;
	position: absolute;
	z-index: 5;
}

.star1 {
	left: 0;
}

.star2 {
	left: 22px;
}

.star3 {
	left: 44px;
}

.star4 {
	left: 66px;
}

.star5 {
	left: 88px;
}

.score,
.rating_labels:hover {
	background: url("../images/star.svg") repeat-x;
	background-size: 22px 22px;
}

.star:hover {
	background: url("../images/star_hover.svg") repeat-x;
	background-size: 22px 22px;
	top: 0;
	left: 0;
	z-index: 4;
}

.star2:hover {
	width: 44px;
}

.star3:hover {
	width: 66px;
}

.star4:hover {
	width: 88px;
}

.star5:hover {
	width: 110px;
}

.score {
	background: url("../images/star.svg") repeat-x;
	background-size: 22px 22px;
	margin-top: 4px;
	width: 112px;
	height: 20px;
	float: left;
	margin-left: 88px;
}

.score span {
	width: 112px;
	height: 22px;
	display: inline-block;
	overflow: hidden;
	background-position: inherit;
	background: url('../images/star_hover.svg') repeat-x;
	background-size: 22px 22px;
}

.score_text {
	line-height: 16px;
	margin-left: 5px;
}

.opt_rating {
	float: none;
	margin-top: 4px;
}
.rating_span{
	display:inline-block;
	font-size:12px;
}
.rating_span1{
	margin-top:10px ;
}
#line1{
	margin-left: 95px;
}
#lines{
	margin-left: 108px;
}
#line2 {
	margin-left: 75px;
}


.right-link {
    margin-bottom: 20px;
}
.right-link p {
    font-size: 18px;
    border-bottom: 1px solid #101010;
    padding: 0px 0px 5px;
    margin: 20px 0px 5px;
}
.right-link li {
    line-height: 34px;
    border-bottom: 1px solid #c5ccde;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.right-link li i {
    margin-right: 10px;
}
.icon-test:before{
    content: "\e7b4";
    font-size: 18px;
    vertical-align: middle;
}
.right_test {
    box-sizing: border-box;
    padding: 0px 15px 0px 15px;
}
.more_title {
    position: relative;
    text-align: center;

}
.more_title::before{
    left:0;
}
.more_title::after{
    right:0;
}
.more_title:before, .more_title:after {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    top: 50%;
    width: 50%;
    background-color: #009688;
}
.more_title span{
    position: relative;
    z-index: 2;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    background: #f2f5f9;
    display: inline-block;
    padding: 0px 20px;
}
.more_ul {
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.more_li {
    float: left;
    margin-bottom: 20px;
    width: 33%;
    text-align: center;
}
.more_li a {
    display: inline-block;
    color: #000;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}
.more_li a::before{
    font-family: "iconfont";
    content: "\e7b4";
    margin-right: 5px;
}
.more_li a:hover,.right-link li a:hover{
    color:#84cbca;
}
/* location */
.location_page h1{
    font-size: 28px;
    margin: 10px 0px 15px;
    font-weight: 500;
    line-height: 1.3;
}
.map_choose_state{
    margin: 10px 0px;
}
.map_choose_state h3,.search-part h3{
    font-size: 20px;
    padding: 15px 0px 13px 0px;
    line-height: 26px;
    font-size: 22px;
}
.search-part h3 span{
    font-size: 22px;
    color:#009688;
    font-weight: bold;
}
#map{
	width:100%;
	height:100%;
	box-sizing: border-box;
	border:2px solid #ddd;
}
#map svg{
    padding: 20px;
}
#map svg path{
	cursor:pointer;
			}
#map svg path:hover{
	fill:#009688;
}
#map .state {
	fill: #d8ddde;
	cursor:pointer;
    stroke: #fff;
    stroke-width: 1.75;
    stroke-opacity: 1;
    cursor: pointer;
    transition: .2s fill;
}
#map .selectBox{
	width:100%;
	padding:0px 20px 20px 20px;
	box-sizing: border-box;
	background: #009688;
}
#map .selectBox h4{
    font-size: 16px;
    font-weight: bold;
	line-height: 2;
}
#map .selectBox select{
    width:100%;
    padding-left: 10px;
}
/*search-part style*/
#searchbox{
	font-size: 0;
}
#div_txt{
    font-size: 0px;
}
#searchbox #searchbox_txt{
	width:80%;
	box-sizing: border-box;
	font-size: 16px;
	padding:5px 40px;
	background: url(../images/search.png) no-repeat 15px center #fff;
	border: 1px solid #ccc;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#searchbox #searchbox_txt::-webkit-input-placeholder{
	font-size: 14px;
}
#searchbox #searchbox_txt:-moz-placeholder{
	font-size: 14px;
}
#searchbox #searchbox_txt::-moz-placeholder{
	font-size: 14px;
}
#searchbox #searchbox_txt:-ms-input-placeholder{
	font-size: 14px;
}
#searchbox #searchbox_btn{
	width:20%;
    font-size: 16px;
	text-align: center;
	text-align: -moz-center; /*Firefox*/
	text-align: -webkit-center; /*Chrome*/
	line-height: 1;
	-webkit-appearance: none;
	background: #009688;
	border:1px solid #009688;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#searchbox #searchbox_txt,#searchbox #searchbox_btn{
	height:40px;
}
#div_items {
    position: absolute;
    box-shadow: 0 1px 3px;
    margin: 0;
    padding: 0;
    min-width: 300px;
    height: 130px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #66afe9;
    border-top: 0;
    overflow: auto;
    display: none;
    z-index: 5;
}
#allcity {
    padding: 5px;
}
.li_item {
    line-height: 1.5;
}
.near_state h2 {
    padding: 15px 0 13px;
    line-height: 26px;
    border-bottom: 2px solid #ddd;
}
.near_state_li{
    float: left;
    width: 30%;
    margin: 10px 5% 10px 0;
    height: 55px;
    background: #f3f3f3;
}
.near_state_li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.near_state_li a:hover{
    background: #ccc;
}
.near_state_li a img{
    float: left;
}
.near_state_ul li:nth-of-type(3n) {
    margin-right: 0;
}
.state_name{
    display: inline-block;
    box-sizing: border-box;
    width: calc(100% - 55px);
    height: 100%;
    vertical-align: middle;
    padding: 7.5px 10px;
    font-size: 0;
}
.state_name span {
    display: inline-block;
    height: 50%;
    width:100%;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.state_name span:nth-of-type(1) {
    color: rgb( 0,150,136 );
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
.state_name span:nth-of-type(2) {
    color: rgb( 170,170,170 );
    font-size: 14px;
    line-height: 1.7;
}
.nav_test_more{
    float: right;
    border-right: 1px solid #7dc9c2;
    margin-right: 15px;
}
.nav_test_more ul{
    line-height: 64px;
}
.test_more_li{
    position: relative;
    display: inline-block;
}
.test_more_li>a,.test_add{
    display: inline-block;
    font-size: 15px;
    padding: 0 0 2px;
    margin: 0 13px;
    color: #fff;
}
.test_add{
    cursor: pointer;
}
.test_more_li>a:hover,.office_name a:hover{
    text-decoration: underline;
}
.test_content>span a:hover{
    text-decoration: none;
}
.test_active>a{
    color:#7dc9c2;
}
.test_add::after{
    font-family: "iconfont";
    display: inline-block;
    content:"\e8ec";
    margin-left: 3px;
    font-size: 16px;
    vertical-align: middle;
}
.view_all_test,.view_all_test_mob{
    position: absolute;
    background: #fafafa;
    padding: 10px 13px;
    text-align: left;
    z-index: 10;
    /* -webkit-transition: all .3s .1s;
    -moz-transition: all .3s .1s;
    transition: all .3s .1s; */
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
    display: none;
}
.view_all_test li,.view_all_test_mob li{
    line-height: 30px;
}
.view_all_test_mob{
    display: none;
}
.pdf_box {
    margin-top: 10px;
    margin-bottom: 10px;
}
.pdf_download{
    display: block;
    width: 200px;
    padding: 10px 0px;
    background: #009688;
    color: #fff;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    margin: 20px auto;
    cursor: pointer;
    text-align: center;
}
.pdf_des{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.pdf_des p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
.handbook_box{
    margin:10px 0px;
}
.handbook_box h2{
    padding: 15px 0px 13px 0px;
    line-height: 26px;
    border-bottom: 2px solid #ddd;
}
.handbook_list{
    display: flex;
    border-bottom: 1px solid #ddd;
}
.handbook_state{
    width:30%;
    line-height: 50px;
}
.handbook_type{
    width:70%;
}
div.handbook_list:nth-of-type(2n+1) {
    background: #f9f9f9;
}
.handbook_open,.book_li{
    padding: 8px;
    line-height: 34px;
}
.book_li{
    border-top:1px solid #ddd;
}
.book_link{
    float: left;
    color: #009688;
    line-height: 34px;
}
.book_read{
    float: right;
    background: #009688;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 0px 9px;
    border-radius: 30px;
    letter-spacing: 1px;
    height: 22px;
    line-height: 22px;
    margin-top: 6px;
}
.handbook_btn{
    margin-left: 10px;
    font-style: normal;
    display: inline-block;
    color:#009688;
    height: 100%;
}
.handbook_btn::before{
    font-family: "iconfont";
    content:"\e7eb";
    display: inline-block;
    vertical-align: middle;
}
.handbook_rotate{
    transform: rotate(180deg);
    transition: all .2s;
}
.handbook_more{
    display: none;
}
.location_office_li{
    display: flex;
    padding: 10px;
    padding-left: 0px;
    border-top: 1px solid #ebebeb;
}
.office_list_icon{
    width: 7%;
    padding-right: 2%;
    text-align: center;
}
.office_list_icon span{
    display: inline-block;
    width: 31px;
    height: 31px;
    background: url(../images/location.png) no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
    color: #fff;
    margin-top: 3px;
}
.office_detail{
    width: 90%;
}
.office_name{
    margin-bottom: 10px;
}
.office_name a{
    font-size: 18px;
    color: #009688;
}
.office_word{
    float: left;
}
.office_word span {
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.office_btn{
    float: right;
}
.office_btn a {
    display: block;
    color: #009688;
    /* width: 120px; */
    font-size: 14px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    background: linear-gradient(#fff,#eee);
}
.office_btn a:hover{
    color: #fff;
    background: #009688;
    border: 1px solid #009688;
}
.detail_map_box{
    display: flex;
    margin: 20px 0px;
}
.contact{
    width:50%;
}
.detail_map{
    width:50%;
}
.hours,.payment,.holidays{
    margin:20px 0px;
    padding-bottom: 15px;
}
h3.detail_title{
    font-size: 20px;
    margin-bottom: 15px;
}
.payment_ul li{
    padding-bottom: 5px;
}
.contact_ul,.hours_ul,.payment_ul{
    padding-left: 10px;
}
.contact_ul li{
    padding-bottom: 8px;
}
.contact_ul li:before,.hours_ul li:before,.payment_ul li:before{
    font-family: "iconfont";
    margin-right: 10px;
    color: #009688;
    font-size: 20px;
    vertical-align: middle;
}
.no_icon{
    padding-left: 30px;
    margin-bottom: 10px;
}
.btn_box a.icon_detail_add::before{
    font-family: "iconfont";
    margin-right: 8px;
}
.icon_detail_add::before{
    content:"\e868";
}
.icon_detail_tel::before{
    content:"\e86d";
}
.icon_detail_email::before{
    content:"\e870";
}
.icon_detail_note::before{
    content:"\e848";
}
.icon_detail_note{
    margin-bottom: 15px;
}
.icon_detail_note i{
    color: #666;
    line-height: 1.3;
}
.icon_detail_hours::before{
    content:"\e784";
}
.payment_ul li i::before{
    margin-right: 10px;
    font-size: 20px;
    color:#009687;
}
.icon_detail_cash::before,.icon-cash::before{
    content:"\e645";
}
.icon_detail_check::before,.icon-check::before{
    content:"\e6c5";
}
.icon-credit::before{
    content:"\e7de";
}
.icon-debit::before{
    content:"\e77f";
}
.detail_time{
    padding-left: 30px;
    margin-top: 10px;
}
.detail_time li{
    padding-bottom: 6px;
}
.detail_time li span{
    display: inline-block;
    width:110px;
}
.holidays p{
    line-height: 18px;
}
.hours b{
    font-weight: 700;
}
.challenge_title{
    font-size: 28px;
    margin: 20px 0px 15px;
    font-weight: 500;
}
.clears{
    text-align: center;
    width: 100%;
    min-height: 800px;
    overflow: hidden;
}
.clears h1{
    font-size: 34px;
    margin: 40px 0;
}
.clears p{
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.clears a{
    display: inline-block;
    /* width: 280px; */
    color: #fff;
    background: #009688;
    padding: 10px 20px;
    font-size: 20px;
    margin-top: 20px;
}
.result_box{
    text-align: center;
    color: #535353;
    width: 100%;
    margin: 20px auto;
    margin-bottom: 30px;
    padding-top: 20px;
}
.result_box h1{
    font-size: 28px;
    margin: 20px 0 40px;
    color: #535353;
}
.pass_score{
    font-size: 26px;
    padding: 30px 0;
    color: #535353;
}
.you_pass,.you_failed{
    font-size: 48px;
    font-weight: 700;
    color: rgb( 91, 210, 182 );
    padding-top: 25px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.you_failed{
    color: rgb( 255, 93, 93 );
}
.pass_img{
    width:70px;
}
.content_progress{
    position: relative;
    padding-top: 20px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.content_progress::before{
    position: absolute;
    color: rgb( 153, 153, 153 );
    content:'0%';
    left: 0px;
    top: 0px;
}
.content_progress::after{
    position: absolute;
    color: rgb( 153, 153, 153 );
    content:'100%';
    right: 0px;
    top: 0px;
}
.progress{
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: rgb( 238, 238, 238 );
    font-size: 20px;
    border-radius: 2px;
}
.progress>span{
    position: absolute;
    bottom:-30px;
    /* right: calc(20% - 142px); */
    left:80%;
    color:rgb( 91, 210, 182 );
    text-transform: uppercase;
    display: block;
    padding-left: 5px;
}
.progress>span span{
    color:rgb( 91, 210, 182 );
}
.progress>span::before{
    position: absolute;
    content: '';
    left: -3px;
    bottom:0px;
    height: 70px;
    width:3px;
    background: rgb( 91, 210, 182 );
}
.progress>span i{
    font-style: normal;
    color:rgb( 91, 210, 182 );
}
/* .progress::after{
    position: absolute;
    content: '';
    top:0px;
    right:20%;
    width: 3px;
    height:70px;
    background: rgb( 91, 210, 182 );
} */
.progress_left{
    position: relative;
    background: rgb( 255, 93, 93 );
    width:0%;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    border-radius: 2px;
}
.progress_left i{
    position: absolute;
    bottom:-30px;
    left:5px;
    right: 8px;
    text-align: right;
    font-style: normal;
    text-transform: uppercase;
    white-space: nowrap;
}
.progress_left::after{
    position: absolute;
    right:0px;
    top:0px;
    content: '';
    width: 3px;
    height:70px;
    background: rgb( 221, 221, 221 );
}
.your_score{
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    color: #535353;
}
.correct{
    color: rgb( 102, 102, 102 );
}
.result_btn #innerMistake{
    color: #ffffff;
    font-size: 14px;
}
.btn_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 14px;
}
.btn_list form,.btn_list a{
    width: 49%;
}
.btn_list a,.btn_list form button{
    height:44px;
    line-height: 44px;
    border:1px solid #009688;
    border-radius: 4px;
    background: #009688;
    color:#fff;
    margin-bottom: 16px;
}
.btn_list form button{
    width: 100%;
}
.btn_list a::before{
    font-family: "iconfont";
    margin-right: 8px;
}
.result_progress{
    margin-bottom: 30px;
    padding: 15px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.result_progress_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.result_progress_content>div{
    position: relative;
    width:5%;
    margin: 0.8%;
    height: 0;
    padding-top: 5%;
    border-radius: 50%;
}
.result_progress_content>div span{
    position: absolute;
    display: inline-block;
    top:50%;
    left: 50%;
    color:inherit;
    transform: translate(-50%,-50%);
}
#mobile_menu{
    display: none;
}
.sitemap_title{
    margin-top: 20px;
    font-size: 24px;
}
.content .sitemap:last-child{
    margin-bottom: 20px;
}
.sitemap{
    padding-top: 10px;
}
.sitemap h2{
    text-align: center;
    font-weight: normal;
    border-bottom: 1px dotted #B2B2B2;
    line-height: 50px;
    padding: 20px 0 10px;
}
.sitemap h2 a{
    font-size: 20px;
    color: #009688;
}
.sitemap h3{
    font-size: 16px;
    font-weight: normal;
    padding: 20px 0px 10px;
    color: #009688;
}
.sitemap_box ul{
    list-style: disc;
}
.sitemap_box li{
    float: left;
    width: 25%;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    list-style: disc;
}
.sitemap_box li img{
    width: 10px;
    margin-top: -2px;
}
.sitemap_box li a:hover{
    text-decoration: underline;
}
.about_page h1{
    font-size: 28px;
    color: #000;
    padding: 40px 0px 30px 0px;
    font-style: italic;
    text-align: center;
}
.about_page p{
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 50px;
}
.about_page h5{
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: bold;
}
#challenge_come_not{
    display: none;
    font-size: 16px;
    padding-top: 15px;
}
.locationmaps {
	width: 100%;
    height: 450px;
    margin-top: 20px;
	margin-bottom: 20px;
	background: #ccc;
}
.unpass_user::before,.pass_user::before{
    font-family: "iconfont";
    font-style: normal;
    font-size: 36px;
    color:#535353;
    margin-left: 10px;
}
.pass_user::before{
    content:"\e612";
}
.unpass_user::before{
    content:"\e656";
}
.not_found{
    padding-bottom: 70px;
}
.nou_found_list{
    padding-bottom: 200px;
}
.nou_found_list .state_list li a{
    color:#161616;
}
.state_list li a:hover{
    text-decoration: underline;
}
.search_page {
    min-height: 200px;
    padding-bottom: 20px;
}
.search_page h1{
    font-size: 28px;
    color: #000;
    padding: 40px 0 30px;
    font-style: italic;
    text-align: center;
}
.btn_box a:hover, .btn_box button:hover,#result button#goNext:hover,#form_challenge button:hover,#gradeBtn:hover, #backTop:hover,.clears a:hover,.btn_list a:hover,.result_btn:hover{
    color: #fff;
    background: #84cbca;
    border-color: #84cbca;
}
.result_btn:hover #innerMistake{
    color:#fff;
}
.progress_box{
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.progress_box h3{
    font-size: 18px;
    padding: 10px 0px;
    text-align: center;
}
.progress_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width:300px;
    padding: 10px;
    padding-top: 0px;
    margin: 0 auto;
}
.progress_content>div{
    width:12%;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    margin: 3px 1.5%;
}
.progress_content>div.title_true,.result_progress_content>div.title_true{
    background: rgb( 91, 210, 182 );
    color:#fff;
}
.progress_content>div.title_false,.result_progress_content>div.title_false{
    background: rgb( 255, 93, 93 );
    color:#fff;
}
.tab-name h4 a.explore_color{
    color:#964da3;
}
span.explore_color{
    background: #964da3;
}
.download{
    width:115px;
    height:30px;
    margin-top: 6px;
    background: url(../Images/google-play.svg) no-repeat;
    background-size: 100% 100%;
    display: block !important;
}
.near{
    margin-right: 40px;
}
.ads_middle{
    width: 100%;
    padding: 0px 15px;
}
.ads-mobile{
    display: none;
}
#review .question_right{
    position: -webkit-sticky;
    position: sticky;
    top:20px;
}
button.icon_mobile_book::before{
    font-family: "iconfont";
    margin-right: 8px;
    content: "\e62f";
}
#nextOnePage{
    display: none;
}
.near_link{
    float: right;
    height: 64px;
    width: 50px;
    display: flex;
    align-items: center;
}
.dmv_near_me{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffffff;
}
.near_link_header{
    float: right;
    margin-right: 10px;
}
.near_link_header .dmv_near_me{
    width: 24px;
    height: 24px;
}
.right_link_one{
    display: flex;
    flex-wrap: wrap;
}
.right_link_one li{
    width: 50%;
}
.app_fixed{
    display: none;
}
.one_next_disable{
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
    background: #84cbca;
    color: #fff;
    border-radius: 5px;
}
.app_form_disable{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 10px 20px;
    background: #84cbca;
    color: #fff;
    border-radius: 5px;
}
@media screen and (max-width:1048px) {
    .content,#header_normal .index_header,#header_normal .index_header_normal{
        width:100%;
        padding: 0px 10px;
    }
    .index_state_list{
        width:90%;
        margin: 0 auto;
        padding-left:10px;
        padding-right: 10px;
    }
    .question_left,.main_left{
        width:69%;
    }
    .question_right,.main_right{
        width:29%;
    }
    .progress_content{
        width:100%;
    }
    .state_list li {
        width:25%;
    }
    .images_box{
        display: block;
        float: none;
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .answer_box{
        margin-left: 20px;
    }
    .progress_content>div{
        height: 30px;
        line-height: 30px;
    }
    
}
@media screen and (max-width: 880px){
    .progress_content>div{
        height: 34px;
        line-height: 34px;
    }
    .question_main{
        margin-bottom:0px;
    }
    .progress_content{
        width:300px;
    }
    .question_left,.question_right,.main_left,.main_right{
        width:100%;
    }
    .question_right,.main_right{
        margin-top: 20px;
    }
    .under-header span,.search-box,.lang-box{
        display: none;
    }
    .download{
        position: absolute;
        top:10px;
        right: 85px;
    }
    .index-title{
        margin-top: 30px;
    }
    .index_state_list {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .rating_content{
        width:300px;
        margin: 0 auto;
    }
    .sitemap_box li{
        width:33.3%;
    }
}
@media screen and (max-width: 770px){
    .location_page h1{
        margin-top: 15px;
    }
    .why-box{
        padding: 0px;
    }
    .why_left,.why_right,.link_li{
        width:100%;
    }
    .state_list li {
        width:33.3%;
        padding-left: 40px;
    }
    .test_more_li,.view_all_test{
        display: none;
    }
    .test_more_li:last-child{
        display: inline-block;
    }
    .about>a{
        display: none;
    }
    .test_btn_mobile{
        float: right;
        padding-left: 10px;
        height:64px;
        border-left: 1px solid #7dc9c2;
    }
    .test_btn_mobile::before{
        display: inherit;
        content:"\e61f";
        font-family: "iconfont";
        color:#fff;
        font-size: 32px;
        line-height: 59px;
    }
    /* .about{
        border-right: 1px solid #7dc9c2;
    } */
    #mobile_menu{
        display: block;
        position: fixed;
        left: 0px;
        top:0px;
        z-index: 30;
        width:100%;
        height:100%;
        background: #fff;
        transform: translateX(-100%);
        transition: .3s linear;
    }
    .mobile_menu_header{
        width:100%;
        background: #009688;
        height:56px;
        border-bottom:4px solid #84cbca;
        padding: 0 10px;
    }
    .lang_change{
        font-size: 18px;
        color:#fff;
        line-height: 56px;
    }
    #mobile_menu_close{
        float: right;
    }
    #mobile_menu_close::before{
        content:"\e604";
        font-family: "iconfont";
        font-style: normal;
        font-size: 30px;
        color: #fff;
        line-height: 51px;
    }
    #mobile_menu_back{
        display: none;
    }
    #mobile_menu_back::before{
        font-family: "iconfont";
        content:"\e764";
        font-style: normal;
        font-size: 30px;
        color: #fff;
        line-height: 51px;
    }
    .mobile_menu_title{
        width: 100%;
        padding-top: 18px;
        padding-bottom: 16px;
        text-align: center;
        /* border-bottom: 1px solid #ccc; */
        font-size: 16px;
        font-weight: bold;
    }
    #father_box{
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
        transition: .3s linear;
    }
    .father_top,.father_bottom{
        margin-left: 20px;
    }
    .father_top li div,.father_bottom li div{
        padding: 8px 0px;
        line-height: 24px;
        color:#666;
        border-bottom: 1px solid #ccc;
        margin-left: 20px;
    }
    .father_top li div::after,.father_bottom li div::after{
        font-family: "iconfont";
        content:">";
        color:#666;
        position: absolute;
        right: 25px;
    }
    .father_top li i,.father_bottom li i{
        float: left;
    }
    .father_top li i::before,.father_bottom li i::before,.icon_mobile_add::before{
        font-family: "iconfont";
        margin-right: 5px;
        font-style: normal;
        line-height: 41px;
        color:#666;
        font-size:17px;
    }
    .icon_mobile_car::before{
        content:"\e7f0";
    }
    .icon_mobile_motorcycle::before{
        content:"\e613";
    }
    .icon_mobile_cdl::before{
        content:"\e655";
    }
    .icon_mobile_book::before{
        content:"\e62f";
    }
    .icon_mobile_add::before{
        content:"\e70f";
    }
    .father_bottom .mobile_link i{
        float: left;
    }
    .father_bottom .mobile_link a{
        display: block;
        color:#666;
        width:100%;
        padding: 8px 0px;
        line-height: 24px;
        margin-left: 20px;
    }
    #son_box{
        position: fixed;
        transform: translateX(100%);
        top:106px;
        width:100%;
        bottom:0px;
        overflow-y: auto;
        visibility: hidden;
        border-top:1px solid #ccc;
        transition: .3s linear;
    }
    #son_box li{
        margin-left: 20px;
        padding: 8px 0px;
        line-height: 24px;
        color:#161616;
        border-bottom: 1px solid #ccc;
    }
    #son_box li a::before{
        font-family: "iconfont";
        content: "\e7b4";
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }
    #son_box li a{
        display: inline-block;
        color:#666;
    }
    .breadcrumb{
        display: none;
    }
    footer .logo,.download_f,.footer_link,.des_f{
        float: none;
    }
    .download_f{
        width:136px;
        height: 40px;
        margin: auto;
        margin-top: 10px;
    }
    .des_f{
        width:80%;
        margin: auto;
        margin-top: 12px;
    }
    footer .logo img{
        width:300px;
        margin-right: 0px;
    }
}
@media screen and (max-width: 728px){
    .ads_middle{
        padding: 0px;
        margin: 15px 0px;
    }
    .result_progress_content>div{
        width:8%;
        padding-top: 8%;
        margin: 1%;
    }
    .tit-line:nth-of-type(1){
        margin:10px 0px 27px;
    }
    .pass_score,.your_score{
        font-size: 22px;
    }
    .correct{
        font-size: 16px;
    }
    .ads{
        margin-top: 0px;
    }
    .nav_list:hover .nav_state_list,.nav_list:hover .triangleicon{
        display: none;
    }
    .result_box h1,.location_page h1{
        font-size:24px;
    }
    .list_ads{
        margin-bottom: 36px;
    }
    .tab_nav{
        top:-16px;
        padding: 0px;
        text-align: center;
    }
    .tab_nav_list{
        border:none;
        border-radius: 5px;
        display: inline-block;
        box-shadow: 0 0 8px rgba(0, 0, 0, .24), 0 8px 8px rgba(0, 0, 0, .12);
   }
    .tab_nav_li{
        width:auto;
        background: #fff;
        border-radius: 0px;
        border-right: 1px solid #ccc;
    }
    .tab_nav_li:first-child{
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .tab_nav_li:last-child{
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-right: none;
    }
    .tab_nav_li_cur,.tab_nav_li_cur span{
        color:#fff;
        background: #009688;
    }
    .tab_son{
        padding: 5px 0px 18px;
    }
    .move_line{
        display: none;
    }
    .tab_son_li{
        width:100%;
        position: relative;
        padding: 0px;
    }
    .box_number {
        position: absolute;
        left: 16px;
        top: 50%;
        display: block;
        color: #949494;
        font-size: 16px;
        font-weight: 400;
        margin-top: -8px;
    }
    .tab_son_div{
        padding-left: 50px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e5e5e5;
        border-radius: 0px;
    }
    .tab_son_div:hover{
        top:0px;
    }
    .more_li{
        width:50%;
    }
    .des_box p,.des_box_ads{
        display: none;
    }
    .des_box h1{
        padding: 10px 0px;
    }
    .sitemap_box li{
        width:50%;
    }
    .tit-line span,.tit-line span i::before,.clears a{
        font-size: 16px;
    }
    .tab-btn{
        font-size: 12px;
    }
    .clears{
        min-height: 700px;
    }
    .tab_nav_li{
        padding: 9px 15px;
    }
    .ads-mobile{
        display: block;
        margin-bottom: 20px;
    }
    .aside_ads{
        display: none;
    }
}
@media screen and (max-width: 580px){
    .tab_nav_li span{
        display: none;
    }
    .download{
        right: 60px;
    }
    .footer_title,.footer_list{
        display: none;
    }
    .es_page_num{
        display: block;
        margin-bottom: 25px;
    }
    #gradeBtn,#backTop{
        width: 100%;
        font-size: 20px;
        padding: 20px 20px;
        font-weight: bolder;
    }
    #result_bottom button,#result_bottom a{
        padding: 10px;
    }
    .map_choose_state h3, .search-part h3,.near_state h2,.search-part h3 span,.handbook_box h2{
        font-size: 18px;
        padding-bottom: 5px;
    }
    h3.detail_title{
        font-size: 18px;
    }
    .detail_map_box{
        flex-wrap: wrap;
    }
    .detail_map{
        height:380px;
        margin-top: 10px;
    }
    .more_li,.detail_map,.contact{
        width:100%;
    }
    .state_list li{
        padding-left: 0px;
    }
    .link_li a, .link_name, .link_li .link_title{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .link_li p{
        margin-bottom: 10px;
        font-size: 18px;
        text-align: left;
    }
    .link_name span{
        font-size: 24px;
    }
    .index_header{
        margin: auto 15px;
    }
    .the_test_desc{
        display: none;
    }
    .near_state_li{
        width:45%;
        margin: 10px 2.5%;
    }
    .near_state_ul li:nth-of-type(3n){
        margin-right: 2.5%;
    }
    .nav_state_list{
        width:290px;
    }
    .nav_state_li{
        width:50%;
    }
    .test_content>span,.test_content>span a{
        font-size: 14px;
        line-height: 18px;
    }
    .result_progress_content>div{
        width:13%;
        padding-top: 13%;
        margin: 1.8%;
    }
    .btn_list form,.btn_list a{
        width:100%;
        margin-bottom: 10px;
    }
    .btn_list form button{
        margin-bottom: 0px;
    }
    .progress_left,.progress{
        height: 21px;
    }
    .progress::after{
        height: 21px;
    }
    .progress_left i{
        display: inline-block;
        white-space: nowrap;
    }
    .progress>span{
        top:-20px;
    }
    .progress>span::before{
        top:20px;
        bottom:auto;
        height: 21px;
    }
    .progress>span i,.progress_left::after{
        display: none;
    }
    .progress>span span{
        position: absolute;
        left: -30px;
    }
    .result_progress{
        margin-bottom: 20px;
    }
    .btn_list{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .result_box{
        padding-top: 0px;
        margin-bottom: 20px;
    }
    .result_progress_content>div span{
        font-size: 18px;
    }
    #result button#goNext,#form_challenge button{
        font-size: 20px;
        padding: 14px 20px
    }
    #onePage .question_right,#onePage .test-infor,#onePage .test_content>span,#onePage #result_bottom,.one_bottom,.one_footer,#onePage #adTop{
        display: none;
    }
    #onePage .answer_box li,#onePage .question_title{
        margin-bottom: 0px;
    }
    #onePage .answer_box{
        margin-bottom: 10px;
    }
    #onePage .question_title{
        font-weight: normal;
        line-height: 20px;
    }
    .app_fixed{
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 88;
    }
    .app_progress{
        display: flex;
        justify-content: space-around;
        background-color: #fff;
    }
    .app_progress span{
        height: 5px;
        flex: 1;
    }
    .app_bar{
        background: #ebebeb;
        display: flex;
    }
    .app_bar_item{
        position: relative;
        width: 25%;
        text-align: center;
    }
    .app_bar_item_b{
        font-weight: 500;
        line-height: 30px;
    }
    .app_bar_item_t{
        padding-top: 8px;
    }
    .app_next{
        position: absolute;
        top:0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .app_next_go{
        background-color: #009688!important;
    }
    .app_next_go .app_bar_item_b,.app_next_go .icon-arrowright::after,.app_form_btn .app_bar_item_b,.app_form_btn .icon-arrowright::after{
        color: #fff!important;
    }
    .app_progress .title_true{
        background: rgb( 91, 210, 182 );
    }
    .app_progress .title_false{
        background: rgb( 255, 93, 93 );
    }
    #appNext{
        background-color: #ebebeb;
    }
    #appNext .app_bar_item_b,#appNext .icon-arrowright::after{
        color: #ccc;
    }
    .app_form,.app_form_disable,.app_form_restart{
        width: 100%;
        height: 100%;
    }
    .app_form_disable{
        display: block;
        padding: 0px;
        border-radius: 0px;
        background-color: transparent;
    }
    .app_form_btn{
        width: 100%;
        height: 100%;
        display: none;
        background: #009688;
    }
    .result_btn{
        width: 100%;
        height: 100%;
        background: transparent;
    }
    .one-page{
        margin-bottom: 63px;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        min-height: calc(100vh - 115px);
    }
    .one-page .question_main{
        display: flex;
        flex: 1;
    }
    .one-page .question_list{
        flex: 1;
    }
    .one-page .question_left{
        min-height: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
}
@media screen and (max-width: 480px){
    .nav_test_more{
        display: none;
    }
    .des_f{
        width: 100%;
    }
    .location_page h1{
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .office_word,.office_btn{
        float:none;
    }
    .office_word{
        width:88%;
    }
    .office_btn{
        margin: 10px 0px;
    }
    .office_btn a{
        display: inline-block;
    }
    .office_list_icon{
        width:12%;
    }
    .answer_label .dot::after{
        width:93%;
    }
    .more_title span{
        padding: 0px;
    }
    .more_title:before, .more_title:after{
        width:0px;
    }
    .more_ul{
        padding: 10px 0px;
    }
    .more_li{
        margin-bottom: 0px;
    }
    .state_list li{
        width:50%;
        padding-left: 10%;
    }
    .tab_nav_li{
        padding: 9px 10px;
    }
    .near_state_li{
        width:100%;
        margin: 0px;
        margin-bottom: 10px;
    }
    .near_state_ul li:first-child{
        margin-top: 10px;
    }
    .near_state_ul li:nth-of-type(3n){
        margin-right: 0%;
    }
    .test_content h1{
        font-size: 20px;
        margin: 8px 0 0 0;
    }
    .test_content>span{
        margin-bottom: 8px;
    }
    .test-infor{
        margin-bottom: 10px;
    }
    .stats span{
        line-height: 10px;
        font-size: 12px;
        vertical-align: middle;
    }
    .stats span::before{
        margin-right: 0px;
        font-size: 12px;
    }
    .stats{
        border-top: 2px solid;
        border-bottom: 2px solid;
    }
    .question_title{
        font-size: 16px;
    }
    .question_title>span{
        font-size: 16px;
    }
    .answer_label .detail_question{
        font-size: 14px;
    }
    .nav_list_normal{
        width:25px;
        height:25px;
    }
    .index_header_normal .triangleicon{
        left:3px;
    }
    .logo img{
        margin-right: 0px;
    }
    .index_header_normal .about,.index_header_normal .logo,.nav_test_more ul{
        line-height:54px;
    }
    .test_btn_mobile{
        height:54px;
    }
    .test_btn_mobile::before{
        line-height: 51px;
    }
    .index_header_normal .triangleicon{
        top:34px;
    }
    .index_header_normal .nav_state_list {
        top: 55px;
    }
    .test_content h1.challenge_title{
        margin-bottom: 8px;
    }
    .near_link{
        height: 54px;
        width: 35px;
    }
    .dmv_near_me{
        width: 25px;
        height: 25px;
    }
    .icon_near_header{
        width: 14px;
        height: 14px;
    }
}
@media screen and (max-width: 400px){
    .tab_nav_li{
        font-size: 14px;
    }
    .tab_nav_li span{
        display: none;
    }
    .nav_test_more{
        margin-right: 0px;
        border-right:none;
    }
    .nav_test_more{
        margin-right: 0px;
    }
    .state_list li{
        width:50%;
        padding-left: 4%;
    }
    .answer_label .dot::after{
        width:90%;
    }
    .result_progress_content>div span{
        font-size: 14px;
    }
    .nav_list{
        margin-right: 5px;
    }
    .test_btn_mobile{
        padding-left: 5px;
    }
    .test_add{
        margin:0 10px 0 0;
    }
    .page_num{
        font-size: 14px;
    }
    #result_bottom #goNext::after{
        margin-left: 3px;
    }
    #result_bottom .icon_back_to::before{
        margin-right: 3px;
    }
    /* #result_bottom button, #result_bottom a{
        padding: 10px 5px;
    } */
}
@media screen and (max-width: 360px){
    .nav_test_more{
        display: none;
    }
    .nav_list{
        margin-right: 10px;
    }
    .test_btn_mobile{
        padding-left: 10px;
    }
    .des_box h1{
        font-size: 26px;
    }
    #result_bottom>div.page_num{
        width: 21%;
    }
    #result_bottom>div {
        width: 39%;
    }
    .icon_back_to::before{
        margin-right: 5px;
    }
}
@media screen and (max-width: 356px){
    
}
@media screen and (max-width: 330px){
    .nav_state_list {
        width: 220px;
        text-align: center;
        padding: 10px;
    }
    .page_num {
        font-size: 12px;
    }
    .near_link{
        display: none;
    }
}