@charset "utf-8";
/*
    global
*/

body {
    color: #999;
    background-color: #fff;
    min-width: 1172px;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

.a_000 {
    color: #000;
}

.a_333 {
    color: #333;
}

.a_666 {
    color: #666;
}

.a_999 {
    color: #999;
}

.a_725 {
    color: #725ab6;
}

.a_808080 {
    color: #808080;
}

.a_ff5 {
    color: #ff5d5a;
}

/* a:hover{color:#D5286E;} */
.font_14 {
    font-size: 14px;
}

.font_16 {
    font-size: 16px;
}

.font_18 {
    font-size: 18px;
}

.font_20 {
    font-size: 20px;
}

.font_22 {
    font-size: 22px;
}

.font_24 {
    font-size: 24px;
}

.font_26 {
    font-size: 26px;
}

.font_30 {
    font-size: 30px;
}

.layoutAuto {
    width: 100%;
    margin: 0px auto;
}

.layout1172 {
    width: 1172px;
    margin: 0px auto;
}

.layout1220 {
    width: 1220px;
    margin: 0px auto;
}

.border_bottom {
    border-bottom: 1px solid #d8d8d8;
}

.no_border {
    border: none;
}

.radius {
    border-radius: 100%;
}

.hafe_radius {
    border-radius: 6px;
}

.bg_fff {
    background-color: #fff;
}

.bg_f7f7f7 {
    background-color: #f7f7f7;
}

.title {
    height: 75px;
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/line_icon2.png) left 20px repeat-x;
}

.m0 {
    margin: 0px;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.m25 {
    margin: 25px;
}

.m30 {
    margin: 30px;
}

.m35 {
    margin: 35px;
}

.m40 {
    margin: 40px;
}

.m45 {
    margin: 45px;
}

.m50 {
    margin: 50px;
}

.mt0 {
    margin-top: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.ml0 {
    margin-left: 0px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.ml45 {
    margin-left: 45px;
}

.ml50 {
    margin-left: 50px;
}

.mr0 {
    margin-right: 0px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mr45 {
    margin-right: 45px;
}

.mr50 {
    margin-right: 50px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

/*内边距*/
.p0 {
    padding: 0px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px;
}

.p30 {
    padding: 30px;
}

.p35 {
    padding: 35px;
}

.p40 {
    padding: 40px;
}

.p45 {
    padding: 45px;
}

.p50 {
    padding: 50px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pl0 {
    padding-left: 0px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 40px;
}

.pl45 {
    padding-left: 45px;
}

.pl50 {
    padding-left: 50px;
}

.pr0 {
    padding-right: 0px;
}

.pr5 {
    padding-right: 5px;
}

.pr8 {
    padding-right: 8px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr35 {
    padding-right: 35px;
}

.pr40 {
    padding-right: 40px;
}

.pr45 {
    padding-right: 45px;
}

.pr50 {
    padding-right: 50px;
}

.pb0 {
    padding-bottom: 0px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb8 {
    padding-bottom: 8px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb45 {
    padding-bottom: 45px;
}

.pb50 {
    padding-bottom: 50px;
}

/*导航*/
.nav_box {
    height: 144px;
}

.logo {
    background: url(../../2017/img/logo_2017.png) no-repeat;
    width: 250px;
    height: 60px;
    text-indent: -999px;
    overflow: hidden;
}

.nav_list {
    padding-top: 75px;
}

.nav_list li {
    float: left;
    padding: 0 12px;
    z-index: 999;
    position: relative;
}

.nav_list li a {
    padding: 0 6px 6px 6px;
    display: block;
}

.nav_list li.cur a.a_000 {
    border-bottom: 4px solid #725ab6;
    color: #000;
}

.nav_list li.curds a.a_000 {
    border-bottom: 4px solid #725ab6;
    color: #725ab6;
}

.nav_list li dl {
    left: 50%;
    white-space: nowrap;
    display: none;
}

.nav_list li dl dd {
    display: inline-block;
}

.nav_list li dl dd a {
    padding: 0 6px;
}

.nav_list li dl dd a:hover {
    color: #000;
}

.nav_list li dl dd.dd_cur a {
    color: #000;
}

.nav_list li.cur dl {
    display: block;
}

.nav_list li.cur dl.none {
    display: none;
}

.search {
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/search_icon.png) right center no-repeat;
    float: left;
    width: 30px;
    text-indent: -999px;
}

.city_box {
    top: 40px;
    right: 0;
}

.search_input {
    border: 0;
    border-bottom: 3px solid #000;
    height: 32px;
    width: 250px;
    padding: 0 5px;
}

.nav_tag {
    height: 22px;
    line-height: 22px;
}

.nav_tag i {
    font-size: 6px;
    color: #ccc;
}

.nav_phone {
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/phone_icon.png) left no-repeat;
    font-weight: bold;
}

/*导航*/
/*播放*/
.play_icon i.icon_xl {
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 132px;
    height: 132px;
    left: 50%;
    top: 50%;
    margin-left: -66px;
    margin-top: -66px;
    display: block;
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/play_icon_xl.png) no-repeat;
}

.play_icon i.icon_lg {
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 98px;
    height: 98px;
    left: 50%;
    top: 50%;
    margin-left: -49px;
    margin-top: -49px;
    display: block;
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/play_icon_lg.png) no-repeat;
}

.play_icon i.icon_sm {
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 28px;
    height: 28px;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -14px;
    display: block;
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/play_icon_sm.png) no-repeat;
}

.play_icon .icon_xs {
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 98px;
    height: 98px;
    left: 50%;
    top: 50%;
    margin-left: -49px;
    margin-top: -49px;
    display: block;
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/play_icon_lg.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}

.play_icon:hover i {
    opacity: 1;
    filter: alpha(opacity=100);
}

#j_jump_bg {
    background-color: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
    filter: alpha(opacity=60);
    opacity: 0.6;
    width: 100%;
    height: 100%;
    display: block;
}

#j_jump_box {
    width: 640px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -320px;
    margin-top: -280px;
    background-color: #fff;
    z-index: 9999;
    border-radius: 6px;
}

#j_jump_box h3 {
    color: #333;
    font-size: 24px;
}

#j_jump_box2 {
    width: 777px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -320px;
    margin-top: -280px;
    background-color: #fff;
    z-index: 9999;
    border-radius: 6px;
}

#j_jump_box2 h3 {
    color: #333;
    font-size: 24px;
}

.j_jump_close {
    opacity: 0.6;
    filter: alpha(opacity=60);
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/new_close_icon.png) no-repeat;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
    overflow: hidden;
    text-indent: -999px;
}

.j_jump_close:hover,
.j_jump_close2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.black {
    width: 90%;
    display: block;
    padding: 8px 5%;
    background: url(https://imgs.sfkedu.com/static/web/img/black.png) repeat;
    color: #fff;
    left: 0;
    bottom: 0;
}

.black2 {
    padding: 13px 8%;
}

.btn_lable {
    border: 1px solid #d7d6d8;
    display: inline-block;
}

.btn_lable:hover {
    border: 1px solid #725ab6;
}

.btn_lable2 {
    background: #D5286E;
    display: inline-block;
    color: #fff;
}

.btn_lable2:hover {
    background: #cc5449;
    color: #fff;
}

.hover_img:hover {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}

.video_tab {
    right: 0;
    top: 0;
    width: 493px;
}

.video_tab li {
    cursor: pointer;
    width: 108px;
    height: 96px;
}

.video_tab li.cur div {
    border: 2px solid #725ab6;
}

.video_tab li.cur img {
    width: 104px;
    height: 92px;
}

.index_hover_box {
    padding-bottom: 140px;
}

.index_hover_span {
    width: 438px;
    height: 202px;
    left: 50%;
    bottom: 0;
    margin-left: -219px;
    background-image: url(https://imgs.sfkedu.com/static/web/2016tm/img/index_blank.png);
    background-position: center 23px;
    background-repeat: no-repeat;
}

.index_hover_box:hover span {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-image: url(https://imgs.sfkedu.com/static/web/2016tm/img/index_blank_h.png);
}

.index_hover_box:hover strong {
    color: #725ab6;
}

.index_hover_span p {
    line-height: 24px;
}

.index_hover_span2 {
    width: 352px;
    margin-left: -176px;
}

.news_box dd {
    width: 370px;
    height: 369px;
    overflow: hidden;
}

.date_box {
    background-color: rgba(225, 225, 225, 0.85);
    left: 0;
    top: 0;
}

.date_box strong {
    color: #333;
}

.tage_box {
    width: 86px;
    height: 33px;
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/tage_bg.png) no-repeat;
    line-height: 33px;
    color: #fff;
    top: 255px;
    left: 50%;
    margin-left: -43px;
}

.tab_ul li {
    border: 1px solid #d6d5d7;
    width: 140px;
    display: inline-block;
    margin: 0;
    cursor: pointer;
}

.tab_ul li.cur {
    background: #725ab6;
    color: #fff;
    border: 1px solid #725ab6;
}

.tab_dl {
    width: 1225px;
}

.teacher_box {
    width: 185px;
    padding-right: 60px;
}

.teacher_box img {
    width: 185px;
    height: 185px;
}

.teacher_box span {
    width: 185px;
    height: 185px;
    color: #fff;
    left: 0;
    top: 0;
    overflow: hidden;
}

.teacher_box span font {
    width: 60%;
    padding-left: 20%;
    padding-top: 20%;
    line-height: 26px;
    font-size: 12px;
}

.teacher_box span font p {
    line-height: 20px;
}

.teacher_box a:hover span {
    display: block;
}

.teacher_box .play_but {
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/play_icon_xs.png) left 2px no-repeat;
    color: #999;
}

.index_talk {
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/talk_icon.png) left 2px no-repeat;
}

