@charset "UTF-8";
/*reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.clearfix:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
  visibility: hidden;
}

/*声明 WebFont*/
@font-face {
  font-family: 'zhanku';
  src: url("../font/zhanku.eot");
  src: url("../font/zhanku.eot?#font-spider") format("embedded-opentype"), url("../font/zhanku.woff") format("woff"), url("../font/zhanku.ttf") format("truetype"), url("../font/zhanku.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  min-width: 1110px;
}

.wrapper {
  position: relative;
  margin: auto;
  width: 1080px;
}

.banner {
  position: relative;
  height: 640px;
  background: url("../img/banner.jpg") center no-repeat;
}

.banner .text {
  position: absolute;
  bottom: 45px;
  width: 100%;
  font-family: 'zhanku';
  font-size: 23px;
  color: #000;
  text-align: center;
}

.head-title {
  height: 150px;
}

.head-title h3 {
  position: absolute;
  top: 84px;
  left: 56px;
  font-family: zhanku;
  font-size: 33px;
  font-weight: normal;
  color: #fff;
}

/* 寒假你想怎么过 */
.sites-shown .head-title {
  background: url("../img/sites_shown_title.jpg") center no-repeat;
}

.sites-shown .head-title h3 {
  top: 88px;
  left: 74px;
  letter-spacing: 3px;
}

.sites-shown .shown-list1 {
  height: 288px;
  background: url("../img/sites_shown_1.jpg") center no-repeat;
}

.sites-shown .shown-list2 {
  height: 288px;
  background: url("../img/sites_shown_2.jpg") center no-repeat;
}

.sites-shown .shown-list3 {
  height: 292px;
  background: url("../img/sites_shown_3.jpg") center no-repeat;
}

/* 冬日宣言不趴窝 */
.sites-manifesto {
  font-family: 'zhanku';
}

.sites-manifesto .head-title {
  background: url("../img/sites_manifesto_title.jpg") center no-repeat;
}

.sites-manifesto .head-title h3 {
  top: 90px;
  left: 78px;
  letter-spacing: 3px;
}

.sites-manifesto .content {
  padding-top: 24px;
  height: 974px;
  background: url("../img/sites_manifesto_bg.jpg") center no-repeat;
}

.sites-manifesto .barrage {
  position: relative;
  margin: auto;
  width: 860px;
  height: 528px;
  background: url("../img/barrage_bg.jpg") no-repeat;
}

.sites-manifesto .barrage-inner {
  position: absolute;
  top: 68px;
  left: 28px;
  width: 806px;
  height: 420px;
  overflow: hidden;
}

.sites-manifesto .barrage-inner div {
  line-height: 42px;
}

.sites-manifesto .manifesto-text {
  margin: 30px auto;
  width: 800px;
  height: 112px;
  background: url("../img/manifesto_text.jpg") no-repeat;
}

.sites-manifesto .barrage-input {
  margin: auto;
  padding: 15px;
  width: 830px;
  height: 150px;
  border: 1px dashed #3c4089;
  border-radius: 20px 0;
}

.sites-manifesto .barrage-input .left {
  float: left;
  width: 640px;
  height: 100%;
}

.sites-manifesto .barrage-input .left .item {
  width: 100%;
  background-color: #ffda44;
  border-radius: 5px;
}

.sites-manifesto .barrage-input .left .item span {
  float: left;
  font-size: 18px;
  text-indent: 12px;
}

.sites-manifesto .barrage-input .left .item textarea,
.sites-manifesto .barrage-input .left .item input {
  float: left;
  width: 460px;
  font-family: 'zhanku';
  font-size: 18px;
  line-height: 24px;
  color: #ff7400;
  outline: none;
  border: 0;
  background-color: #ffda44;
}

.sites-manifesto .barrage-input .left .item input::-webkit-input-placeholder,
.sites-manifesto .barrage-input .left .item textarea::-webkit-input-placeholder {
  color: #ff7400;
}

.sites-manifesto .barrage-input .left .item input:-moz-placeholder,
.sites-manifesto .barrage-input .left .item textarea:-moz-placeholder {
  color: #ff7400;
}

.sites-manifesto .barrage-input .left .item input::-moz-placeholder,
.sites-manifesto .barrage-input .left .item textarea::-moz-placeholder {
  color: #ff7400;
}

.sites-manifesto .barrage-input .left .item input:-ms-input-placeholder,
.sites-manifesto .barrage-input .left .item textarea:-ms-input-placeholder {
  color: #ff7400;
}

.sites-manifesto .barrage-input .left .textbox {
  height: 90px;
}

.sites-manifesto .barrage-input .left .textbox span {
  margin-top: 10px;
}

.sites-manifesto .barrage-input .left .textbox textarea {
  margin-top: 7px;
}

.sites-manifesto .barrage-input .left .namebox {
  margin-top: 10px;
  height: 50px;
  line-height: 50px;
}

.sites-manifesto .barrage-input .left .namebox input {
  margin-top: 12px;
}

.sites-manifesto .barrage-input .right {
  float: right;
  width: 180px;
  height: 100%;
  background-color: #333;
  border-bottom-right-radius: 18px;
}

.sites-manifesto .barrage-input #manifestoBtn {
  margin: 52px auto;
  display: block;
  width: 146px;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background: url("../img/manifesto_btn.png") no-repeat;
  cursor: pointer;
}

