/* 美国 */

/* 顶尖名校案例赏析 */

.Counselor_H {
    margin: 50px auto 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.Counselor_H li {
    float: left;
    cursor: pointer;
    width: 160px;
    height: 75px;
    display: inline-block;
}

.school_layer{
    position: relative;
    display: none;
    vertical-align: middle;
    text-align: center;
    top: -75px;
    width: 160px;
    height: 75px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.Counselor_H li.current .school_layer{
    display: table-cell;
}

.school_name {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #e11937;
    background: -webkit-linear-gradient(left, #e11937, #ff8300);
    background: -moz-linear-gradient(left, #e11937, #ff8300);
    background: linear-gradient(left, #e11937, #ff8300);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.counselor_content {
    margin: 47px auto 0px auto;
    width: 683px;
    background-color: #fff;
    padding: 33px;
    position: relative;
}

.counselor_content_bg {
    background-color: #fff4e8;
}

.counselor_tow {
    width: 980px;
    padding: 0;
}

.counselor_tow .counselor_tow_left {
    display: inline-block;
    /* width: 477px; */
    height: 280px;
    vertical-align: top;
    width: 411px;
    padding: 33px;
    background-color: #fff4e8;
    margin-right: 20px;
}

.counselor_title2 {
    font-size: 22px;
    line-height: 36px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 40px;
}

.counselor_box2 {
    width: 100%;
    margin: 0 auto;
}

.counselor_box_left2 {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
}

.counselor_box_right2 {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
}

.counselor_box_left2 img {
    width: 130px;
}

.counselor_box_right2 p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    text-align: left;
}

.counselor_tow .counselor_tow_right {
    display: inline-block;
    padding: 33px;
    vertical-align: top;
    width: 411px;
    /* width: 478px; */
    background-color: #fff4e8;
    height: 280px;
}

.counselor_content::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -12px;
    left: -12px;
    width: 276px;
    height: 235px;
    background-image: linear-gradient(90deg, #e11937 10%, #ff8300 100%), linear-gradient( #000000, #000000);
    background-blend-mode: normal, normal;
}

.counselor_content::after {
    z-index: -1;
    content: '';
    position: absolute;
    bottom: -12px;
    right: -12px;
    width: 276px;
    height: 235px;
    background-image: linear-gradient(90deg, #e11937 10%, #ff8300 100%), linear-gradient( #000000, #000000);
    background-blend-mode: normal, normal;
}

.counselor_content .counselor_title {
    font-size: 22px;
    line-height: 36px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 40px;
}

.counselor_content .counselor_box {
    width: 480px;
    margin: 0 auto;
}

.counselor_content .counselor_box_left {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
}

.counselor_content .counselor_box_left img {
    width: 150px;
}

.counselor_content .counselor_box_right {
    display: inline-block;
    width: 250px;
    vertical-align: middle;
    margin-left: 60px;
}

.counselor_content .counselor_box_right p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    text-align: left;
}

/* table */

.table-wrap {
    width: 1000px;
    outline: none;
    /* position: relative; */
    font-size: 14px;
    border: 1px #dcdddd solid;
    text-align: center;
    margin: 50px 0 40px 0;
}

.table-head {
    background-color: #f1511a;
    border-bottom: 1px #dcdddd solid;
    color: #fff;
    font-size: 14px;
}

.table-head-wrap {
    width: 100%;
    /* position: relative; */
    overflow: hidden;
}

.grid {
    margin: 0px;
    table-layout: fixed;
    width: 100%;
    max-width: none;
    border-spacing: 0px;
    empty-cells: show;
    border-width: 0px;
    outline: 0px none;
    border-collapse: collapse;
}

.grid tr th {
    padding: 17px 0;
    vertical-align: bottom;
    overflow: hidden;
    border-left: 1px #dcdddd solid;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.grid tr th:first-child {
    border-left-width: 0;
}

.grid tr td {
    color: #666;
    border-left: 1px #dcdddd solid;
    border-bottom: 1px #dcdddd solid;
    padding: 0.7em 0.5em;
    overflow: hidden;
    line-height: 1.6em;
    vertical-align: middle;
    text-overflow: ellipsis;
    background-color: #fff;
}

.grid tr td:first-child {
    border-left-width: 0px;
}

.grid .last_td {
    text-align: left;
    padding: .7em 20px;
}

.grid tr:last-child td {
    border-bottom: none;
}

.grid .color_red {
    background-color: #fff3e7;
}

.tab-link {
    display: block;
    text-align: center;
    min-height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-content {
    height: 742px;
    white-space: normal;
    /* position: relative; */
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 0;
}

.title_h1 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.title_h2 {
    font-size: 36px;
    color: #333;
    margin-top: 15px;
}

.apply_text {
    font-size: 14px;
    line-height: 20px;
    color: #ef4a1e;
}

.apply_text:hover {
    text-decoration: underline;
}

.decorate {
    position: absolute;
}

.decorate:nth-child(1) {
    width: 64px;
    top: 1141px;
    left: -178px;
}

.decorate:nth-child(2) {
    width: 86px;
    top: 2010px;
    right: -123px;
}

.decorate3 {
    position: absolute;
    width: 64px;
    top: 1450px;
    right: -113px;
}

.us_offer .country {
    position: relative;
    margin: 0px auto 30px auto;
    font-size: 40px;
    font-weight: 600;
    color: #e11937;
    background: -webkit-linear-gradient(left, #e11937, #ff8300);
    background: -moz-linear-gradient(left, #e11937, #ff8300);
    background: linear-gradient(left, #e11937, #ff8300);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.us_offer .country::before {
    /* position: absolute;
    left: 37%;
    top: 50%;
    content: '';
    width: 58px;
    height: 1px;
    background-image: linear-gradient(90deg, #ef4a1e 0%, #ef4a1e 100%), linear-gradient(#333333, #333333);
    background-blend-mode: normal, normal; */
    content: '';
    position: absolute;
    width: 58px;
    height: 1px;
    top: 25px;
    left: 384px;
    background: url(../img/title_bg_l.png) no-repeat;
    background-size: 58px 1px;
}

.us_offer .country::after {
    /* position: absolute;
    right: 37%;
    top: 50%;
    content: '';
    width: 58px;
    height: 1px;
    background-image: linear-gradient(90deg, #ef4a1e 0%, #ef4a1e 100%), linear-gradient(#333333, #333333);
    background-blend-mode: normal, normal; */
    content: '';
    position: absolute;
    width: 58px;
    height: 1px;
    top: 25px;
    right: 384px;
    background: url(../img/title_bg_r.png) no-repeat;
    background-size: 58px 1px;
}

.cont_aus .country::before{
    left: 345px;
}

.cont_aus .country::after{
    right: 345px;
}

.offer_btn_list {
    width: 100%;
    text-align: center;
}

.offer_btn_list .simple_btn {
    width: 306px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    border: solid 1px #ef4a1e;
    font-size: 18px;
    color: #ef4a1e;
    display: inline-block;
}

.offer_btn_list .simple_btn:first-child {
    margin-right: 60px;
}

.title_top {
    margin-top: 0px;
}

.offer_btn_list .simple_btn:hover {
    background: #ef4a1e;
    color: #fff;
}

.qualifications_name {
    margin: 50px 0;
}

.qualifications_name li {
    display: inline-block;
    cursor: pointer;
    width: 297px;
    height: 76px;
    line-height: 76px;
    /* background-color: #fff; */
    border: solid 2px #000000;
    font-size: 24px;
    color: #333333;
    margin-right: 42px;
}

.qualifications_name li:last-child {
    margin-right: 0;
}

.qualifications_name li.active {
    color: #ffffff;
    background-color: #333333;
}

.qualifications_details .qualifications_content {
    display: none;
}

.qualifications_details .qualifications_content.active {
    display: block;
}

.qualifications_box {
    display: flex;
    margin-bottom: 15px;
}

.qualifications_box:last-child {
    margin-bottom: 50px;
}

.qualifications_box .q_box_left img {
    width: 136px;
    vertical-align: top;
}

.qualifications_box .q_box_right {
    flex: 1;
    vertical-align: top;
    text-align: left;
}

.qualifications_box .q_box_right p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin: auto 30px;
}

.q_box_right p:first-child {
    margin-top: 15px;
}

.b_color {
    color: #333333;
    font-weight: bold;
}

.q_btn__color {
    color: #ef4a1e;
}

.qualifications_box .q_box_right .q_title {
    font-size: 22px;
    color: #333333 !important;
    font-weight: bold;
    margin-bottom: 15px;
}

/* 顶尖名校案例赏析 */

/* Offer墙 */

.offer_us_bg {
    background: url(../img/offer_us_bg.jpg) no-repeat center top;
    background-size: cover;
}

.offer_us_bg .title_h1 {
    padding-top: 0px;
}

.offer_us_bg .title_h2 {
    margin-bottom: 40px;
}

.offer_us_bg .title_h1, .offer_us_bg .title_h2 {
    color: #fff !important;
}

.wall {
    padding: 74px 0;
}

.imgs_box {
    display: flex;
    padding-bottom: 18px;
    flex-direction: row;
    justify-content: space-between;
}

.imgs_box img {
    width: 150px;
    height: 200px;
    cursor: pointer;
    display: inline-block;
}

.offer_us_discr {
    background-color: #ffffff;
    border-radius: 60px;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    margin-top: 32px;
}

.offer_us_discr p {
    color: #ff8300;
    background: -webkit-linear-gradient(left, #ff8300, #e11937);
    background: -moz-linear-gradient(left, #ff8300, #e11937);
    background: linear-gradient(left, #ff8300, #e11937);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 20px 38px 30px 38px;
}

.pad_b {
    padding-bottom: 50px;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    z-index: 1000;
    transition: all 1s;
    display: none;
}

.mask>img {
    position: fixed;
    right: 10px;
    width: 60px;
}

.bigimg {
    width: 600px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
    border: 10px solid #fff;
    width: 546px !important;
    height: 718px !important;
}

/* Offer墙 */

/* 申请指南 */

.offert_top_bg {
    /* width: 100%; */
    height: 350px;
    background: url(../img/offer_us_top_bg1.png) no-repeat center center;
    background-size: cover;
    position: relative;
    top: -1px;
}

.offert_top_div {
    position: relative;
}

.offert_top_bg .biandan_bg {
    width: 100%;
    height: 369px;
}

.offert_top_bg .title_h1 {
    padding-top: 97px;
    margin-bottom: 28px;
    width: 490px;
    color: #fff;
    text-align: left;
}

.offert_top_bg .title_h3 {
    margin-top: 26px;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

.biaodan_left {
    position: absolute;
    top: 0px;
    text-align: left;
}

/* 表单 */

.biaodan {
    position: absolute;
    top: 30px;
    right: -3px;
    padding: 20px 0;
    width: 440px;
    background: url(../img/offer_form_bg.png) no-repeat center top;
    background-size: cover;
    /* background-color: #ee6c1f; */
}

.biaodan .registerform {
    margin: 0 auto;
    width: 325px;
}

/* .registerform {
	width: 622px;
	margin: 0 auto;
	margin-top: 30px;
} */

.lead {
    width: 510px;
    color: #333;
}

.lead p {
    color: #666;
    line-height: 35px;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
}

.lead p:before {
    content: '';
    position: absolute;
    width: 34px;
    height: 10px;
    top: 50px;
    /* background: url(../img/ic_dy.png) no-repeat center center; */
    background-size: initial;
}

.lead b {
    color: #333333;
    text-align: left;
    display: block;
    font-size: 36px;
    margin-bottom: 30px;
}

.biaodan h2 {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.biaodan form div {
    margin-bottom: 10px;
}

.biaodan form div.noMR {
    margin-right: 0;
}

.biaodan form input, .biaodan form select {
    height: 38px;
    font-family: "微软雅黑";
    width: 264px;
    color: #aab2bd;
}

.biaodan form input {
    padding-left: 5px;
    width: 256px;
    position: relative;
    top: 1px;
}

.mobile, .name, .GPA, .language, .Nstep {
    width: 265px;
    padding: 1px 0;
    margin: 0 auto;
    padding-left: 42px;
    margin-bottom: 10px;
    height: 40px;
}

.biaodan form div.mobile {
    background: url(../img/offer_b_phone.png) no-repeat center;
}

.biaodan form div.name {
    background: url(../img/offer_b_name.png) no-repeat center;
}

.biaodan form div.GPA {
    background: url(../img/offer_b_gpa.png) no-repeat center;
}

.biaodan form div.language {
    background: url(../img/offer_b_lang.png) no-repeat center;
}

#submit {
    display: block;
    width: 300px;
    height: 50px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 auto;
    background-color: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0;
    border: solid 1px #ffffff;
}

/* 申请指南 */

/* 干货 */

.content_padding {
    padding: 0px 0;
}

.thing_boxs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}

.thing_margin {
    margin: 30px auto 136px auto;
}

.thing_boxs img {
    display: inline-block;
    width: 240px;
}

/* 干货 */

/* 梦工厂 */

.factory_text {
    width: 966px;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    text-align: left;
    margin: 50px auto;
}

.factory_boxs {
    display: flex;
    width: 100%;
}

.factory_simple {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.factory_simple:first-child {
    margin-bottom: 12px;
}

.factory_boxs .factory_boxs_left {
    flex: 1;
}

.factory_boxs .factory_boxs_right {
    width: 335px;
}

.simple_box {
    width: 324px;
    height: 180px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(210, 210, 210, 0.35);
    border-radius: 4px;
}

.simple_box img {
    width: 80px;
    display: block;
    margin: 20px auto;
}

.simple_box p {
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    font-weight: bold;
}

.factory_boxs_right>.simple_box {
    width: 100%;
    height: 100%;
    margin: -20px 0px 0px 15px;
}

.factory_boxs_right>.simple_box img {
    width: 116px !important;
    padding: 66px 0 30px 0;
    margin-bottom: 0;
}

.factory_b {
    margin-bottom: 50px;
}

.cont_aus .counselor_HCon {
    margin-bottom: 80px;
}

.cont_aus .Counselor_H li{
    width: 120px;
    height: 120px;
}

.cont_aus .school_layer{
    top: -120px;
    width: 120px;
    height: 120px;
}

.cont_aus .school_name {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #e11937;
    background: -webkit-linear-gradient(left, #e11937, #ff8300);
    background: -moz-linear-gradient(left, #e11937, #ff8300);
    background: linear-gradient(left, #e11937, #ff8300);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cont_aus .offer_us_bg {
    background: url(../img/offer_az_bg.jpg) no-repeat center top;
    background-size: cover;
}

.cont_aus .offert_top_bg {
    padding: 0;
    height: 350px !important;
    background: url(../img/offer_az_top_bg.png) no-repeat center center;
    background-size: cover;
    position: relative;
}