.teacher_box .play_but:hover {
    background-image: url(https://imgs.sfkedu.com/static/web/2016tm/img/play_icon_xs_h.png);
    color: #725ab6;
}

.index_talk:hover {
    background-image: url(https://imgs.sfkedu.com/static/web/2016tm/img/talk_icon_h.png);
}

.page {
    text-align: center;
    padding: 50px 0px;
}

.page span,
.page a {
    color: #999999;
    font-size: 14px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-right: 14px;
}

.page a:hover {
    color: #e46054;
}

.page span {
    color: #333333;
}

.page a.num {
    width: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 0px;
}

.page a.num:hover,
.page span.current {
    width: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #cc1b2f;
    color: #FFF;
    margin: 0px;
}

.news_r_t {
    width: 136px;
}

.list_banner_talk1 {
    width: 270px;
    height: 211px;
    left: 0;
    top: 0;
}

.list_banner_talk2 {
    width: 270px;
    height: 105px;
    left: 0;
    top: 211px;
}

.list_banner_talk3 {
    width: 270px;
    height: 105px;
    left: 0;
    top: 316px;
}

.width870 {
    width: 870px;
}

.width900 {
    width: 900px;
}

.width270 {
    width: 270px;
}

.width1168 {
    width: 1168px;
}

.news_r_title {
    width: 260px;
    border: 5px solid #e5e5e5;
    height: 44px;
    line-height: 44px;
}

.col-textarea {
    background: #f3f4f7;
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 165px;
}

.pass-input {
    background: #f3f4f7;
    border: 1px solid #e1e1e1;
    height: 40px;
    text-indent: 20px;
    width: 290px;
}

.pass-select {
    height: 44px;
    padding: 0 20px;
    width: 160px;
}

.radio_label {
    height: 24px;
    display: inline-block;
    line-height: 24px;
}

.radio_i {
    width: 24px;
    height: 24px;
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/radio_icon_n.png) no-repeat;
    display: block;
    left: 0;
    top: 0;
}

label.cur .radio_i {
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/radio_icon_h.png) no-repeat;
}

.Validform_error {
    background-color: #ffeeee !important;
}

.stu_black {
    width: 90%;
    height: 84px;
    display: block;
    padding: 50px 5% 8px 5%;
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/stu_black.png) left bottom repeat-x;
    color: #fff;
    left: 0;
    bottom: 0;
}

.stu_black p {
    line-height: 19px;
}

/*播放*/
.footer_banner {
    height: 172px;
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/banner_1.jpg) center top no-repeat;
}

.foot_info {
    background-color: #333335;
    height: 332px;
}

.foot_map {
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/map_bg.png) no-repeat;
    width: 733px;
    height: 332px;
    left: -291px;
    top: 0;
}

.foot_info_box {
    padding-top: 75px;
    padding-left: 70px;
}

.foot_info_box h3 {
    color: #c2c1c3;
    border-bottom: 1px solid #59595a;
}

.foot_info_box h4 {
    color: #c2c1c3;
}

.foot_code {
    width: 102px;
}

.foot_phone {
    width: 162px;
}

.foot_phone_box {
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/phone_icon2.png) left 22px no-repeat;
}

.flink {
    border-top: 1px solid #59595a;
}

.flink a {
    display: inline-block;
    padding: 0 5px 0 0;
}

.foot_tage {
    width: 220px;
}

.foot_tage_box a {
    display: inline-block;
    padding: 3px 10px;
    margin-right: 5px;
    margin-bottom: 8px;
    border: 1px solid #808080;
}

.foot_tage_box a:hover {
    border: 1px solid #725ab6;
}

.foot_bottom {
    height: 52px;
    line-height: 52px;
    color: #626164;
    background: #1c1c1d;
}

.foot_up {
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/up_icon.png) right center no-repeat;
}

.foot_up a {
    width: 52px;
    height: 52px;
    text-indent: -999px;
}

.header_logo {
    background: url(../../2017/img/logo_2017.png) no-repeat;
    width: 250px;
    height: 56px;
    text-indent: -999px;
    overflow: hidden;
}

.float_header {
    padding-top: 20px;
    position: fixed;
    height: 60px;
    top: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    z-index: 9999;
}

.header_list {}

.header_list li {
    float: left;
    padding: 0 12px;
    z-index: 999;
    position: relative;
}

.header_list li a {
    padding: 0 6px 6px 6px;
    display: block;
}

.header_list li.cur a.a_000 {
    border-bottom: 4px solid #725ab6;
    color: #000;
}

.header_list li.curds a.a_000 {
    border-bottom: 4px solid #725ab6;
    color: #725ab6;
}

.header_list li dl {
    left: 50%;
    white-space: nowrap;
    display: none;
}

.header_list li dl dd {
    display: inline-block;
}

.header_list li dl dd a {
    padding: 0 6px;
}

.header_list li dl dd a:hover {
    color: #000;
}

.header_list li dl dd.dd_cur a {
    color: #000;
}

.header_list li.cur dl {
    display: block;
}

.header_list li.cur dl.none {
    display: none;
}

.float_header .city_box {
    top: 15px;
    right: 65px;
}

/*大师行浮动广告*/
.dsx_index {
    position: fixed;
    left: 0px;
    top: 50%;
    margin-top: -177px;
    width: 22px;
    height: 22px;
    background: url(../img/dsx_index_7.png) 0px 0px no-repeat;
    width: 150px;
    height: 355px;
    z-index: 9999;
    display: none;
}

.dsx_index a {
    display: block;
    width: 72px;
    height: 21px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -36px;
}

.dsx_index a.dsx_index_go {
    bottom: 50px;
}

.dsx_index a.dsx_index_bao {
    bottom: 75px;
}

.lives_float_ad {
    position: fixed;
    z-index: 10;
    width: 77px;
    height: 302px;
    background: url(../img/index/float_tv.png) 0px 0px no-repeat;
    z-index: 9999;
    display: block;
    right: 0px;
    bottom: 30px;
}

.float_400 {
    position: fixed;
    z-index: 10;
    width: 150px;
    height: 329px;
    background: url(../img/index/400.png) 0px 0px no-repeat;
    z-index: 9999;
    display: block;
    left: 0px;
    top: 50%;
    margin-top: -164px;
}


/* 2017版新公共样式 */
body {
    font-family: "Helvetica", "Arial", "微软雅黑", "Microsoft Yahei", "宋体", "simsun";
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    overflow: scroll;
    overflow-x: hidden;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.pb100 {
    padding-bottom: 100px;
}

.hover_img:hover {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}


.header-mobile,
.header-search-open,
.header-search-close,
.icon-sub {
    background: url("../img/call.png") 0 0 no-repeat;
}

.layout-auto {
    width: 1170px;
    margin: 0 auto;
}

.layout-auto1200 {
    width: 1200px;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 132px;
    background-color: #313131;
    -webkit-box-shadow: 0 0 7px 3px rgba(46, 40, 61, 0.6);
    box-shadow: 0 0 7px 3px rgba(46, 40, 61, 0.6);
}

.header-stance {
    height: 120px;
}

.header .layout-auto {
    height: 132px;
}

.header-logo {
    float: left;
    display: inline;
    margin-top: 50px;
    width: 227px;
    height: 41px;
    overflow: hidden;

}

.header-desc {
    float: left;
    display: inline;
    border-left: 1px solid #8b8a8a;
    padding-left: 20px;
    font-size: 14px;
    color: #a4a4a5;
    margin-top: 38px;
    padding-top: 7px;
    margin-left: 20px;
    padding-bottom: 4px;
}

.header-other {
    float: right;
    margin-top: 23px;
}

.header-other li {
    float: left;
    display: inline;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #515050;
}


.header-other li.last {
    padding: 0 10px;
    border: none;
    display: flex;
    align-items: center;
}

.header-other-web a {
    color: #a4a4a5;
    font-size: 14px;
    position: relative;
}

.header-other-web a em {
    position: absolute;
    width: 88px;
    height: 19px;
    right: -55px;
    top: -24px;
    background: url("../img/city_no_h.png") 0 center no-repeat;
    display: none;
}

.header-other-web a i {
    position: absolute;
    left: 50%;
    margin-left: -2px;
    bottom: -8px;
    width: 4px;
    height: 4px;
    background: url("../img/city_no.png") 0 center no-repeat;
    z-index: 1;
}

.header-other-web a.header-other-web-h em {
    display: block;
}


.header-other-web a:hover {
    color: #D5286E;
}

.header-mobile {
    display: block;
    /* background-position: -133px 0; */
    width: 180px;
    height: 20px;
    overflow: hidden;
    text-indent: -999px;
    /* margin-top: 4px; */
}

.header-search-open {
    display: block;
    background-position: -133px -37px;
    width: 17px;
    height: 17px;
    margin-top: 5px;
}

/*头部-搜索*/
.header-search {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 238px;
    width: 100%;
    background-color: rgba(34, 34, 37, 0.95);
}

.header-search-title {
    border-bottom: 1px solid #6c6b6c;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.header-search-close {
    float: right;
    display: inline;
    background-position: -133px -59px;
    width: 15px;
    height: 15px;
    margin-top: 24px;
    margin-right: 0px;
}

.header-search-content {
    width: 993px;
    padding-top: 68px;
    text-align: center;
    margin: 0 auto;
}

.header-search-keyword {
    float: left;
    display: inline;
    border: none;
    border-bottom: 3px solid #ffffff;
    background-color: transparent;
    font-size: 20px;
    color: #636267;
    width: 867px;
    padding-bottom: 10px;
    padding-top: 0;
    height: 32px;
}

.header-search-submit {
    float: left;
    display: inline;
    width: 102px;
    height: 42px;
    line-height: 40px;
    border: 2px solid #fff;
    background-color: #fff;
    margin-left: 20px;
    -webkit-border-radius: 5px;
    font-size: 16px;
    color: #434344;
    padding: 0;
    margin-top: 3px;
}

.header-search-submit:active {
    border-color: #7b5ccd;
}

/*导航*/
.header-nav {
    float: right;
    display: block;
    clear: both;
    margin-top: 27px;
    position: relative;
}

.header-nav-item {
    position: relative;
    z-index: 2;
    float: left;
    display: inline;
    padding: 0 10px;
    margin: 0 10px;
    /* height: 52px; */
}

.header-nav-item-parent {
    font-size: 16px;
    color: #e4e2e2;
    display: block;
    text-align: center;
    position: relative;
}

.header-nav-item-parent-back {
    padding: 5px 25px;
    margin-top: -4px;
    padding-top: 3px;
    background: #D5286E;
}

.nav-icon {
    background: url("../img/icon_tag_v3.png?v=1.0") 0 0 no-repeat;
}

.nav-icon-bm {
    position: absolute;
    display: block;
    width: 54px;
    height: 21px;
    background-position: 0 0;
    left: 50px;
    top: -21px;
}

.nav-icon-da {
    position: absolute;
    display: block;
    width: 42px;
    height: 21px;
    background-position: -59px 0;
    left: 20px;
    top: -21px;
}

.header-nav-item em {
    display: none;
    width: 100%;
    height: 2px;
    background-color: #dd2830;
    margin: 0 auto;
    margin-top: 24px;
    position: absolute;
    z-index: 2;
    top: -15px;
    left: 0;
}

.header-nav-item-index em {
    width: 100%;
}

.header-nav-sub {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    width: 160px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -70px;
    background-color: rgba(255, 255, 255, 0.9);
    padding-bottom: 35px;
    padding-top: 5px;
    overflow: hidden;
}

.header-static .header-nav-sub {
    top: 52px;
}

.header-nav-sub:before {
    content: '';
    position: absolute;
    width: 200%;
    left: 0;
    top: -2px;
    height: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 3px rgba(46, 40, 61, 0.6);
    box-box-shadow: 0 0 7px 3px rgba(46, 40, 61, 0.6);
    opacity: 0.9;

}

.header-nav-sub-big {
    margin-left: -115px;
    width: 230px;
    padding: 0;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
}

.header-nav-sub-big-case {
    margin-left: -122px;
    width: 230px;
    padding-left: 10px;
}

.header-nav-sub-news {
    left: auto;
    right: 0;
}

.header-nav-item-open .header-nav-sub {
    display: block;
}

.header-nav-item-current em,
.header-nav-item-open em {
    display: block;
}

/* .header-nav-item-open .header-nav-item-parent {
    color: #D5286E;
} */

.header-nav-sub li {
    float: left;
    display: inline;
    clear: both;
    margin-top: 24px;
    width: 160px;
}

.header-nav-sub li.ldd {
    width: 173px;
}



.header-nav-sub-big li {
    display: inline-block;
    float: none;
    margin: 0 14px;
    width: auto;
}

.header-nav-sub i {
    float: left;
    display: inline;
    width: 44px;
    height: 44px;
}

.header-nav-sub-big i {
    width: 64px;
    height: 65px;
    display: inline-block;
    float: none;
}


.header-nav-sub span {
    float: left;
    display: inline;
    line-height: 44px;
    margin-left: 13px;
    font-size: 14px;
    color: #959596;
}


.header-nav-sub-big span {
    float: none;
    display: block;
    margin: 0;
    line-height: normal;
    margin-top: 10px;
}

.header-nav-sub a.current span,
.header-nav-sub a:hover span {
    color: #D5286E;
}

.icon-sub-muse {
    background-position: 0 0;
}

.icon-sub-gallery {
    background-position: 0 -55px;
}

.icon-sub-exclusive {
    background-position: 0 -440px;
}

.icon-sub-jtv {
    background-position: 0 -550px;
}

.icon-sub-vip {
    background-position: 0 -110px;
}

.icon-sub-r3 {
    background-position: 0 -598px;
}

.icon-sub-wenshu {
    background-position: 0 -652px;
}

.icon-sub-dsx {
    background-position: 0 -165px;
}

.icon-sub-ldd {
    background-position: 0 -220px;
}

.icon-sub-offer {
    background-position: 0 -275px;
}

.icon-sub-online {
    background-position: 0 -385px;
}

.icon-sub-school {
    background-position: 0 -330px;
}

.icon-sub-rank {
    background-position: 0 -495px;
}

.icon-sub-tv {
    background-position: -56px -316px;
}

.icon-sub-class {
    background-position: -56px -395px;
}

.icon-sub-news {
    background-position: -56px -474px;
}

.icon-sub-activity {
    background-position: -56px -553px;
}


/*底部*/
.footer {
    height: 576px;
    background-color: #3c3b3f;
}

.footer .layout-auto {
    height: 576px;
    position: relative;
}

.footer-ad {
    position: absolute;
    left: -30%;
    bottom: 0;
    width: 810px;
    height: 576px;
    display: block;
    background: url("../img/footer_bk2.jpg?v=1.0") 0 0 no-repeat;
}


.footer-wei {
    /* padding-top: 20px; */
    /* margin-left: 150px; */
}


.footer-wei li {
    margin-top: 30px;
}

.footer-wei span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999999;
    padding-top: 10px;
}