.sites-manifesto .tips {
  margin-top: 20px;
  font-size: 20px;
  color: #000;
  text-align: center;
}

.sites-manifesto .tips .num {
  font-size: 24px;
  color: #ff7400;
}

/* 语培选择新航道 */
.sites-xhd .head-title {
  background: url("../img/sites_xhd_title.jpg") center no-repeat;
}

.sites-xhd .content {
  height: 1629px;
  background: url("../img/sites_xhd_bg.jpg") center no-repeat;
  overflow: hidden;
}

.sites-xhd .head {
  margin: auto;
  width: 800px;
  font-family: 'zhanku';
  text-align: center;
}

.sites-xhd .head .icon {
  padding-top: 20px;
  margin: auto;
  width: 70px;
  height: 53px;
  background: url("../img/icon1.jpg") bottom no-repeat;
}

.sites-xhd .head h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #ff7400;
}

.sites-xhd .head p {
  font-size: 20px;
  line-height: 30px;
}

.sites-xhd .head p em {
  font-style: normal;
  color: #ff7400;
}

.sites-xhd .center {
  position: relative;
  margin: 10px auto;
  width: 934px;
  height: 512px;
  background: url("../img/sites_xhd_center_bg.jpg") no-repeat;
}

.sites-xhd .center .serve {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -212px;
  width: 424px;
  height: 424px;
  background: url("../img/serve_bg.png") center no-repeat;
}

.sites-xhd .center .serve li {
  position: absolute;
  width: 100px;
  height: 140px;
  text-indent: -9999px;
  cursor: pointer;
}

