html, body {
    background: #f5f5f5;
}

i, em, cite {
    font-style: normal;
}

.main {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.wrapper {
    display: flex;
}

.mbxdd {
    font-size: 14px;
    color: #666666;
    margin-bottom: 1.04rem;
    margin-top: 1.04rem;
}

.columns {
    display: flex;
    align-items: center;
}

.columns a {
    font-size: 14px;
    color: #666666;
}

.columns a:hover {
    color: #666666;
}

.columns span {
    /*color: #666666;*/
    color: #666666;
}

.columns i {
    margin: 0 5px;
    color: #666666;
}

.columns .columns_btn {
    display: flex;
    align-items: center;
    color: #1F3D4D;
    height: 24px;
    padding: 0 8px;
    background: #edf8fe;
    border: 1px solid #c4d9e3;
}

.columns .columns_btn .icon_close {
    cursor: pointer;
}

.stnrqy {
    margin-right: 1rem;
    width: 44rem;
}

.left_top {
    background: #ffffff;
    padding: 1.5rem 1.856rem 0.8rem;
}

.srqy {
    display: flex;
    height: 4rem;
    width: 92%;
    margin: 0 auto;
    padding: 10px 0;
}

.srqycont {
    flex: 1;
    display: flex;
    align-items: center;
    border: solid 1px #aaa;
    border-radius: .3rem 0 0 .3rem;
    padding: 0 .8rem;
}

.srqycont input {
    width: 100%;
    font-size: 16px;
}

.srqycont img {
    width: 1.05rem;
    height: 1.05rem;
    margin-right: .8rem;
}

.input_btn {
    width: 6.25rem;
    height: 100%;
    background-color: #298db5;
    border-radius: 0 .2rem .2rem 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search_tip {
    margin-top: 0.8rem;
    font-size: 12px;
    color: #666666;
}

.search_tip a {
    color: #298db5;
}

.list {
    margin-top: 0.5rem;
    background: #FFF;
}

.margin0 {
    margin-top: 0;
}

.item {
    padding: 0.5rem 1.2rem;
    background: #ffffff;
    border-bottom: solid 1px #f0f0f0;
}

.item_title {
    font-size: 16px;
    color: #454545;
    margin-bottom: 0.6rem;
    line-height: 30px;
}

.item_title img{
    max-width: 100%;
}

.item_title p {
    overflow: hidden;
}

.item_title a {
    color: #454545;
}

.item_title em {
    color: red;
}

.item_title span {
    color: #298db5;
}

.item_txt {
    font-size: 13px;
    color: #999999;
    margin-bottom: 1.04rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;;
}

.item_bottom {
    font-size: 13px;
    color: #999999;
    display: flex;
}

.item_bottom .item_time {
    margin-top: 2px;
}

.item_bottom a {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 50px \9;
    font-size: 14px;
    color: #999;
    line-height: 28px;
    max-height: 50px;
}

.item_bottom em {
    color: #298db5;
}

.item_name {
    color: #666666;
    margin-right: 1.56rem;
}

.item_btn {
    width: 6rem;
    color: #ffffff;
    padding: .4rem 0;
    background-color: #298db5;
    border-radius: .417rem;
    text-align: center;
    cursor: pointer;
}

.item_btn a {
    color: #FFF;
}

.item_name a {
    color: #666666;
}

.left_bottom {
    padding: 2.9rem;
    display: flex;
    justify-content: center;
    background: #ffffff;
}

.back, .next {
    border-radius: .2rem;
    border: solid 1px #dddddd;
    font-size: 13px;
    color: #454545;
    padding: .73rem .52rem;
}

.back {
    margin-right: .4rem;
    color: #999999;
}

.number {
    padding: .73rem .9rem;
    border: solid 1px #dddddd;
    border-radius: .2rem;
    margin-right: .4rem;
}

.num_now {
    background-color: #298db5;
    color: #ffffff;
}

.classify_wrapper {
    background: #ffffff;
}

.classify_title {
    padding: 1.094rem 1.563rem;
    background-color: #fff9f6;
    font-size: 18px;
    color: #333333;
}

.classify_title h1 {
    font-size: 1rem;
}

.classify_title a {
    color: #333333;
}

.classify_title span {
    font-size: 14px;
    color: #666666;
}

.classify_bottom {
    padding: 0 1rem;
}

.classify_line {
    display: flex;
    padding: 1rem 0;
    font-size: 13px;
    color: #333333;
    border-bottom: dashed 1px #eeeeee;
}

.classify_line a {
    color: #333333;
    font-size: 0.8rem;
}

.classify_line:nth-last-child(1) {
    border: none;
}

.line_title {
    margin-right: 1.51rem;
    color: #999999;
}

.item_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.line_item {
    width: 16.66%;
    text-align: center;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
}

.curr_href a {
    color: #298db5;
    font-weight: bold;
    font-size: 17px;
}

.line_item:nth-last-child(1) {
    margin-right: 0;
}

.line_item_first {
    border-radius: .1rem;
    border: solid 1px #ff3936;
    color: #ff3936;
}

.course_center {
    justify-content: space-between;
}

.center_left {
    display: flex;
    flex: 1;
}

.sq {
    display: flex;
    /*align-items: center;*/
}

.sq img {
    margin: .35rem 0 0 .2rem;
    width: .9rem;
    height: .6rem;
}

.list_title {
    padding: .83rem 1.56rem;
    background-color: #fbfbfb;
    display: flex;
    font-size: 13px;
    color: #333333;
}

.lt_title {
    color: #999999;
    margin-right: 1.51rem;
}

.lt_item {
    margin-right: 2rem;
}

.lt_item_first {
    color: #ff3936;
}

.stnrqy_item {
    background: #ffffff;
    padding: 0 1.1rem 1.208rem;
}

.stnrqy_head {
    padding: .78rem 0;
    color: #333333;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #e5e5e5;
    font-size: 18px;
    font-weight: bold;
}

.stnrqy_head img {
    margin-right: .4rem;
    width: 1.163rem;
    height: 1.163rem;
}

.stnrqy_H1 h1 {
    font-size: 17px;
    color: #333333;
    margin: 20px 0;
    line-height: 2;
    font-weight: 500;
}

.stnrqy_H1 img{
    max-width: 100%;
}

.qr_txt {
    font-size: 16px;
    color: #454545;
    line-height: 2;
}

.ques_other {
    font-size: 15px;
    color: #888888;
    padding: 0px 20px;
    margin-top: 1rem;
}

.ques_other a {
    padding: 0 18px;
    color:#4c76e2;
}

.time_area {
    float: right;
}

.qr_btn {
    width: 9.375rem;
    color: #ffffff;
    padding: .885rem 0;
    background-color: #298db5;
    border-radius: .417rem;
    margin: 1.458rem 0 2.083rem 0;
    text-align: center;
}

.stnrqy_dacx {
    color: #ffffff;
    padding: .75rem 0;
    background-color: #298db5;
    border-radius: .45rem;
    text-align: center;
    cursor: pointer;
    font-size: 0.8rem;
    width: 300px;
    margin: 35px auto;
}

.stnrqy_cont {
    font-size: 15px;
    color: #888888;
    padding: 0 1.042rem;
    background-color: #fafafa;
    line-height: 40px;
    height: 40px;
}

.stnrqy_cont .stnrqy_cont_zc {
    float: left;
}

.stnrqy_cont .stnrqy_cont_zc a {
    color: #888888;
}

.stnrqy_cont .stnrqy_cont_yc {
    float: right;
    cursor: pointer;
    color: #4C76E2;
}

.stnrqy_dacont {
    display: none;
    margin: 45px 0px 45px;
    font-size: 17px;
    line-height: 35px;
    border: 1px dashed #aaa;
    border-radius: 8px;
    padding: 10px;
}

.stnrqy_dacont img {
    max-width: 100%;
}

.xgtttit {
    font-size: 18px;
    color: #333333;
    padding: 1.042rem 1.563rem;
    background: #ffffff;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #e5e5e5;;
}

.xgtttit h2 {
    font-size: 18px;
}

.xgtttit img {
    width: 1.458rem;
    height: 1.45rem;
    margin-right: .4rem;
}

.flbk_main {
    padding: 0 1.563rem;
    background: #ffffff;
}

.flbk_main:last-child .st_item {
    border-bottom: none;
}

.st_item {
    border-bottom: dashed 1px #e5e5e5;
    padding: 1rem 0;
}

.st_item img,.st_title img{
    max-width: 100%;
}

.st_title {
    font-size: 16px;
    line-height: 1.5rem;
    color: #333333;
    margin-bottom: 0.3rem;
}

.option {
    font-size: 14px;
    line-height: 1.875rem;
    color: #666666;
}

.st_btn {
    font-size: 15px;
    color: #298db5;
    width: 6rem;
    border-radius: .208rem;
    border: solid 1px #298db5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.3rem;
    padding: .6rem 0.6rem;
}

.st_btn a {
    color: #298db5;
}

.re_other_wrapper {
    margin-top: 1.04rem;
    background: #ffffff;
    padding: 0 1.042rem;
}

.row_title {
    font-size: 20px;
    color: #333333;
    padding: 1.042rem 1.563rem;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #e5e5e5;
}

.row_img_wrapper {
    display: flex;
    flex-direction: column;
    padding: 1.042rem 0;
}

.row_img_wrapper img {
    width: 13.542rem;
    height: 7.604rem;
    margin-bottom: .677rem;
}

.look_wrapper {
    margin: 1.458rem 0 2.083rem 0;
}

.an_main {
    padding: .677rem 1.25rem 1.667rem;
    background: #FFFAF4;
    border-radius: .15rem;
    border: solid 1px #ffbbbb;
    margin-top: .45rem;
}

.an_main_title {
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}

.an_answer {
    font-size: 16px;
    color: #454545;
}

.an_answer span {
    color: #ff3936;
}

.an_txt {
    font-size: 14px;
    color: #666666;
    line-height: 2;
}

.an_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 2rem;
}

.bottom_left {
    display: flex;
    align-items: center;
}

.bottom_left img {
    width: 2.2rem;
    height: 2.2rem;
}

.btm_one {
    display: flex;
    margin-bottom: .3rem;
    margin-left: .313rem;
}

.btm_two {
    font-size: 12px;
    color: #999999;
    margin-left: .313rem;
}

.btm_name {
    font-size: 14px;
    color: #333333;
    margin-right: .25rem;
}

.one_txt {
    color: #999999;
    font-size: 14px;
}

.bottom_right {
    font-size: 14px;
    display: flex;
}

.right_one {
    color: #ff3936;
    margin-right: .35rem;
}

.right_two {
    color: #333333;
}

.right_two span {
    color: #3d84ff;
}

.show_tt {
    display: none;
}

.look_wrapper {
    display: block;
}

.answer_show_tt {
    display: block !important;
}

/*=================================  弹窗 ===============================*/
/*选择考试意向弹框*/
.intention_dialog {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 51.563rem;
    padding: 1.302rem .781rem 1.823rem 2.344rem;
    background: #FFFFFF;
    border-radius: .26rem;
    overflow: hidden;
    z-index: 999;
}

.intention_dialog .inten_close {
    position: absolute;
    right: 1.042rem;
    top: 1.042rem;
    cursor: pointer;
}

.intention_dialog .intention_title {
    display: flex;
    align-items: center;
    padding-bottom: 1.302rem;
}

.intention_dialog .intention_title .title {
    font-size: 18px;
    color: #333333;
    letter-spacing: 1px;
}

.intention_dialog .intention_title .notes {
    font-size: 14px;
    color: #666666;
    margin-left: 1.823rem;
}

.intention_dialog .intention_scroll {
    height: 20.833rem;
    overflow-y: auto;
}

.intention_dialog .intention_scroll .intOne {
    position: relative;
    font-size: 16px;
    color: #666666;
    padding: 5px 0 10px 20px;
}

.intention_dialog .intention_scroll .intOne:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12.5px;
    width: 8px;
    height: 8px;
    background: #298db5;
    border-radius: 100%;
}