.footer-about a {
    float: left;
    display: inline;
    width: 112px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #666;
    border: 1px solid #666666;
    margin-right: 12px;
    margin-top: 60px;
}

.footer-address {
    padding-top: 30px;
}

.footer-address li {
    color: #9d9d9f;
    line-height: 28px;
    font-size: 14px;
}

.footer-copyright {
    height: 50px;
    line-height: 50px;
    background-color: #000000;
    color: #666;
}

.footer-copyright a {
    color: #666;
    margin-right: 10px;
}

.footer-copyright a:hover {
    color: #df2830;
}

.footer-links {
    background-color: #222;
    padding-bottom: 20px;
}

.footer-links a {
    float: left;
    display: inline;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #6c6b6b;
    border: 1px solid #6c6b6b;
    padding: 0 10px;
    height: 23px;
    line-height: 23px;
}


.footer-about a:hover,
.footer-links a:hover {
    border-color: #df2830;
    color: #df2830;
}

/*模块标题*/
.module-title {
    position: relative;
    text-align: center;
    color: #333333;
    font-size: 28px;
    width: 1170px;
    margin: 0 auto;
    padding-top: 55px;
}

.module-title h2 {
    color: #333333;
    font-size: 28px;
    font-weight: normal;
}

.module-title-mt50 {
    padding-top: 50px;
}

.module-title div {
    font-size: 18px;
    color: #999999;
    padding-top: 15px;
}

.module-link {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    height: 38px;
    width: 125px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #444444;
    border: 2px solid #D5286E;
}

.module-link:hover {
    color: #fff;
    border-color: #D5286E;
    background-color: #D5286E;
}

.teacher-type {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #434344;
    border: 2px solid #999999;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
    width: 140px;
}

.teacher-type a {
    display: inline-block;
    font-size: 14px;
    color: #999999;
}

.teacher-type a:hover,
.teacher-type a.current {
    color: #000000;
}

.teacher-type span {
    font-size: 12px;
    color: #707070;
    padding: 0 6px;
    display: inline-block;
}

/*广告*/
.ad-wrap {
    height: 86px;
    text-align: center;
    overflow: hidden;
    width: 1170px;
    margin: 0 auto;
    margin-top: 80px;
}

.ad-wrap a {
    display: block;
    width: 100%;
    height: 86px;
}

.ad-wrap-2017 {
    background: url("../img/ad/ad_2017.jpg") center center no-repeat;
}

.ad-wrap-art {
    background: url("../img/ad/ad_art.jpg") center center no-repeat;
}

.ad-wrap-ldd {
    background: url("../img/ad/ad_ldd.jpg") center center no-repeat;
}



/*按钮*/
.btn-play {
    display: block;
    background: url("../img/sprite.png") -280px 0 no-repeat;
    width: 74px;
    height: 77px;
}

.btn-play:hover {
    opacity: 0.8;
}

.btn-subscription {
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #9e85d7;
    padding: 0 10px;
    color: #282837;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.btn-subscription:hover {
    background-color: #9e85d7;
    color: #fff;
}


.btn-offer {
    position: relative;
    padding-left: 35px;
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    display: block;
}

.btn-offer i {
    position: absolute;
    display: block;
    background: url("../img/sprite.png?v=1.1") -285px -93px no-repeat;
    width: 22px;
    height: 22px;
    left: 0;
    top: 50%;
    margin-top: -11px;
}

.btn-link {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 34px;
    border: 2px solid #ebeced;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #535353;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.btn-link:hover {
    border-color: #7c62c8;
    color: #7c62c8;
}

.btn-link:active {
    border-color: #7c62c8;
    color: #fff;
    background-color: #7c62c8;
}

.btn-lookvideo {
    display: inline-block;
    width: 73px;
    height: 29px;
    line-height: 29px;
    border: 1px solid #efeef0;
    background-color: #fff;
    color: #e46054;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px rgba(117, 113, 127, 0.3);
    box-shadow: 0 0 3px rgba(117, 113, 127, 0.3);
}

.btn-lookvideo:hover {
    -webkit-box-shadow: 0 0 6px rgba(117, 113, 127, 0.2);
    box-shadow: 0 0 6px rgba(117, 113, 127, 0.3);
}

.btn-wen {
    display: inline-block;
    width: 73px;
    height: 29px;
    line-height: 29px;
    border: 1px solid #e46054;
    background-color: #fff;
    color: #e46054;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.btn-wen:hover {
    background-color: #e46054;
    color: #fff;
}

.btn-activity {
    display: inline-block;
    width: 67px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 2px solid #b5b5b5;
    color: #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.btn-activity:hover {
    background-color: #6c608d;
    color: #fff;
}

/*成功案例*/

.successful-case {
    background-color: #f8f8f7;
    margin: 7.5px;
    margin-top: 60px;
}

.successful-case_pic {
    position: relative;

    overflow: hidden;
}

.successful-case_pic img {
    width: 100%;
    vertical-align: top;
}

.successful-case_pic span {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    font-size: 18px;
    color: #fff;
    padding: 0 5%;
}

.successful-case_pic em {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url("../img/mask.png") 0 0 repeat-x;
    height: 158px;
    opacity: 0.5;
}

.successful-case_pic .btn-play {
    position: absolute;
    z-index: 2;
    right: 5%;
    bottom: 15px;
}

.successful-case_info {
    height: 144px;
    padding-top: 24px;
    padding-left: 5%;
    position: relative;
    -webkit-box-shadow: 0 2px 10px rgba(28, 23, 60, 0.1);
    box-shadow: 0 2px 10px rgba(28, 23, 60, 0.1);
}

.successful-case_info span {
    color: #333333;
    font-size: 18px;
    display: block;
    padding-bottom: 20px;
}

.successful-case_info p {
    color: #666666;
    font-size: 13px;
    line-height: 20px;
    height: 20px;
    padding-right: 200px;
    overflow: hidden;
}

.successful-case_info .btn-offer {
    position: absolute;
    right: 5%;
    bottom: 40px;
}