.sites-xhd .center .serve .list1 {
  top: 192px;
  left: 24px;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
       -o-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.sites-xhd .center .serve .list2 {
  top: 22px;
  left: 74px;
  -webkit-transform: rotate(52deg);
      -ms-transform: rotate(52deg);
       -o-transform: rotate(52deg);
          transform: rotate(52deg);
}

.sites-xhd .center .serve .list3 {
  top: 194px;
  right: 22px;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
       -o-transform: rotate(20deg);
          transform: rotate(20deg);
}

.sites-xhd .center .serve .list4 {
  top: 22px;
  right: 74px;
  -webkit-transform: rotate(-52deg);
      -ms-transform: rotate(-52deg);
       -o-transform: rotate(-52deg);
          transform: rotate(-52deg);
}

.sites-xhd .center .serve .list5 {
  left: 144px;
  bottom: 12px;
  width: 140px;
  height: 100px;
}

.sites-xhd .center .teachers {
  position: absolute;
  top: -12px;
  right: 0;
  width: 246px;
}

.sites-xhd .center .teachers .list {
  position: absolute;
  width: 82px;
  height: 95px;
  overflow: hidden;
  cursor: pointer;
}

.sites-xhd .center .teachers .list.current {
  z-index: 10;
}

.sites-xhd .center .teachers .list.current p {
  opacity: 0;
}

.sites-xhd .center .teachers .list img {
  display: block;
  width: 100%;
}

.sites-xhd .center .teachers .list p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: url("../img/teacher_name_bg.png") center no-repeat;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.sites-xhd .center .teachers .list1 {
  top: 0;
  left: 82px;
}

.sites-xhd .center .teachers .list2 {
  top: 71px;
  left: 41px;
}

.sites-xhd .center .teachers .list3 {
  top: 71px;
  left: 123px;
}

.sites-xhd .center .teachers .list4 {
  top: 142px;
  left: 0;
}

.sites-xhd .center .teachers .list5 {
  top: 142px;
  left: 82px;
}

.sites-xhd .center .teachers .list6 {
  top: 142px;
  left: 164px;
}

.sites-xhd .center .teachers .list7 {
  top: 213px;
  left: 41px;
}

.sites-xhd .center .teachers .list8 {
  top: 213px;
  left: 123px;
}

.sites-xhd .serve-list {
  margin: auto;
  width: 952px;
  font-family: 'zhanku';
}

.sites-xhd .serve-list .item {
  margin-bottom: 10px;
  padding: 10px 20px;
  height: 70px;
  border: 1px solid #eee;
  background-color: #eee;
  border-radius: 10px;
}

.sites-xhd .serve-list .item h4 {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: normal;
}

.sites-xhd .serve-list .item p {
  font-size: 16px;
  line-height: 22px;
  color: #666;
}

.sites-xhd .serve-list .item1 h4 {
  color: #103a8a;
}

.sites-xhd .serve-list .item1.active {
  border-color: #103a8a;
}

.sites-xhd .serve-list .item2 h4 {
  color: #f66330;
}

.sites-xhd .serve-list .item2 p {
  letter-spacing: -1px;
}

.sites-xhd .serve-list .item2.active {
  border-color: #f66330;
}

.sites-xhd .serve-list .item3 h4 {
  color: #30a0f6;
}

.sites-xhd .serve-list .item3.active {
  border-color: #30a0f6;
}

.sites-xhd .serve-list .item4 h4 {
  color: #64a81f;
}

.sites-xhd .serve-list .item4.active {
  border-color: #64a81f;
}

.sites-xhd .serve-list .item5 h4 {
  color: #ffb244;
}

.sites-xhd .serve-list .item5.active {
  border-color: #ffb244;
}

.sites-xhd .foot {
  position: relative;
  margin: 50px auto 0;
  padding-top: 90px;
  width: 950px;
  background: url("../img/sites_xhd_foot_bg.jpg") no-repeat;
  font-family: "zhanku";
  text-align: center;
}

.sites-xhd .foot .title {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -95px;
  width: 190px;
}

.sites-xhd .foot .title .icon {
  display: block;
  margin: auto;
  width: 70px;
  height: 53px;
  background: url("../img/icon2.png") no-repeat;
}

.sites-xhd .foot .title h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 42px;
  color: #9550e7;
  border-bottom: 2px dashed;
}

.sites-xhd .foot h5 {
  font-size: 18px;
  font-weight: normal;
}

.sites-xhd .foot p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  text-indent: 2em;
}

.sites-xhd .foot .text {
  margin-top: 20px;
  padding: 16px 0;
  border: 1px dashed #333;
  font-size: 52px;
  color: #ff7400;
}

.sites-xhd .foot .text span {
  color: #666;
}

/* 全国特价优惠多 */
.sites-school .head-title {
  background: url("../img/sites_school_title.jpg") center no-repeat;
}

.sites-school .content {
  height: 832px;
  background: url("../img/sites_school_bg.jpg") center no-repeat;
}

.sites-school .title {
  margin: auto;
  width: 560px;
  font-family: "zhanku";
  font-size: 24px;
  text-align: center;
  color: #f58b33;
}

.sites-school .title h4 {
  position: relative;
  padding-top: 30px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #333;
  border-bottom: 1px dashed #333;
}

.sites-school .title h4:before, .sites-school .title h4:after {
  position: absolute;
  top: 63px;
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #3d4f87;
  border-radius: 50%;
  background: #fff;
}

.sites-school .title h4:before {
  left: 0;
}

.sites-school .title h4:after {
  right: 0;
}

.sites-school .slider-container {
  position: relative;
  margin: 20px auto 0;
  width: 1026px;
}

.sites-school .slider {
  position: relative;
  width: 100%;
  height: 616px;
  overflow: hidden;
}

.sites-school .slider-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

.sites-school .slider-list {
  height: 616px;
}