.intention_dialog .intention_scroll .int_two {
    padding-left: 20px;
    display: flex;
}

.intention_dialog .intention_scroll .int_two .two_label {
    /*width: 3.906rem;*/
    text-align: left;
    color: #666666;
}

.intention_dialog .intention_scroll .int_two .int_three {
    display: flex;
    flex-wrap: wrap;
    width: 43.75rem;
    flex: 1;
}

ul {
    margin: 0;
    /*padding: 0;*/
}

.intention_dialog .intention_scroll .int_two .int_three .three_li {
    padding: 0 10px;
    margin-bottom: 15px;
    margin-right: 15px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #777777;
    border: 1px solid #C9CACE;
    border-radius: 30px;
    cursor: pointer;
}

.intention_dialog .intention_scroll .int_two .int_three .inten_this {
    height: 32px;
    background: #298db5;
    color: #FFFFFF;
    font-size: 14px;
    border: 0;
    /*padding: 0 11px !important;*/
}

.intention_dialog .inten_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 157px;
    border: 1px solid #C9CACE;
    border-radius: 40px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 16px;
    color: #666666;
    letter-spacing: 1px;
    cursor: pointer;
}

.intention_dialog .inten_sel {
    width: 159px;
    height: 42px;
    background: #298db5;
    border: 0;
    color: #FFFFFF;
}

.hide {
    display: none;
}

.mkbg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    overflow: auto;
    z-index: 100;
}

.exam_title h1 {
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
}

.stnrqy_item .sub_nav .s_mess2_m {
}

.stnrqy_item .sub_nav .s_mess2_m p {
    color: #333;
    font-size: 15px;
    line-height: 32px;
}

.pay_recommend {
    display: none;
}

.show {
    display: block;
}

.item i.search_exp {
    color: #f51515;
    font-style: normal;
}

.top_columns_r {
    width: auto;
    margin-right: 3px;
}