/*导师*/

.teachers-wrap {
    border-bottom: 1px solid #d8d8d8;
}

.teachers-list {
    text-align: center;
}

.teachers-list li {
    display: inline-block;
    margin: 0 21px;
    margin-top: 50px;
}

.teachers_pic {
    width: 188px;
    height: 188px;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}

.teachers_pic img {
    width: 188px;
    height: 188px;
}

.teachers_desc {
    width: 108px;
    height: 108px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(228, 96, 84, 0.9);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: justify;
    padding: 40px;
    line-height: 20px;
    display: none;
}

.teachers_pic:hover .teachers_desc {
    display: block;
}

.teachers_content {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    padding-top: 30px;
}

.teachers_content strong {
    color: #000000;
    line-height: 24px;
    display: block;
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
}

.teachers_content div {
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 22px;
}

.teachers_action {
    text-align: center;
    padding-top: 20px;
}

.teachers_action a {
    margin: 0 5px;
}

.small-tab {
    text-align: center;
    margin: 60px 0;
}

.small-tab div {
    display: inline-block;
    margin: 0 2px;
    height: 10px;
    width: 13px;
    background-color: #b2b1b2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.small-tab div.current {
    background-color: #7352ca;
    width: 35px;
}

.banner-wrap {
    border-bottom: 7px solid #eeedef;
    height: 455px;
}

/* ==== GRID SYSTEM ==== */

.grid-wrap div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}


/*艺术*/
.art-wrap {
    text-align: center;
    padding-top: 50px;
    width: 1200px;
    height: 470px;
    overflow: hidden;
    margin: 0 auto;
}

.art {
    position: relative;
    float: left;
    display: inline;
    width: 372px;
    height: 470px;
    margin: 0 14px;
}

.art-pic {
    width: 100%;
    height: 277px;
    overflow: hidden;
}

.art-b {
    width: 368px;
}

.art-c {
    width: 371px;
}

.art-content {
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: 332px;
    height: 87px;
    margin-left: -166px;
    background-color: #fff;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 50px;
    -webkit-box-shadow: 0 0 9px rgba(29, 23, 60, 0.1);
    box-shadow: 0 0 9px rgba(29, 23, 60, 0.1);

}

.art-open .art-content {
    -webkit-box-shadow: 0 0 43px rgba(29, 23, 60, 0.17);
    box-shadow: 0 0 43px rgba(29, 23, 60, 0.17);
    -webkit-animation: openTop 0.6s .1s ease both;
    -moz-animation: openTop 0.6s .1s ease both;
}

@-webkit-keyframes openTop {
    0% {
        height: 87px;
    }

    100% {
        height: 269px;
    }
}

@-moz-keyframes openTop {
    0% {
        height: 87px;
    }

    100% {
        height: 269px;
    }
}


.art_title {
    font-size: 22px;
    color: #000000;
}

.art_title span {
    display: block;
    font-size: 16px;
    padding-top: 5px;
}

.art_title em {
    display: block;
    margin: 0 auto;
    height: 7px;
    width: 38px;
    background-color: #535353;
    margin-bottom: 25px;
}

.art_title div {
    margin: 0 auto;
    width: 160px;
    height: 34px;
    border: 2px solid #D5286E;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #444444;
    display: none;
}

.art_title:hover div {
    border-color: #D5286E;
    color: #fff;
    background-color: #D5286E;
}

.art_title:active div {
    border-color: #D5286E;
    color: #fff;
    background-color: #D5286E;
}

.art_title:hover em,
.art-content-hover em {
    background-color: #7c62c8;
}

.art-content-hover .art_title {
    color: #7c62c8;
}

.art-content-hover .btn-link {
    color: #7c62c8;
    border-color: #7c62c8;
}

.art-content p {
    line-height: 28px;
    color: #89898a;
    font-size: 16px;
    padding: 30px 0;
    display: none;
}

.art-content .btn-link {
    display: none;
}

.art-open p,
.art-open .btn-link,
.art-open div {
    display: block;
}

.art-open .art-content p {
    -webkit-animation: fadeIn 0.5s .1s ease both;
    -moz-animation: fadeIn 0.5s .1s ease both;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    /* Safari 和 Chrome */
}

.art-open .art-content div {
    -webkit-animation: fadeIn 1s .2s ease both;
    -moz-animation: fadeIn 1s .2s ease both;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    /* Safari 和 Chrome */
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

.gototop2 {
    background: url('../img/gotop.png?v=1.0') 0 0 no-repeat #fff;
    width: 52px;
    height: 52px;
    position: fixed;
    right: 50%;
    margin-right: -50%;
    bottom: 60%;
    z-index: 100;
    display: none;
}

.gototop {
    position: fixed;
    right: 50%;
    margin-right: -656px;
    bottom: 60%;
    width: 50px;
    height: 50px;
    border: 1px solid #7352ca;
    background-color: #7352ca;
    z-index: 100;
    display: none;
}

.gototop:before {
    content: '';
    width: 14px;
    height: 8px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -7px;
    background: url("../img/toGo_b.png?v=1.0") 0 0 no-repeat;
}

.portfolio {
    position: relative;
    margin: 0 auto;
    margin-top: 60px;
    width: 1170px;
    height: 735px;
    background: url('../img/case/portfolio_bk.png') 0 0 no-repeat;
}

.portfolio-person {
    width: 200px;
    position: absolute;
    right: 110px;
    top: 160px;
}

.portfolio-person dt {
    display: inline-block;
    font-size: 20px;
    color: #313131;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    padding-right: 10px;
}

.portfolio-person dd {
    display: block;
    color: #313131;
    font-size: 16px;
    line-height: 32px;
    padding-top: 10px;
}

.portfolio-person dd p {
    padding-top: 10px;
}

.portfolio_show {
    position: absolute;
    width: 626px;
    height: 382px;
    left: 181px;
    top: 85px;
    background-color: #fff;
    overflow: hidden;
}

.portfolio_show img {
    width: 100%;
    height: auto;
}

.portfolio-action {
    position: absolute;
    right: 163px;
    bottom: 280px;
    border: 1px solid #333333;
    width: 84px;
    height: 42px;
}

.portfolio-action a {
    float: left;
    display: inline;
    width: 41px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #333333;
    font-weight: bold;
    border-right: 1px solid #333333;
}

.portfolio-action a:last-child {
    border-right: none;
    width: 42px;
}

.portfolio-action a:hover {
    background-color: #333333;
    color: #fff;
}

.portfolio-prev i,
.portfolio-next i {
    background: url('../img/case/sprite.png') -117px -90px no-repeat;
    width: 8px;
    height: 12px;
    display: inline-block;
}

.portfolio-next i {
    background-position: -129px -90px;
}

.portfolio-next:hover i {
    background-position: -129px -73px;
}

.portfolio-prev:hover i {
    background-position: -117px -73px;
}

.case-list {
    margin-left: -15px;
}

.case-list li {
    float: left;
    display: inline;
    width: 222px;
    height: 360px;
    margin-left: 15px;
    margin-top: 15px;
    background-color: #f8f8f7;
    overflow: hidden;
}

.case-list_pic {
    width: 222px;
    height: 202px;
    overflow: hidden;
}

.case-list_pic img {
    width: 100%;
    height: auto;
}

.case-list_content {
    position: relative;
    padding: 30px;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.case-list_content span {
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -46px;
    width: 92px;
    height: 31px;
    line-height: 29px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/name_bg.png);

}


/*导师提问模块*/
.ask-teacher {
    background-color: #f7f7f7;
}

.ask-teacher_pic {
    overflow: hidden;
    position: relative;
    font-size: 22px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.ask-teacher_pic img {
    width: 100%;
    height: auto;
}

.ask-teacher_pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 68px;
    line-height: 68px;
    background-color: rgba(0, 0, 0, 0.5);
}

.ask-teacher_content dt {
    padding: 25px 30px;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px dashed #cacaca;
}


.ask-teacher_content dd {
    padding: 25px 30px;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.ask-teacher_content dd p {
    word-wrap: break-word;
}

.ask-teacher_content strong {
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
}


.ask-teacher_action a {
    height: 29px;
    width: 85px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    color: #444;
    border: 2px solid #D5286E;
}

.ask-teacher_action a:hover {
    color: #fff;
    background-color: #D5286E;
    border-color: #D5286E;
}

/*loading*/
/**
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/**
 */
@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.ball-pulse>div:nth-child(0) {
    -webkit-animation: scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse>div:nth-child(1) {
    -webkit-animation: scale 0.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale 0.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse>div:nth-child(2) {
    -webkit-animation: scale 0.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale 0.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse>div:nth-child(3) {
    -webkit-animation: scale 0.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale 0.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.ball-pulse-sync>div:nth-child(0) {
    -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
    animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(1) {
    -webkit-animation: ball-pulse-sync 0.6s 0.07s infinite ease-in-out;
    animation: ball-pulse-sync 0.6s 0.07s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(2) {
    -webkit-animation: ball-pulse-sync 0.6s 0.14s infinite ease-in-out;
    animation: ball-pulse-sync 0.6s 0.14s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(3) {
    -webkit-animation: ball-pulse-sync 0.6s 0.21s infinite ease-in-out;
    animation: ball-pulse-sync 0.6s 0.21s infinite ease-in-out;
}

.ball-pulse-sync>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.ball-scale>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    height: 60px;
    width: 60px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ball-rotate {
    position: relative;
}

.ball-rotate>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: relative;
}

.ball-rotate>div:first-child {
    -webkit-animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
    animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
}

.ball-rotate>div:before,
.ball-rotate>div:after {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    content: "";
    position: absolute;
    opacity: 0.8;
}

.ball-rotate>div:before {
    top: 0px;
    left: -28px;
}

.ball-rotate>div:after {
    top: 0px;
    left: 25px;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

.ball-clip-rotate>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    height: 25px;
    width: 25px;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: rotate 0.75s 0s linear infinite;
    animation: rotate 0.75s 0s linear infinite;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes scale {
    30% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ball-clip-rotate-pulse {
    position: relative;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.ball-clip-rotate-pulse>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
}

.ball-clip-rotate-pulse>div:first-child {
    background: #fff;
    height: 16px;
    width: 16px;
    top: 9px;
    left: 9px;
    -webkit-animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
}

.ball-clip-rotate-pulse>div:last-child {
    position: absolute;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 2px solid;
    border-color: #fff transparent #fff transparent;
    -webkit-animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

.ball-clip-rotate-multiple {
    position: relative;
}

.ball-clip-rotate-multiple>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite;
}

.ball-clip-rotate-multiple>div:last-child {
    display: inline-block;
    top: 10px;
    left: 10px;
    width: 15px;
    height: 15px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    border-color: #fff transparent #fff transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

@-webkit-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        opacity: 0.0;
    }
}

@keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        opacity: 0.0;
    }
}

.ball-scale-ripple>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        opacity: 0.0;
    }
}

@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        opacity: 0.0;
    }
}

.ball-scale-ripple-multiple {
    position: relative;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
}

.ball-scale-ripple-multiple>div:nth-child(0) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.ball-scale-ripple-multiple>div:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.ball-scale-ripple-multiple>div:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.ball-scale-ripple-multiple>div:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.ball-scale-ripple-multiple>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

@-webkit-keyframes ball-beat {
    50% {
        opacity: 0.2;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-beat {
    50% {
        opacity: 0.2;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ball-beat>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: ball-beat 0.7s 0s infinite linear;
    animation: ball-beat 0.7s 0s infinite linear;
}

.ball-beat>div:nth-child(2n-1) {
    -webkit-animation-delay: 0.35s !important;
    animation-delay: 0.35s !important;
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.ball-scale-multiple>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite;
}

@-webkit-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px);
    }

    66% {
        -webkit-transform: translate(50px, 0px);
        transform: translate(50px, 0px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px);
    }

    66% {
        -webkit-transform: translate(50px, 0px);
        transform: translate(50px, 0px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px);
    }

    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px);
    }

    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0px);
        transform: translate(-50px, 0px);
    }

    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0px);
        transform: translate(-50px, 0px);
    }

    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.ball-triangle-path {
    position: relative;
    -webkit-transform: translate(-25px, -25px);
    -ms-transform: translate(-25px, -25px);
    transform: translate(-25px, -25px);
}