.sites-school .slider-list .item {
  display: block;
  float: left;
  margin: 12px 10px;
  padding: 10px;
  width: 300px;
  height: 108px;
  border: 1px solid #333;
  border-radius: 63px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sites-school .slider-list .item:hover {
  background-color: #ffda44;
}

.sites-school .slider-list .photo {
  position: relative;
  float: left;
  width: 108px;
  height: 108px;
  text-align: center;
}

.sites-school .slider-list .photo img {
  display: block;
  width: 100%;
}

.sites-school .slider-list .photo .circle {
  position: absolute;
  right: -6px;
  bottom: 0;
  padding-top: 6px;
  width: 50px;
  height: 44px;
  border-radius: 50%;
  background-color: #f66330;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}

.sites-school .slider-list .info {
  float: right;
  width: 170px;
}

.sites-school .slider-list .info h5 {
  font-size: 20px;
  line-height: 40px;
  font-weight: normal;
  color: #344782;
}

.sites-school .slider-list .info p {
  margin-top: 2px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.sites-school .slider-pagnation {
  position: absolute;
  top: 43%;
  right: -70px;
  width: 16px;
}

.sites-school .slider-pagnation span {
  display: block;
  margin-bottom: 8px;
  width: 12px;
  height: 12px;
  background-color: #333;
  border: 2px solid #333;
  border-radius: 50%;
  cursor: pointer;
}

.sites-school .slider-pagnation span.current {
  background-color: #fff;
}

/*底部*/
.foot {
  padding: 60px 0;
  text-align: center;
}

.foot a {
  display: inline-block;
  margin: 0 30px;
  width: 315px;
  height: 58px;
  line-height: 58px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background-color: #4d61a0;
  border: 1px solid #4d61a0;
  border-radius: 8px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.foot a:hover {
  color: #4d61a0;
  background-color: #fff;
}

.footer {
  margin: 0 auto;
  padding: 20px 0 30px;
  width: 1080px;
  border-top: 1px solid #999;
}

.footer .footer-left {
  float: left;
  margin-left: 15px;
  padding-right: 20px;
  border-right: 1px solid #999;
  color: #3c8efc;
}

.footer .footer-left p {
  font-size: 20px;
  font-weight: bold;
}

.footer .footer-left h4 {
  font-size: 32px;
  font-weight: normal;
  text-indent: 30px;
}

.footer .footer-left span {
  float: right;
  font-size: 14px;
}

.footer .footer-right {
  position: relative;
  float: left;
  width: 730px;
  margin-left: 20px;
  line-height: 30px;
  color: #333;
}

.footer .footer-right .kexin {
  position: absolute;
  top: 10px;
  right: 0;
  width: 127px;
  height: 47px;
  background: url(../img/cnnic.png) no-repeat;
}

/* 预约弹窗 */
.yuyue-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.yuyue-container .opa {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  -webkit-filter: opacity(60);
          filter: opacity(60);
}

.yuyue-container .content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -465px 0 0 -507px;
  width: 1014px;
  height: 930px;
  background: url("../img/form_tc_bg.png") no-repeat;
}

.yuyue-container .alert-icon {
  position: absolute;
  top: 330px;
  right: 60px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  background-color: #f30a2c;
  font-size: 42px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.yuyue-container .form {
  position: absolute;
  top: 465px;
  left: 328px;
  padding: 20px;
  width: 320px;
  background-color: #e7ca45;
  border-radius: 5px;
}

.yuyue-container .form .course span {
  float: left;
  font-size: 16px;
  line-height: 30px;
}

.yuyue-container .form .course .item {
  float: left;
  margin-left: 10px;
}

.yuyue-container .form .course .item label {
  display: block;
  width: 70px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.yuyue-container .form .course .item input:checked + label {
  background: #f58b33;
  color: #fff;
}

.yuyue-container .form .course input {
  display: none;
}

.yuyue-container .form input {
  display: block;
  margin-top: 15px;
  width: 318px;
  height: 38px;
  border: 1px solid #e7ca45;
  font-size: 16px;
  text-indent: 12px;
  border-radius: 10px;
  outline: none;
}

.yuyue-container .form input:focus, .yuyue-container .form input:hover {
  border-color: #f58b33;
}

.yuyue-container .form #submit {
  display: block;
  margin: 20px auto 0;
  width: 178px;
  height: 44px;
  line-height: 38px;
  background: url("../img/submit_bg.png") no-repeat;
  font-size: 20px;
  color: #fff;
  text-align: center;
  outline: none;
  cursor: pointer;
}

.right-pc {
  position: fixed;
  top: 20px;
  right: 50%;
  margin-right: -650px;
  width: 100px;
  background-color: #333;
  text-align: center;
  display: none;
}

.right-pc .title {
  padding: 15px 0;
  line-height: 26px;
  font-size: 24px;
  color: #fff;
  background-color: #111;
}

.right-pc .getyh {
  padding: 15px 0 10px;
  font-size: 18px;
  line-height: 20px;
  color: #ffda44;
  cursor: pointer;
}

.right-pc .getyh:hover {
  color: #ff7400;
}

.right-pc .gotop {
  padding: 12px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  cursor: pointer;
}

.right-pc .gotop:hover {
  color: #ffda44;
}

.nc-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
}

.nc-container .nc-alert {
  position: absolute;
  left: 50%;
  z-index: 2;
  margin-left: -275px;
  padding: 30px;
  width: 550px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nc-container .nc-alert.animate-open-alert {
  -webkit-animation: animate-open-alert 0.3s;
  -o-animation: animate-open-alert 0.3s;
  animation: animate-open-alert 0.3s;
}

.nc-container .nc-alert.animate-open-alert .nc-success-icon:after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  -o-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

.nc-container .nc-alert.animate-open-alert .nc-success-icon .left {
  -webkit-animation: animate-success-left 0.75s;
  -o-animation: animate-success-left 0.75s;
  animation: animate-success-left 0.75s;
}

.nc-container .nc-alert.animate-open-alert .nc-success-icon .right {
  -webkit-animation: animate-success-right 0.75s;
  -o-animation: animate-success-right 0.75s;
  animation: animate-success-right 0.75s;
}

.nc-container .nc-alert.animate-close-alert {
  -webkit-animation: animate-close-alert 0.15s forwards;
  -o-animation: animate-close-alert 0.15s forwards;
  animation: animate-close-alert 0.15s forwards;
}

.nc-container .nc-alert .nc-icon {
  margin: 10px 0 18px;
  height: 88px;
  overflow: hidden;
}

.nc-container .nc-alert .nc-icon .nc-success-icon {
  display: none;
  position: relative;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border: 4px solid #13ce66;
  border-radius: 50%;
}

.nc-container .nc-alert .nc-icon .nc-success-icon:before {
  position: absolute;
  top: 14px;
  left: -25px;
  content: "";
  width: 60px;
  height: 120px;
  background-color: #fff;
  border-radius: 120px 0 0 120px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nc-container .nc-alert .nc-icon .nc-success-icon:after {
  position: absolute;
  top: -11px;
  left: 30px;
  content: "";
  width: 60px;
  height: 120px;
  background-color: #fff;
  border-radius: 0 120px 120px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  -ms-transform-origin: 0 60px;
  -o-transform-origin: 0 60px;
  transform-origin: 0 60px;
}

.nc-container .nc-alert .nc-icon .nc-success-icon .line {
  position: absolute;
  z-index: 2;
  display: block;
  height: 5px;
  background-color: #13ce66;
  border-radius: 2px;
}

.nc-container .nc-alert .nc-icon .nc-success-icon .line.left {
  top: 46px;
  left: 14px;
  width: 25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nc-container .nc-alert .nc-icon .nc-success-icon .line.right {
  top: 38px;
  right: 8px;
  width: 47px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nc-container .nc-alert .nc-icon .nc-success-icon .placeholder {
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
  width: 80px;
  height: 80px;
  border: 4px solid rgba(19, 206, 102, 0.3);
  border-radius: 50%;
}

.nc-container .nc-alert .nc-icon .nc-success-icon .fix {
  position: absolute;
  left: 24px;
  top: 6px;
  z-index: 1;
  width: 7px;
  height: 90px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nc-container .nc-alert .nc-icon .nc-info-icon {
  display: none;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 4px solid rgba(32, 160, 255, 0.8);
  border-radius: 50%;
  font-size: 50px;
  font-weight: bold;
  color: #20a0ff;
  text-align: center;
}

.nc-container .nc-alert .title {
  line-height: 40px;
  font-size: 22px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

.nc-container .nc-alert .subtit {
  font-size: 16px;
  color: #20a0ff;
  text-align: center;
}

.nc-container .nc-alert .nc-content {
  text-align: center;
  list-style: none;
}

.nc-container .nc-alert .nc-content li {
  font-size: 16px;
  line-height: 26px;
  color: #ff4949;
}

.nc-container .nc-alert .alert-btn {
  display: block;
  margin: 22px auto 0;
  width: 90px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #20a0ff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.nc-container .nc-alert .alert-btn:hover {
  background-color: #1d8ce0;
}

.nc-container .nc-backdrop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/**
 * animate-alert
 */
@-webkit-keyframes animate-open-alert {
  0%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes animate-open-alert {
  0%, 60%, 80%, 100% {
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -o-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animate-open-alert {
  0%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.97);
    -o-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes animate-close-alert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@-o-keyframes animate-close-alert {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes animate-close-alert {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

/**
 * animation-success
 */
@-webkit-keyframes animate-success-left {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 46px;
  }
}

@-o-keyframes animate-success-left {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 46px;
  }
}

@keyframes animate-success-left {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 46px;
  }
}

@-webkit-keyframes animate-success-right {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-o-keyframes animate-success-right {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animate-success-right {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@-o-keyframes rotatePlaceholder {
  0% {
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