.ball-triangle-path>div:nth-child(1) {
    -webkit-animation-name: ball-triangle-path-1;
    animation-name: ball-triangle-path-1;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.ball-triangle-path>div:nth-child(2) {
    -webkit-animation-name: ball-triangle-path-2;
    animation-name: ball-triangle-path-2;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.ball-triangle-path>div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-3;
    animation-name: ball-triangle-path-3;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.ball-triangle-path>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #fff;
}

.ball-triangle-path>div:nth-of-type(1) {
    top: 50px;
}

.ball-triangle-path>div:nth-of-type(2) {
    left: 25px;
}

.ball-triangle-path>div:nth-of-type(3) {
    top: 50px;
    left: 50px;
}

@-webkit-keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
}

@keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
}

.ball-pulse-rise>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(.15, .46, .9, .6);
    animation-timing-function: cubic-bezier(.15, .46, .9, .6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.ball-pulse-rise>div:nth-child(2n) {
    -webkit-animation-name: ball-pulse-rise-even;
    animation-name: ball-pulse-rise-even;
}

.ball-pulse-rise>div:nth-child(2n-1) {
    -webkit-animation-name: ball-pulse-rise-odd;
    animation-name: ball-pulse-rise-odd;
}

@-webkit-keyframes ball-grid-beat {
    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ball-grid-beat {
    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.ball-grid-beat {
    width: 57px;
}

.ball-grid-beat>div:nth-child(1) {
    -webkit-animation-delay: 0.36s;
    animation-delay: 0.36s;
    -webkit-animation-duration: 0.96s;
    animation-duration: 0.96s;
}

.ball-grid-beat>div:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 0.93s;
    animation-duration: 0.93s;
}

.ball-grid-beat>div:nth-child(3) {
    -webkit-animation-delay: 0.68s;
    animation-delay: 0.68s;
    -webkit-animation-duration: 1.19s;
    animation-duration: 1.19s;
}

.ball-grid-beat>div:nth-child(4) {
    -webkit-animation-delay: 0.41s;
    animation-delay: 0.41s;
    -webkit-animation-duration: 1.13s;
    animation-duration: 1.13s;
}

.ball-grid-beat>div:nth-child(5) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 1.34s;
    animation-duration: 1.34s;
}

.ball-grid-beat>div:nth-child(6) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
    -webkit-animation-duration: 0.94s;
    animation-duration: 0.94s;
}

.ball-grid-beat>div:nth-child(7) {
    -webkit-animation-delay: -0.12s;
    animation-delay: -0.12s;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.ball-grid-beat>div:nth-child(8) {
    -webkit-animation-delay: 0.01s;
    animation-delay: 0.01s;
    -webkit-animation-duration: 0.82s;
    animation-duration: 0.82s;
}

.ball-grid-beat>div:nth-child(9) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.19s;
    animation-duration: 1.19s;
}

.ball-grid-beat>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-beat;
    animation-name: ball-grid-beat;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.ball-grid-pulse {
    width: 57px;
}

.ball-grid-pulse>div:nth-child(1) {
    -webkit-animation-delay: -0.06s;
    animation-delay: -0.06s;
    -webkit-animation-duration: 0.72s;
    animation-duration: 0.72s;
}

.ball-grid-pulse>div:nth-child(2) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    -webkit-animation-duration: 1.02s;
    animation-duration: 1.02s;
}

.ball-grid-pulse>div:nth-child(3) {
    -webkit-animation-delay: -0.17s;
    animation-delay: -0.17s;
    -webkit-animation-duration: 1.28s;
    animation-duration: 1.28s;
}

.ball-grid-pulse>div:nth-child(4) {
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s;
    -webkit-animation-duration: 1.42s;
    animation-duration: 1.42s;
}

.ball-grid-pulse>div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 1.45s;
    animation-duration: 1.45s;
}

.ball-grid-pulse>div:nth-child(6) {
    -webkit-animation-delay: 0.03s;
    animation-delay: 0.03s;
    -webkit-animation-duration: 1.18s;
    animation-duration: 1.18s;
}

.ball-grid-pulse>div:nth-child(7) {
    -webkit-animation-delay: 0.46s;
    animation-delay: 0.46s;
    -webkit-animation-duration: 0.87s;
    animation-duration: 0.87s;
}

.ball-grid-pulse>div:nth-child(8) {
    -webkit-animation-delay: 0.78s;
    animation-delay: 0.78s;
    -webkit-animation-duration: 1.45s;
    animation-duration: 1.45s;
}

.ball-grid-pulse>div:nth-child(9) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s;
}

.ball-grid-pulse>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

@-webkit-keyframes ball-spin-fade-loader {
    50% {
        opacity: 0.3;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-spin-fade-loader {
    50% {
        opacity: 0.3;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ball-spin-fade-loader {
    position: relative;
}

.ball-spin-fade-loader>div:nth-child(1) {
    top: 25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s 0s infinite linear;
    animation: ball-spin-fade-loader 1s 0s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(2) {
    top: 17.04545px;
    left: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s 0.12s infinite linear;
    animation: ball-spin-fade-loader 1s 0.12s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation: ball-spin-fade-loader 1s 0.24s infinite linear;
    animation: ball-spin-fade-loader 1s 0.24s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(4) {
    top: -17.04545px;
    left: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s 0.36s infinite linear;
    animation: ball-spin-fade-loader 1s 0.36s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(5) {
    top: -25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s 0.48s infinite linear;
    animation: ball-spin-fade-loader 1s 0.48s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(6) {
    top: -17.04545px;
    left: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s 0.6s infinite linear;
    animation: ball-spin-fade-loader 1s 0.6s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation: ball-spin-fade-loader 1s 0.72s infinite linear;
    animation: ball-spin-fade-loader 1s 0.72s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(8) {
    top: 17.04545px;
    left: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s 0.84s infinite linear;
    animation: ball-spin-fade-loader 1s 0.84s infinite linear;
}

.ball-spin-fade-loader>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
}

@-webkit-keyframes ball-spin-loader {
    75% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ball-spin-loader {
    75% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.ball-spin-loader {
    position: relative;
}

.ball-spin-loader>span:nth-child(1) {
    top: 45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
    animation: ball-spin-loader 2s 0.9s infinite linear;
}

.ball-spin-loader>span:nth-child(2) {
    top: 30.68182px;
    left: 30.68182px;
    -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
    animation: ball-spin-loader 2s 1.8s infinite linear;
}

.ball-spin-loader>span:nth-child(3) {
    top: 0;
    left: 45px;
    -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
    animation: ball-spin-loader 2s 2.7s infinite linear;
}

.ball-spin-loader>span:nth-child(4) {
    top: -30.68182px;
    left: 30.68182px;
    -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
    animation: ball-spin-loader 2s 3.6s infinite linear;
}

.ball-spin-loader>span:nth-child(5) {
    top: -45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
    animation: ball-spin-loader 2s 4.5s infinite linear;
}

.ball-spin-loader>span:nth-child(6) {
    top: -30.68182px;
    left: -30.68182px;
    -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
    animation: ball-spin-loader 2s 5.4s infinite linear;
}

.ball-spin-loader>span:nth-child(7) {
    top: 0;
    left: -45px;
    -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
    animation: ball-spin-loader 2s 6.3s infinite linear;
}

.ball-spin-loader>span:nth-child(8) {
    top: 30.68182px;
    left: -30.68182px;
    -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
    animation: ball-spin-loader 2s 7.2s infinite linear;
}

.ball-spin-loader>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: green;
}

@-webkit-keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }

    66% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }

    66% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }

    66% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }

    66% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.ball-zig-zag {
    position: relative;
    -webkit-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
}

.ball-zig-zag>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    margin-left: 15px;
    top: 30px;
    left: 30px;
}

.ball-zig-zag>div:first-child {
    -webkit-animation: ball-zig 0.7s 0s infinite linear;
    animation: ball-zig 0.7s 0s infinite linear;
}

.ball-zig-zag>div:last-child {
    -webkit-animation: ball-zag 0.7s 0s infinite linear;
    animation: ball-zag 0.7s 0s infinite linear;
}

@-webkit-keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }

    34% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }

    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }

    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }

    34% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }

    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }

    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }

    34% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }

    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }

    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }

    34% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }

    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }

    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.ball-zig-zag-deflect {
    position: relative;
    -webkit-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
}

.ball-zig-zag-deflect>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    margin-left: 15px;
    top: 30px;
    left: 30px;
}

.ball-zig-zag-deflect>div:first-child {
    -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
    animation: ball-zig-deflect 1.5s 0s infinite linear;
}

.ball-zig-zag-deflect>div:last-child {
    -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
    animation: ball-zag-deflect 1.5s 0s infinite linear;
}

/**
 * Lines
 */
@-webkit-keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

.line-scale>div:nth-child(1) {
    -webkit-animation: line-scale 1s 0.1s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s 0.1s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale>div:nth-child(2) {
    -webkit-animation: line-scale 1s 0.2s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s 0.2s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale>div:nth-child(3) {
    -webkit-animation: line-scale 1s 0.3s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s 0.3s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale>div:nth-child(4) {
    -webkit-animation: line-scale 1s 0.4s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s 0.4s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale>div:nth-child(5) {
    -webkit-animation: line-scale 1s 0.5s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s 0.5s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale>div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

@-webkit-keyframes line-scale-party {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes line-scale-party {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.line-scale-party>div:nth-child(1) {
    -webkit-animation-delay: 0.77s;
    animation-delay: 0.77s;
    -webkit-animation-duration: 1.26s;
    animation-duration: 1.26s;
}

.line-scale-party>div:nth-child(2) {
    -webkit-animation-delay: 0.29s;
    animation-delay: 0.29s;
    -webkit-animation-duration: 0.43s;
    animation-duration: 0.43s;
}

.line-scale-party>div:nth-child(3) {
    -webkit-animation-delay: 0.28s;
    animation-delay: 0.28s;
    -webkit-animation-duration: 1.01s;
    animation-duration: 1.01s;
}

.line-scale-party>div:nth-child(4) {
    -webkit-animation-delay: 0.74s;
    animation-delay: 0.74s;
    -webkit-animation-duration: 0.73s;
    animation-duration: 0.73s;
}

.line-scale-party>div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation-name: line-scale-party;
    animation-name: line-scale-party;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

@-webkit-keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

.line-scale-pulse-out>div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out 0.9s 0s infinite cubic-bezier(.85, .25, .37, .85);
    animation: line-scale-pulse-out 0.9s 0s infinite cubic-bezier(.85, .25, .37, .85);
}

.line-scale-pulse-out>div:nth-child(2),
.line-scale-pulse-out>div:nth-child(4) {
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important;
}

.line-scale-pulse-out>div:nth-child(1),
.line-scale-pulse-out>div:nth-child(5) {
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
}

@-webkit-keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    80% {
        -webkit-transform: scaley(0.3);
        transform: scaley(0.3);
    }

    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    80% {
        -webkit-transform: scaley(0.3);
        transform: scaley(0.3);
    }

    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

.line-scale-pulse-out-rapid>div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out-rapid 0.9s 0s infinite cubic-bezier(.11, .49, .38, .78);
    animation: line-scale-pulse-out-rapid 0.9s 0s infinite cubic-bezier(.11, .49, .38, .78);
}

.line-scale-pulse-out-rapid>div:nth-child(2),
.line-scale-pulse-out-rapid>div:nth-child(4) {
    -webkit-animation-delay: 0.25s !important;
    animation-delay: 0.25s !important;
}

.line-scale-pulse-out-rapid>div:nth-child(1),
.line-scale-pulse-out-rapid>div:nth-child(5) {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}

@-webkit-keyframes line-spin-fade-loader {
    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@keyframes line-spin-fade-loader {
    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.line-spin-fade-loader {
    position: relative;
}

.line-spin-fade-loader>div:nth-child(1) {
    top: 20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s 0.12s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.12s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(2) {
    top: 13.63636px;
    left: 13.63636px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.24s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.24s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(3) {
    top: 0;
    left: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.36s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.36s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(4) {
    top: -13.63636px;
    left: 13.63636px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.48s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.48s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(5) {
    top: -20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s 0.6s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.6s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(6) {
    top: -13.63636px;
    left: -13.63636px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.72s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.72s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(7) {
    top: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.84s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.84s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(8) {
    top: 13.63636px;
    left: -13.63636px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.96s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.96s infinite ease-in-out;
}

.line-spin-fade-loader>div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 5px;
    height: 15px;
}

/**
 * Misc
 */
@-webkit-keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0);
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0);
    }
}

@keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0);
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0);
    }
}

.triangle-skew-spin>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
}

@-webkit-keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0);
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0);
    }
}

@keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0);
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0);
    }
}

.square-spin>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid red;
    -webkit-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
}

@-webkit-keyframes rotate_pacman_half_up {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotate_pacman_half_up {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-webkit-keyframes rotate_pacman_half_down {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotate_pacman_half_down {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes pacman-balls {
    75% {
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px);
    }
}

@keyframes pacman-balls {
    75% {
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px);
    }
}

.pacman {
    position: relative;
}

.pacman>div:nth-child(2) {
    -webkit-animation: pacman-balls 1s 0s infinite linear;
    animation: pacman-balls 1s 0s infinite linear;
}

.pacman>div:nth-child(3) {
    -webkit-animation: pacman-balls 1s 0.33s infinite linear;
    animation: pacman-balls 1s 0.33s infinite linear;
}

.pacman>div:nth-child(4) {
    -webkit-animation: pacman-balls 1s 0.66s infinite linear;
    animation: pacman-balls 1s 0.66s infinite linear;
}

.pacman>div:nth-child(5) {
    -webkit-animation: pacman-balls 1s 0.99s infinite linear;
    animation: pacman-balls 1s 0.99s infinite linear;
}

.pacman>div:first-of-type {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
    animation: rotate_pacman_half_up 0.5s 0s infinite;
}

.pacman>div:nth-child(2) {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
    animation: rotate_pacman_half_down 0.5s 0s infinite;
    margin-top: -50px;
}

.pacman>div:nth-child(3),
.pacman>div:nth-child(4),
.pacman>div:nth-child(5),
.pacman>div:nth-child(6) {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: translate(0, -6.25px);
    -ms-transform: translate(0, -6.25px);
    transform: translate(0, -6.25px);
    top: 25px;
    left: 100px;
}

@-webkit-keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
        transform: translateX(50px) scale(0.5) rotate(-90deg);
    }

    50% {
        -webkit-transform: translate(50px, 50px) rotate(-180deg);
        transform: translate(50px, 50px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
        transform: translateY(50px) scale(0.5) rotate(-270deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
        transform: translateX(50px) scale(0.5) rotate(-90deg);
    }

    50% {
        -webkit-transform: translate(50px, 50px) rotate(-180deg);
        transform: translate(50px, 50px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
        transform: translateY(50px) scale(0.5) rotate(-270deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.cube-transition {
    position: relative;
    -webkit-transform: translate(-25px, -25px);
    -ms-transform: translate(-25px, -25px);
    transform: translate(-25px, -25px);
}

.cube-transition>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
    animation: cube-transition 1.6s 0s infinite ease-in-out;
}

.cube-transition>div:last-child {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.semi-circle-spin {
    position: relative;
    width: 35px;
    height: 35px;
    overflow: hidden;
}

.semi-circle-spin>div {
    position: absolute;
    border-width: 0px;
    border-radius: 100%;
    -webkit-animation: spin-rotate 0.6s 0s infinite linear;
    animation: spin-rotate 0.6s 0s infinite linear;
    background-image: -webkit-linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
    background-image: linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
    width: 100%;
    height: 100%;
}

/*滚动广告*/
.scroll-banner {
    position: relative;
    overflow: hidden;
    height: 630px;
}

.scroll-banner_pics {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 630px;
    width: 100%;

}

.scroll-banner_pics li {
    float: left;
    display: inline;
    height: 630px;
    width: 100%;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.scroll-banner_pics img {
    width: 100%;
    height: auto;
}

.scroll-banner_pics li a {
    display: block;
    width: 100%;
    height: 100%;
}

.scroll-banner_btn {
    display: none;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -53px;
    width: 51px;
    height: 106px;
    background: url("../img/sprite.png") 0 0 no-repeat;
}

.scroll-banner_btn-prev {
    background-position: -245px -125px;
    left: 20px;
}

.scroll-banner_btn-prev:hover {
    background-position: -306px -125px;
}

.scroll-banner_btn-next {
    background-position: -245px -242px;
    right: 20px;
}

.scroll-banner_btn-next:hover {
    background-position: -306px -242px;
}

.scroll-banner_nav {
    position: absolute;
    bottom: 27px;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.scroll-banner_list {
    margin: 0 auto;
    text-align: center;
}

.scroll-banner_list li {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 4px;
    margin: 0 6px;
    margin-top: 5px;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.scroll-banner_list li em {
    position: absolute;
    left: 0;
    top: 0;
    width: 144px;
    height: 60px;
    background-color: #000000;
    opacity: 0.2;
    display: block;
}

.scroll-banner_list li img {
    width: 144px;
    height: 60px;
}

.scroll-banner_list li.current em {
    display: none;
}

.scroll-banner_list li.current {
    background-color: #7352ca;
}

.scroll-banner-loading {
    position: absolute;
    z-index: 3;
    width: 100%;
    background: url("../img/loading.gif") center center no-repeat #333333;
}

.J_type_content {
    display: none;
}

.scroll-banner-loading .loader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -34px;
    margin-top: -34px;
    width: 68px;
    height: 68px;
}

.advantage {
    position: relative;
    z-index: 1;
    height: 195px;
    overflow: hidden;
}

.advantage_bk {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 185px;
    width: 100%;
    display: block;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 0 10px 4px rgba(40, 37, 48, 0.11);
    box-shadow: 0 0 10px 4px rgba(40, 37, 48, 0.11);
}

.advantage-list {
    position: absolute;
    z-index: 2;
    text-align: center;
    height: 170px;
    margin: 0 auto;
    margin-top: -30px;
    width: 100%;
    left: 0;
    top: 0;

}

.advantage-list_item {
    display: inline-block;
    text-align: center;
    width: 268px;
    height: 145px;
    padding-top: 35px;
    background: url("../img/advantage_a.png") center center no-repeat;
    border-bottom: 8px solid transparent;
}

.advantage-list_item-b {
    background-image: url("../img/advantage_b.png");
}

.advantage-list_item-c {
    background-image: url("../img/advantage_c.png");
}

.advantage-list_item-d {
    background-image: url("../img/advantage_d.png");
}

.advantage-list_item em {
    font-style: normal;
    font-family: arial-black;
}

.advantage-list_item:hover {
    background-color: #ffffff;
    border-bottom: 8px solid #7352ca;
    height: 145px;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(28, 21, 66, 0.1);
    box-shadow: 3px 3px 10px 0px rgba(28, 21, 66, 0.1);
}

.advantage-list_item strong {
    color: #7352ca;
    font-size: 32px;
    font-weight: normal;
}

.advantage-list_item span {
    display: block;
    font-size: 22px;
    color: #3c3b3e;
    padding-top: 10px;
}

.advantage-list_line {
    display: inline-block;
    margin: 0 15px;
    position: relative;
    margin-top: 40px;
    height: 100px;
}

.advantage-list_line:before {
    content: '';
    position: absolute;
    width: 1px;
    border-left: 1px solid #d7d7d8;
    height: 130px;
    top: 20px;
    left: 0;


}

.bread-nav {
    width: 1200px;
    margin: 0 auto;
    padding-top: 15px;
    font-size: 12px;
}

.bread-nav a {
    color: #999;
}

.bread-nav a:hover {
    color: #7352ca;
}


.bread-nav-video {
    width: 870px;
}


/* 2018版新公共样式 */

.scroll-banner_list li.current {
    background-color: #D5286E;
}

.advantage-list_item strong {
    color: #D5286E;
}

.advantage-list_item:hover {
    border-bottom: 8px solid #D5286E;
}

.successful-case2018-wrap {
    padding-top: 20px;
}

.successful-case2018 {
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}

.successful-case2018 .successful-case_info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 96px;
    padding-top: 10px;
    padding-left: 5%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url("../img/index/mask.png?v=1.1") repeat;
    display: none;
}

.successful-case2018 .successful-case_info span {
    color: #fff;
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
}

.successful-case2018 .successful-case_info p {
    color: #cacaca;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    padding-right: 200px;
    overflow: hidden;
}

.successful-case2018 .successful-case_pic {
    z-index: 1;
}

.successful-case2018 .successful-case_pic em {
    height: 88px;
}

.successful-case2018 .successful-case_info .btn-offer {
    bottom: 24px;
    color: #e0e0e0;
}

.successful-current .successful-case_pic .btn-play,
.successful-current .successful-case_pic span {
    display: none;
}

.successful-current .successful-case_info {
    display: block;
    -webkit-animation: fadeIn .9s .1s ease both;
    -moz-animation: fadeIn .9s .1s ease both;
}


.art-2018 .art_title:hover em,
.art-2018 .art-content-hover em {
    background-color: #D5286E;
}

.art-2018 .art-content-hover .art_title {
    color: #D5286E;
}

.art-2018 .art-content-hover .btn-link {
    color: #D5286E;
    border-color: #D5286E;
}

.art-2018 .art_title:hover {
    color: #D5286E;
}

.art-2018 .art_title:hover div {
    border-color: #D5286E;
    color: #fff;
}

.art-2018 .art_title:active div {
    border-color: #D5286E;
    color: #fff;
    background-color: #D5286E;
}

.footer-2018 .footer-about a:hover,
.footer-2018 .footer-links a:hover {
    border-color: #df2830;
    color: #df2830;
}

.footer-2018 .footer-about {
    margin-left: 50px;
}

.footer-2018 .footer-about a {
    display: inline-block;
    width: 114px;
}

.footer-2018 {
    height: 320px;
    background: url("../img/bottom_bk3.jpg") 0 0 repeat-x #37363b;
}

.footer-2018 .layout-auto {
    height: 320px;
}

.footer-2018-bk {
    height: 320px;
    background: #222222;
    /* background: url("../img/bottom_bk2.jpg") -25% 0 no-repeat; */
}

.logo-about {
    display: flex;
}

.footer-logo {
    margin-top: 60px;
    display: block;
}

.footer-2018 .footer-ad {
    position: absolute;
    left: -30%;
    bottom: 0;
    width: 627px;
    height: 336px;
    display: block;
    background: url("../img/footer_bk2018.jpg?v=1.0") 0 0 no-repeat;
}

.footer-2018 .footer-wei li {
    float: left;
    display: inline;
    margin-right: 30px;
    /* margin-top: 70px; */
}

.footer-2018 .footer-wei {
    margin-left: 0;
}

.campus-wrap {
    padding-top: 30px;
}

.campus__list {
    width: 520px;
}

.campus__list a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    position: relative;
}

.campus__list a i {
    position: absolute;
    left: 50%;
    margin-left: -2px;
    bottom: -8px;
    width: 4px;
    height: 4px;
    background: url("../img/city_no.png") 0 center no-repeat;
    z-index: 1;
}

.campus__list a:hover,
.campus__list a.current {
    color: #df2830;
}

.campus__list span {
    color: #666;
    padding: 2px 5px;
    line-height: 22px;
    font-size: 16px;
    overflow: hidden;
}

.campus__title {
    font-size: 14px;
    color: #999;
    padding-top: 25px;
    padding-bottom: 10px;
}

.mobile-wrap {
    display: flex;
    align-items: flex-end;
    margin-top: 60px;
    font-size: 14px;
    color: #df272f;
}

.footer-mobile {
    margin-left: 5px;
}

.campus__show {
    color: #df2830;
    font-size: 14px;
    margin-top: 5px;
}

.campus__show i {
    width: 88px;
    height: 19px;
    background: url("../img/city_no_h.png") 0 center no-repeat;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -3px;
}

.hot-qa__tag {
    padding: 0 40px;
    padding-top: 20px;
}


.hot-qa__tag a {
    float: left;
    display: inline;
    border: 1px solid #D5286E;
    background-color: #fff;
    text-align: center;
    line-height: 26px;
    color: #444;
    padding: 0 10px;
    margin-right: 14px;
    margin-top: 10px;
}

.hot-qa__tag a:hover,
.hot-qa__tag a.current {
    background-color: #D5286E;
    color: #fff;
    border-color: #D5286E;
}

.hot-qa__tag-right {
    padding-right: 0;
}

.hot-qa__tag-right a {
    float: right;
}

.more-subject {
    display: block;
    width: 109px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
    border: 1px solid #D5286E;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    clear: both;
    color: #D5286E;
    font-size: 14px;
    margin-top: 20px;
}

.more-subject:hover {
    background-color: #D5286E;
    color: #fff;
}

.hot-qa__container {
    margin-top: 30px;
    overflow: scroll;
    overflow-x: hidden;
    height: 380px;
    padding-left: 40px;
    margin-right: 20px;
    padding-right: 20px;
}

.hot-qa__list li {
    margin-bottom: 30px;
}

.hot-qa__q {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

.hot-qa__q em {
    font-style: normal;
    font-size: 12px;
    background-color: #454545;
    color: #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 3px;
}

.hot-qa__q p {
    float: left;
    display: inline;
    line-height: 22px;
    font-size: 16px;
    color: #333333;
    margin-left: 10px;
    width: 560px;
}

.hot-qa__q strong {
    display: inline-block;
    width: 38px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #D5286E;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 10px;
    color: #fff;
    padding: 0 10px;
}

.hot-qa__q span {
    float: right;
    display: inline;
    line-height: 16px;
    font-size: 14px;
    color: #a5a4a4;
    margin-top: 3px;
}

.hot-qa__a {
    padding-left: 26px;
    line-height: 20px;
    color: #9f9f9f;
    padding-top: 10px;
    overflow: hidden;
    height: 40px;
}

/*分页样式*/
#J_page .page {
    color: #999999;
    font-size: 14px;
    text-align: right;
    padding: 0;
    margin-left: 10px;
    padding-top: 30px;
}

#J_page .page li {
    float: left;
    display: inline;
    line-height: 18px;
    height: 18px;
    margin-right: 7px;
}

#J_page .page a {
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    height: 22px;
    width: 22px;
    text-align: center;
    display: block;
    background-color: #d2d2d2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 0;
}

#J_page .page a:hover,
#J_page .page a.active {
    color: #fff;
    background-color: #D5286E;
}

#J_page .page-total {
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
    color: #999999;
    display: none;
}

#J_page .page-prev,
#J_page .page-next {
    height: 22px;
    width: 22px;
    background-color: #d2d2d2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
    line-height: 21px;
}

#J_page .page-prev:hover,
#J_page .page-next:hover {
    color: #fff;
    background-color: #D5286E;
}

.case-list_content span {
    line-height: 32px;
    background-image: url("../img/name_bg.png");
}

.small-tab div.current {
    background-color: #D5286E;
}

/*教授评估弹出框*/

.lock-win {
    overflow: hidden;
}

.teacher-pop-wrap {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.teacher-pop-wrap em {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0c0c10;
    opacity: 0.6;
    z-index: 1;
    cursor: pointer;
}

.teacher-pop {
    position: absolute;
    z-index: 2;
    width: 410px;
    height: 340px;
    left: 50%;
    top: 50%;
    margin-left: -205px;
    -webkit-box-shadow: 0 0 9px rgba(29, 23, 60, 0.1);
    box-shadow: 0 0 9px rgba(29, 23, 60, 0.1);

}

.teacher-pop__title {
    height: 64px;
    line-height: 64px;
    position: relative;
    color: #fff;
    font-size: 22px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    background: url("../img/teacher/teacher_pop_icon.png") 130px center no-repeat #D5286E;
    padding-left: 165px;
}

.teacher-pop__close {
    position: absolute;
    width: 18px;
    height: 19px;
    right: 20px;
    top: 22px;
    display: block;
    background: url("../img/icon_close.png") 0 0 no-repeat;
}

.teacher-pop__title i {
    position: absolute;
    width: 50px;
    height: 18px;
    background: url("../img/teacher/teacher_pop_san.png") 0 0 no-repeat;
    left: 0;
    bottom: -17px;
}

.teacher-pop__content {
    background-color: #faf8f8;
    padding: 45px;
    padding-top: 20px;
}

.teacher-pop__field {
    margin-top: 25px;
}

.teacher-pop__field label {
    float: left;
    display: inline;
    font-size: 16px;
    line-height: 38px;
    color: #333333;
    padding-right: 10px;

}

.teacher-pop__field input {
    float: left;
    display: inline;
    font-size: 16px;
    height: 38px;
    width: 230px;
    border: 1px solid #909090;
    padding: 0 10px;
}

.teacher-pop__field input.teacher-pop__error {
    border-color: #D5286E;
}

.teacher-pop__submit {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    width: 130px;
    height: 40px;
    background-color: #D5286E;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.teacher-pop__submit:hover {
    background-color: #cc6158;
    color: #fff;
}

.teacher-pop__desc {
    text-align: center;
    padding: 0 20px;
    padding-top: 10px;
    padding-left: 40px;
}

.paper-ad {
    height: 225px;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
}

.paper-ad em {
    position: absolute;
    width: 240px;
    height: 178px;
    left: 50%;
    top: 50%;
    margin-left: -120px;
    margin-top: -89px;
    background-color: #fff;
    opacity: 0.8;
    z-index: 1;
}

.paper-ad dl {
    position: absolute;
    width: 200px;
    height: 158px;
    left: 50%;
    top: 50%;
    margin-left: -120px;
    margin-top: -89px;
    z-index: 2;
    padding: 20px;
    padding-bottom: 0;
}

.paper-ad dl dt {

    height: 64px;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    color: #666666;
    padding-top: 25px;
}

.paper-ad dl dt span {
    color: #2a2a2a;
    display: block;
    padding-top: 5px;
}

.paper-ad a {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    width: 80px;
    height: 29px;
    background-color: #D5286E;
    text-align: center;
    line-height: 29px;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
}

.paper-ad a:hover {
    background-color: #cc5449;
}

.popup {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 30px;
    width: 476px;
    margin-left: -268px;
    background-color: #fff;
    z-index: 100;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.popup-close {
    background: url("../../2018/img/popup_close.png") 0 0 no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 30px;
    top: 26px;
}

.popup-mask {
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
}

.prompt-content {
    line-height: 24px;
    font-size: 20px;
    color: #535151;
}

.prompt-content div {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 50px;
}

.subscribe-subject {
    padding: 30px;
}

.subscribe-subject h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.subscribe-subject p {
    font-size: 20px;
    color: #333333;
    padding-top: 15px;
}

.subscribe__field {
    margin-top: 25px;
}

.subscribe__field label {
    font-size: 16px;
    color: #333333;
    float: left;
    display: inline;
    line-height: 38px;
    width: 60px;
}

.subscribe__field input {
    float: left;
    display: inline;
    background-color: #e4e4e4;
    line-height: 38px;
    padding: 0 10px;
    width: 265px;
    border: none;
}

.subscribe__field input.subscribe__error {
    background-color: #ffb6b6;
    color: #fff;
}

.subscribe__submit {
    margin-top: 25px;
    width: 120px;
    height: 38px;
    line-height: 38px;
    background-color: #ff5f52;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.subscribe__submit:hover {
    color: #fff;
}

.subscribe__submit-forbid {
    background-color: #cccccc;
}

.subscribe-subject-success {
    padding-top: 30px;
    display: none;
}

.subscribe-subject-success .subscribe__submit {
    margin: 30px auto;
}

.subscribe-subject-success div {
    background: url("../../2018/img/success.jpg") center 0 no-repeat;
    padding-top: 140px;
    text-align: center;
    font-size: 30px;
    color: #333333;
}

.float-left {
    float: left;
    display: inline;
    width: 800px;
    margin-right: 45px;
    padding-bottom: 100px;
}

.float-right {
    float: right;
    display: inline;
    width: 355px;
    padding-bottom: 100px;
}

.float-left-school {
    width: 870px;
}

.float-right-school {
    width: 285px;
}

.ad-music-vip {
    height: 182px;
    background: url("../img/bg-rightvip.jpg") center 0 no-repeat;
    padding-top: 40px;
    padding-left: 20px;
    color: #ffffff;
    font-size: 20px;
}

.ad-music-vip a {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #e71e36;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 50px;
}

.ad-music-evaluation {
    height: 338px;
    background: url("../img/bg-rightapply.jpg") center 0 no-repeat;
    padding-top: 30px;
    color: #ffffff;
    margin-top: 20px;
}

.ad-music-evaluation h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.music-wrap {
    font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "微软雅黑", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

/*作品集课程*/
.showreel-title {
    text-align: center;
    font-size: 28px;
    color: #333;
    padding-top: 50px;
}

.showreel-list {
    position: relative;
    margin-top: 90px;
    height: 580px;
}

.showreel-list:before {
    content: '';
    display: block;
    width: 90px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: -46px;
    margin-left: -45px;
    background: url("../img/icon-disk.jpg") 0 0 no-repeat;
}

.showreel-list__pic {
    float: left;
    display: inline;
    height: 290px;
    width: 400px;
    overflow: hidden;
}

.showreel-list__pic img {
    width: 100%;
    height: 290px;
    vertical-align: top;
}

.showreel-list__content {
    position: relative;
    float: left;
    display: inline;
    width: 300px;
    height: 190px;
    z-index: 2;
    color: #2a2a2a;
    font-size: 18px;
    background-color: #f6f6f6;
    padding: 50px;
}

.showreel-list__content:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #f6f6f6;
}

.showreel-list__content:hover {
    background-color: #e71e36;
    color: #fff;
}


.showreel-list__title {
    text-align: center;
    font-size: 24px;
    color: #e71e36;
    font-weight: bold;
}

.showreel-list__content:hover .showreel-list__title {
    color: #fff;
}

.showreel-list__desc {
    line-height: 32px;
    color: #2a2a2a;
    font-size: 18px;
    padding-top: 20px;
}

.showreel-list__content:hover .showreel-list__desc {
    color: #fff;
}

.showreel-list__content-sm {
    width: 330px;
    padding: 50px 35px;
}

.showreel-list__content-sm:after {
    display: none;
}

.showreel-list__content-sm:before {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 20px solid #f6f6f6;
}

.showreel-list__content:hover:after {
    border-top: 20px solid #e71e36;
}

.showreel-list__content:hover:before {
    border-bottom: 20px solid #e71e36;
}

/*vip图标*/
.vip-service__list li {
    float: left;
    display: inline;
    width: 300px;
    height: 260px;
    text-align: center;
    color: #333333;
    font-size: 20px;
}

.vip-service__list li img {
    vertical-align: top;
}

.vip-service__list li span {
    display: block;
    padding-top: 20px;
}

.vip-service-title {
    text-align: center;
    padding: 60px 0;
    font-size: 28px;
    color: #2a2a2a;
    font-weight: normal;
}

/*表单*/


.works-form {
    background: url("../img/bg-form.jpg") center 0 no-repeat;
    height: 204px;
    margin-top: 80px;
    margin-bottom: 100px;
}

.works-form-title {
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding-top: 30px;
}

.form-field__content {
    padding: 0 50px;
}

.form-field {
    margin-top: 40px;
    margin-right: 30px;
}

.ad-form .form-field {
    margin: 0;
    width: 100%;
    margin-top: 20px;
}

.ad-form .form-field__content {
    padding-left: 30px;
}

.form-field label {
    line-height: 39px;
    font-size: 18px;
    color: #fff;
    float: left;
    display: inline;
    padding-right: 15px;
}

.ad-form label {
    font-size: 16px;
    width: 80px;
    padding-right: 10px;
    text-align: right;
}

.form-field label em {
    font-style: normal;
    color: #e52f2f;
}


.form-field__input {
    width: 180px;
    height: 35px;
    padding: 0 10px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    float: left;
    display: inline;
    border: 2px solid #e71e36;

}


.form-field__select {
    position: relative;
    width: 180px;
    height: 35px;
    padding: 0 10px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    float: left;
    display: inline;
    overflow: hidden;
    border: 2px solid #e71e36;
    cursor: pointer;
}

.ad-form .form-field__input {
    width: 160px;
}

.form-field__select-ad {
    width: 160px;
}


.form-field__select span {
    font-size: 14px;
    color: #333;
    height: 35px;
    line-height: 35px;
    display: block;
}

.form-field__select select {
    width: 100%;
    position: absolute;
    top: 7px;
    left: 10px;
    opacity: 0;
    z-index: 2;

}

.form-field__select em {
    background: url("../img/arrow.png") 0 0 no-repeat;
    width: 17px;
    height: 8px;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    background-size: contain;
}

.form-field__error .form-field__input,
.form-field__error .form-field__select {
    border-color: #ff595c;
}

.form-field__submit {
    float: left;
    display: inline;
    width: 130px;
    height: 39px;
    line-height: 41px;
    background-color: #e71e36;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.ad-form .form-field__submit {
    margin-left: 90px;
    margin-top: 25px;
    clear: both;
}

.form-field__submit:hover {
    background-color: #cc1b2f;
    color: #fff;
}

.form-field__submit-forbid {
    background-color: #ccc;
    color: #fff;
}

.zzcwe {
    background-color: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 205;
    filter: alpha(opacity=60);
    opacity: 0.6;
    width: 100%;
    height: 100%;
    display: none;
}

.modal-box {
    width: 600px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    margin-left: -300px;
    margin-top: -150px;
    display: none;

}

.modal-box h3 {
    font-size: 24px;
    padding: 30px 0;
    border-bottom: 1px solid #999;
    text-align: center;
    color: #333;
}

.modal-box .closes {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
    background: url(https://imgs.sfkedu.com/static/web/2016tm/img/new_close_icon.png) no-repeat center;
    /* background: url(../../img/home/new_close_icon.png) no-repeat center; */
    cursor: pointer;
}

.boxcsw p {
    font-size: 16px;
    margin-top: 35px;
    color: #666;
    text-align: center;
}

.boxcsw p span {
    margin-left: 20px;
    display: inline-block;
}

.boxcsw p input {
    display: inline-block;
    width: 300px;
    height: 30px;
    text-indent: 10px;
    margin-left: 10px;
}

.btnsub{
    width: 135px;
    height: 40px;
    background: #dd2830;
    margin:0 auto;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    margin:20px auto 30px;
}