@CHARSET "UTF-8";
body {
    padding-top: 70px;
    background: #fff;
}

body.body-white {
    background: #fff;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar .nav .user {
    padding: 0;
    line-height: 70px;
    margin-left:0px;
}
@media (max-width: 767px){
    .navbar .nav .user {
        margin-left:60px;
        margin-right: 60px
    }
}
.navbar .nav .user .headicon {
    margin: 0 5px;
    height: 30px;
}

.navbar .nav .user .caret {
    vertical-align: middle;
    margin: 0 5px;
}

/*tc widget*/
.tc-main {
    margin-top: 20px;
    min-height:600px; height:auto!important; height:600px;

}

/*tc-box*/
.tc-box {
    background: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

.body-white .tc-box{
    border: solid 1px #eee;
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
    padding: 5px 20px;
}

.vourse-video{
    background: #000;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0

}
.video-breadcrumb {
    background-color: #fff !important;
}
.video-breadcrumb a{
    color: #b97a01 !important;
}
.video-breadcrumb a:active{
    color: #b97a01 !important;
}

.video-list-a{
    color: #b97a01 !important;
}
.video-list-index{
    background: #FC9B0B !important;
}

.article-box {
    padding: 20px 0px 5px 0px;
}
.course-title {
    font-size: 22px;
    line-height: 32px;
}
.course-title h3 {
    color: #f4f4f4;
    display: inline-block;
    max-width: 780px;
    vertical-align: top;
}
.course-hints {
    margin-top: 4px;
    font-size: 14px;
    line-height: 16px;
}
.course-hints .line-item {
    display: inline-block;
        
    color: #b97a01;
    vertical-align: middle;
}
.course-bottom {
    min-height: 92px;
    padding: 14px 16px;
    box-sizing: border-box;
    background-color: #232323;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}


/*tc-box end */

/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/
.tc-gridbox-container {
    width: 25%;
    float: left;
}

.tc-gridbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #eee;
    background: #fff;
    cursor: pointer;
}

.tc-gridbox {
    margin: 0 10px 20px 10px;
}

.tc-gridbox:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}

.tc-gridbox a {
    text-decoration: none;
}

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox {
        display: block;
        float: none;
        width: 95%;
    }
}

@media ( max-width: 979px) {
    .tc-gridbox-container {
        display: block;
        float: none;
        width: 100%;
    }

    .tc-gridbox {
        margin: 0 0 10px 0;
    }
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    background: #fff;
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {

    /*-webkit-transform: scale(1.2) rotate(2deg);*/
    /*-moz-transform: scale(1.2) rotate(2deg);*/
    /*-o-transform: scale(1.2) rotate(2deg);*/
    /*-ms-transform: scale(1.2) rotate(2deg);*/
    /*transform: scale(1.2) rotate(2deg);*/
}

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
    color: #454a4e;
    white-space: nowrap;
}

.tc-gridbox .header .meta {
    color: #5a6065;
}

.tc-gridbox .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #343a3f;
}

.tc-gridbox .body a {
    color: #666;
}

.tc-gridbox .body a:hover {
    color: #428bca;
}

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

.masonary-container .item h3 {
    line-height: 100%;
}

.masonary-container .grid-sizer, .masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}

@media ( max-width: 479px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 98%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

@media ( min-width: 480px) and (max-width: 767px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

/*list Boxes
------------------------------------*/
.list-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
    border: solid 1px #fce8a1;
}

.list-boxes:hover {
    border: solid 1px #ddd;
}

.list-boxes h2 a {
    color: #555;
}

.list-boxes:hover h2 a {
    color: #f90;
}

.list-boxes .list-actions a {
    font-size: 16px;
    text-decoration: none;
}

.list-boxes p a {
    color: #72c02c;
}

.list-boxes .list-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

.list-boxes .list-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.list-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
    display: inline;
}

.list-boxes ul.list-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
    color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}

/*Red list Box*/
.list-boxes-red {
    background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
    background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
    background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
    border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
    border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
    border-right-color: #5fb611;
}

/*comments*/
.comment {
    margin-bottom: 10px;
}

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox-wraper {

}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}

/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
    border-color: #FC9B0B;
    border-top-color: #FC9B0B;
    background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
    border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
    color: #777;
    display: block;
    font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
    text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
    text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

.tc-photos li a {
    text-decoration: none;
}

.tc-photos li img {
    opacity: 0.6;
    width: 50px;
    height: 50px;
    margin: 0 2px 8px;
    border: 1px solid #ddd;
}

.tc-photos li img:hover {
    opacity: 1;
    border: 1px solid #f90;
    /* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt .img-wraper {
    display: block;
    width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
    /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-md {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-lg {
    padding-top: 150px;
    padding-bottom: 150px;
}

.padding-b-0 {
    padding-bottom: 0px !important;
}
.thumb-img {
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
}
.btn-dark {
  background-color: #3b4a69;
  color: #fff !important;
  padding: 9px 20px !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.04em;
    -webkit-transition: all 400ms ease-in-out;
       -moz-transition: all 400ms ease-in-out;
       -o-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
}
.home-register {
  padding-top: 70px;
}
.home {
    background-color: #f2f6fa;
    padding-bottom: 150px;
}
.bg-dark {
  background-color: #28282e !important;
}
.bg-blue{
    background-color: #4fc1e9 !important;
    width: 100%;
}
.bg-gray{
    background-color: #e6e5e5 !important;
}
.btn-white {
  background-color: #fff;
  color: #505458;
  padding: 5px 20px !important;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 100px;
  font-size: 32px;
  letter-spacing: 0.04em;
    -webkit-transition: all 400ms ease-in-out;
       -moz-transition: all 400ms ease-in-out;
       -o-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
}
.btn-blue {
  background-color: #4fc1e9;
  color: #505458;
  padding: 5px 30px !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.04em;
    -webkit-transition: all 400ms ease-in-out;
       -moz-transition: all 400ms ease-in-out;
       -o-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
}
.home-wrapper p {
  font-size: 15px;
  letter-spacing: 2px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #787787;
}
.intro-form {
  background-color: #4fc1e9;
  padding: 30px;
  border-radius: 5px;
  border: 3px solid #eee0;
}
.intro-form-lucency{
  background-color: #ffffff00;
  padding: 30px;
  border-radius: 5px;
  border: 3px solid #eee0;
}
.bg-top-img{
    background: url("../images/demo/4.png") center;
    position: relative;
    background-size: cover;
}
.bg-top-img-size{
    width: 100%;
    height: 727px;
}
.bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0,0,0,0.7);
}
.bg-bottom-img{
    background: url("../images/demo/5.png")  center;
    background-size: contain;
}
.bottom-text-size{
    padding-top: 50px;
    width: 70%;
    font-size: 24px;
}
.bg-bottom-img-size{
    width: 100%;
    height: 298px;
}
.text-white{
    color: #fff;
}
.text-blue{
    color:#4fc1e9;
}
.border-radius{
    border-top-right-radius: 5px; 
    border-top-left-radius: 5px; 
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}
.btn-bg-transparency {
  padding: 5px 30px;
  position: relative;
  border: 2px solid #4fc1e9;
  display: inline-block;
  color: #4fc1e9;
  margin-right: 10px;
  text-align: left;
}
.bg-alliance-way{
    background: url("../images/demo/alliance_way.png") no-repeat center;
    background-size: contain;
    width: 100%;
    height: 500px;
}
.text-border{
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 30px;
}
.text-border-card{
    padding-top: 5px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
}
.bg-alliance-form{
    text-align: center;
    background-size: contain;
    width: 80%;
    max-width: 500px;
    height: auto;
    margin:100px auto;
}
.bg-card{
    background: url("../images/card.png") no-repeat center;
    background-size: 276px 432px;
    height: 404px;
}
.bg-card-width{
    background: url("../images/kuang_heng.png") no-repeat center;
    background-size: 355px 105px;
    width: 355px;
    height: 105px;
}
.img-border{
    padding-top: 50px;
    padding-bottom: 15px;
}
.card-padding{
    padding-left: 50px;
    padding-right: 50px;
}
.split-line{
    display: block;
    margin: 10px auto 15px;
    width: 50px;
    border-top: 4px solid #54C3D4;
    border-radius: 4px;
}
.padding-1{
    padding :20px 160px;
}
.tab-p {
    font-size: 15px;
    letter-spacing: 2px;
    text-align:center;
    color: #999;
    margin:15px 0 45px;
}
.question-box {
    padding: 20px;
}
.header-shadow{
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.43); 
}
.li-line {
    width: 32px;
    background: rgba(255,255,255,1);
    position: absolute;
    top: 60px;
    left: 0;
    height: 3px;
    transition: all 0.3s;
    z-index: 1000;
    display: none;
}
.navoffset-nav {
    margin-left: 60px !important;
}
.logo{
    margin-top: 5px;
}
.header-nav2 {
    background: #fff !important;
    box-shadow: 0px 0px 10px 1px #ccc;
}
.header-nav2 .li-line {
    background: #ffd236;
}
.header-nav2 .dropdwon-color {
    background: #fff;
}

.header-nav2 ul li a {
    display: block;
    height: 100%;
    font-size: 14px;
    color: #ffd236 !important;
}
.nav-backgroud{
    background: #212d53 ;
}
.one{
    margin: 0px auto;
}
.one .box {
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 10px;
    /*-webkit-box-shadow: 0 5px 20px #ffd2363d;
    box-shadow: 0 5px 20px #ffd2363d;*/
}
.one .box .item {
    width: 562px;
    float: left;
}
.two {
    width: 100%;
    height: auto;
    border-bottom-right-radius: 200px;
    background: #ffd2363d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.two-line {
    width: 40px;
    height: 8px;
    background: #ffd236;
    margin: 45px auto 45px auto;
}
@media (max-width: 767px){
    .two-line{
        margin: 25px auto 25px auto;
    }
    .li-line {
        background: rgba(255,255,255,0);
    }
}
.two .two-info{
    padding: 27px 25px;
    font-size: 16px;
    text-align: left;
}
.text-black{
    color: #4b4b4b;
}
.navbar li a:hover {
    background-color:rgba(0,0,0,0) !important;
}
.three {
    width: 1162px;
    margin: 0 auto;
    overflow: hidden;
}

.three-line {
    width: 40px;
    height: 8px;
    background: #47bbaa;
    margin: 45px auto 30px auto;
}

.three-ul {
    width: 100%;
    height: auto;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}


.three-ul li {
    display: block;
    float: left;
    width: 350px;
    height: 350px;
    position: relative;
    border-bottom-left-radius: 75px;
    border-top-right-radius: 75px;
    margin: 12px;
    overflow: hidden;
}

.three li .item{
    height: 100%;
  
}
.three li .item img{
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.three-ul li .p1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.three li .item-text {
    width: 100%;
    height: 100%;
    background: #ffd236;
    color: #fff;
    position: absolute;
    opacity: 0;
    top: 0;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.three li:hover .item-text {
    opacity: 1;
}

.three li .item-text .text1 {
    font-size: 32px;
    margin-top: 60px;
    line-height: 1;
}

.three li .item-text .text2 {
    font-size: 20px;
    margin: 40px 30px;
    color: #fff;
    text-align: center;
    line-height: 2;
}
.title {
    text-align: center;
    color: #ffc600;
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
}
.four {
    width: 100%;
    
    background: #ffd236;
    height: auto;
    border-bottom-right-radius: 225px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.four .four-max-title {
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin-top: 50px;
    font-weight: 600;
}

.four-line {
    width: 40px;
    height: 8px;
    background: #fff;
    margin: 45px auto 0px auto;
}

.four .item-box {
    width: 886px;
    margin: 40px auto 0px auto;
    padding-bottom: 50px;
    height: 550px;
    position: relative;
}

.four .item1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    padding-bottom: 50px;
    background: #fef5988a;
    border-top-left-radius: 75px;
    border-bottom-right-radius: 75px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.four .item-active {
    top: 54px;
    left: 54px;
    background: #fff;
    z-index: 1;
}

.four-title {
    font-size: 24px;
    color: #676767;
    text-align: center;
    margin-top: 90px;
    line-height: 1;
    margin-bottom: 65px;
    /* font-weight: 600; */
}

.four-text {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    color: #676767;
}

.four .item-btn {
    width: 100%;
    position: absolute;
    top: 420px;
    left: 0;
    width: 100%;
    text-align: center;
}

.four .item-btn span {
    margin: 0 25px;
    display: inline-block;
    cursor: pointer;
}
.five {
    width: 100%;
    margin:100px auto;
    background: #ffd2363d;
    border-bottom-left-radius: 250px;
    overflow: hidden;
}

.five-line {
    width: 40px;
    height: 8px;
    background: #ffd236;
    margin: 45px auto 30px auto;
}

.five ul {
    width: 100%;
    list-style: none;
    margin: 0 auto;
    background: url('../images/xline.png') center 40px no-repeat;
    overflow: hidden;
}

.five ul li {
    display: inline-block;
    float: left;
    width: 230px;
    margin: 0 60px;
    text-align: center;
}

.five img {
    margin-bottom: 50px;
}

.five .li-title {
    color: #646464;
    font-size: 24px;
    margin-bottom: 25px;
}

.five .li-title span {
    color: #b97a01;
    margin-right: 5px;
}

.five .li-text {
    color: #4b4b4b;
    font-size: 16px;
    line-height: 1.6;
}

.five a {
    display: block;
    width: 265px;
    height: 56px;
    margin: 60px auto 90px auto;
    background: #fdb308;
    color: #fff;
    border-radius: 28px;
    font-size: 24px;
    text-align: center;
    line-height: 56px;
    -webkit-box-shadow: 0 0 18px rgba(255, 178, 0, 0.61);
            box-shadow: 0 0 18px rgba(255, 178, 0, 0.61);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.five a:hover{
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.six {
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.six-line {
    width: 40px;
    height: 8px;
    background: #ffc600;
    margin: 45px auto 32px auto;
}
.six-content {
    width: 60%;
    margin: 0 auto;
    position: relative;
}

.six-title {
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-top: 80px;
    font-weight: 600;
}

.six-content .box {
    width: 100%;
    height: 380px;
    background: #ffe683 762px 60px no-repeat;
    border-top-left-radius: 70px;
    overflow: hidden;
}

.six .box ul {
    padding-top: 60px;
    padding-left: 110px;
    padding-right: 50px;
}

.six .box ul li {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 45px;
}

.six .box ul li .left {
    float: left;
    width: 90px;
    height: 100%;
    text-align: center;
    margin-right: 50px;
    z-index: 10;
}

.six .box ul li .left img {
    /* margin-top: 15px; */
}

.six .box ul li .right {
    float: left;
    width: 490px;
    margin-top: 10px;
    z-index: 10;
}

.six .box ul li .right .p1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #5e5e5e;
}

.six .box ul li .right .text {
    font-size: 22px;
    line-height: 1.6;
    color: #676767;
}

.six .bigpng {
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 1;
}
@media (min-width: 1124px){
    .one .box{
        width: 1124px;
    }
    .three{
        width: 1162px;
    }
    .four .item1 {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width: 1123px){
    .one .box{
        width: 100%;
    }
    .three{
        width: 100%;
    }
    .five {
        border-bottom-left-radius: 0px;
    }
    .two {
        border-bottom-right-radius: 0px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1123px){
    .three-ul {
        width: 90%;
    }
    .three-ul li{
        width: 300px;
        height: 300px;
    }
    .four .item1 {
        width: 85%;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1123px){
    .three-ul {
        width: 83%;
    }
}
@media (max-width: 800px){
    
    .four .item1 {
        width: 65%;
    }
}
@media (max-width: 767px){
    .four{
        display: none;
    }
    .four .item1 {
        width: 33%;
    }
    .four .item-btn {
        width: 40%;
    }
    .four-title{
        padding-left: 60px;
    }
    .six .box ul {
        padding-left: 10px;
        padding-right: 10px;
    }
    .six-content {
        width: 80%;
    }
    .three{
        width: 100%;
    }
    .three-ul {
        padding-left: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .two{
        border-bottom-left-radius:0px;
    }
    .six{
        border-top-left-radius:0px;
    }
}
.download-one{
    margin-bottom: 100px;
    height: auto;
}
.download-one a:hover{
    transform: scale(1.2);
    color: #b97a01;
}
.download-computer{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-growcolor{
    color:#b97a01;
}
.download-box{
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    /* background: peru; */
    background: url('../images/Computer.png') no-repeat;
    background-size: 100% auto;
    position: relative;
    padding-bottom: 160px;
}
.download-box .download-row{
    
}
.btn-style{
    width: 100%;
    min-width: 115px;
    height: auto;
    background-color: #ffd236;
    border-radius: 25px;
}
.download-box .iconsize{
    padding-left: 0px;
    padding-right: 0px;
    width: 30px;
    height: 30px;
}
.download-box .download-text{
    font-size: 18px; 
    padding-top: 20%;
}
.download-box a:hover{
    transform: scale(1.1);
}
.download-box ul {
    min-width: 130px;
    padding-left: 0px;
    list-style: none;
}
.download-box ul li{
    float: left;
    display: inline;
    margin-right: 20px;
}
.download-banner{
    width: 100%;
    min-height: 650px;
    max-height:750px; 
    overflow: hidden;
    position: absolute;
    z-index: -1;"
}
.download-banner-div{
    width: 100%;
}
.download-two{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.download-two ul{
     
    list-style: none;
    min-height: 100px;
    padding-left: 20px;
}
.download-two ul li{
    float: left;
    display: inline;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 0px;
    padding-left: 10px;
}
.download-block{
    box-shadow: 0 0 10px 1px #ffd236;
    border-radius: 10px;
    height: auto;
    min-width: 175px;
}
.download-two .bigicon{
    max-height: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media(min-width: 768px){
    .download-computer{
        max-width: 100%;
        padding-top: 220px;
    }
    .download-two{
        width: 70%
    }
}
@media (min-width: 1600px){
    .download-box {
        width: 32%;
    }
}
@media (min-width: 1025px)and (max-width: 1599px){
    .download-box {
        width: 40%;
    }
}
@media(min-width: 1400px){
    .download-box .download-text{
        padding-top: 35%;
    }
}
@media screen and(min-width: 768px) and(max-width: 1024px){
    .download-box {
        width: 60%;
    }
}
@media(max-width: 1024px){
    
    .download-computer{
        width: 600px;
    }
    .download-box .download-row{
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}
@media(max-width: 767px){
    .download-computer{
        max-width: 100%;
        padding-top: 120px;
    }
    .download-box{
        width: 100%;
        padding-bottom: 50px;
    }
    .download-banner{
        display: none;
    }
    .download-banner-div{
        background-color: #ffc740;
        height: 600px;
        position: absolute;
    }
    .btn-style{
        
        height: 40px;
    }
    .download-two{
        width: 100%;
    }
    .download-two .bigicon{
        width: 59px;
        height: 77px;
    }
    .download-one{
        margin-bottom: 0px !important;
    }
    .download-box .download-text{
        padding-top: 10%;
    }

}
.btn-app-download {
    padding: 6px 15px 6px 15px;
    position: relative;
    border: 1px solid #ffd236;
    display: inline-block;
    color: #5a5a5a;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: left;
    border-radius: 20px;
}
.download-two a:hover{
    transform: scale(1.1);
    color: #ffd236;
    border:2px solid #ffd236;
}
.btn-app-download strong {
  display: inline-block;
  font-weight: 500;
  padding-left: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.dropdwon-color {
    background-color: #202e4ede;
}
.dropdwon-color a{
    color: #fff !important;
}
.title-line {
    width: 40px;
    height: 8px;
    background: #ffd236;
    margin: 45px auto 30px auto;
}
.alliance-one{
    width: 100%;
}
.alliance-one .box1{
    max-width: 300px;
    height: auto;
    min-height: 192px;
    background: #ecf07c;
    border-radius: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.alliance-one .box2{
    max-width: 300px;
    height: auto;
    min-height: 192px;
    background: #ffe998;
    border-radius: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.alliance-one p{
    font-size: 16px;
}
.text-padding{
    padding-left: 20%;
    padding-right:  20%;
    padding-top: 10%;
    padding-bottom: 10%;
}
.alliance-one .margin-pad{
}
@media screen and (min-width:768px) and (max-width: 1024px){
    .alliance-one .margin-pad{
        margin-left:3.33333333%;
    }
}
.alliance-two{
    margin: 0 auto;
    width: 100%;
    height: auto;
    background: #ffd2363d;
    background-size: 100%;
    border-bottom-right-radius: 250px;
    overflow: hidden;
}
.alliance-two .text-border{
    padding-left: 10%;
    padding-right: 10%;
}
.alliance-two p{
    font-size: 16px;
}
.alliance-three{
    margin:100px auto;
    width: 80%;
}
.alliance-four{
    margin: 0 auto;
    width: 100%;
    height: auto;
    background: #ffd2363d;
    background-size: 100%;
    border-bottom-left-radius: 200px;
    overflow: hidden;
}
.alliance-four .text-border{
    width: 60%;
    margin: 50px auto;
    /*margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0px;
    margin-right: auto;*/
}
.alliance-four .text-border .title{
    text-align: center;
    font-size: 24px;
    color: #ffd236;
    padding-bottom: 30px;
}
@media(max-width: 768px){
    .alliance-two{
        border-radius: 0px;
    }
    .alliance-four{
        border-radius: 0px;
    }
    .alliance-four .text-border{
        width: 100%;
    }
}
.kefu-fixed{
  position: fixed;
  top: 40%;
  right: -10px;
  width: 121px;
  height: 400px;
  background: url('../images/ads.png') no-repeat center center;
  background-size: 80%;
  z-index: 99;
  padding-top: 165px;
  margin-top: -110px;
}
.kefu-fixed-left{
  position: fixed;
  top: 40%;
  left: -10px;
  width: 121px;
  height: 400px;
  background: url('../images/ads.png') no-repeat center center;
  background-size: 80%;
  z-index: 99;
  padding-top: 165px;
  margin-top: -110px;
}
.hidden{
    display: none;
}

@media(max-width: 768px){
    .kefu-fixed{
        display: none;
    }
    .kefu-fixed-left{
        display: none;
    }
}
.kefu-fixed .icon-box{
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  left: -2px;
}
.kefu-fixed .icon-box p{
  text-align: center;
  color: #9f9f9f;
  margin-top: 8px;
}
.kefu-fixed .icon-box .fu{
  position: absolute;
  top: -17px;
  left: -250px;
  width: 260px;
  height: 100px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  padding-right: 10px;
  /*background: url('https://web.vipthink.cn/static/cms/images/tl.png') no-repeat center center;*/
  display: none;
}
.kefu-fixed .icon-box .fu1{
    top:-110px;
}
.kefu-fixed .kefu-icon{
    max-width: 30px;
    height: auto;
}
.kefu-fixed .icon-box .fu2{
  background: url('../images/kefu_telkuang.png') no-repeat center center;
  padding-top: 10px;
  text-align: right;
  padding-right: 45px;
}
.kefu-fixed .icon-box:hover .fu{
  display: block;
}
.kefu-iframe{
  position: fixed;
  top: 30%;
  right: 145px;
  width: 360px;
  height: 540px;
  z-index: 9999;
}
.rock{ 
    width:100%; 
    height:auto; 
    margin:0 auto; 
    border-bottom-left-radius: 250px;
    margin-bottom: 50px;
}
.warp{ 
    width:100%;
    height:auto; 
    margin:0 auto; 
    padding-bottom: 50px;
}
 .dmzs{ 
    width: 100%;
    height:auto;
    background:url('../images/biankuang.png') no-repeat center;
    background-size: 70% 100%;
    padding-top: 35px;
    padding-bottom: 25px;
}
.dmzs img{
    margin-right: 5px;
}
.rock .rock-content{
    overflow: hidden;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.rock .rock-content img{
    width: 389px;
    height: auto;
}
.rock .title{
    margin-bottom: 30px;
}
.section-padding{
    margin: 100px auto;
}
@media (min-width: 1000px) and (max-width: 1500px){
    .rock .rock-content img{
        width: 230px;
    }
    .rock{
        border-bottom-left-radius: 0px;
    }
    .dmzs{
        background-size: 100% 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .warp{
        width: 60%;
    }
}
@media (min-width: 1500px) and (max-width: 1800px){
    .dmzs{
        background-size: 80% 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}
@media(min-width: 768px) and (max-width: 999px){
    .rock .rock-content img{
        width: 180px;
    }
    .warp{
        width: 60%;
    }
    .dmzs{
        background-size: 100% 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}
@media(max-width: 767px){
    .rock .rock-content img{
        width: 120px;
    }
    .warp{
        width: 85%;
        padding-bottom: 0px;
    }
    .title{
        font-size: 24px;
    }
    .rock .title{
        margin-bottom: 0px;
    }
    .rock{
        border-bottom-left-radius: 0px;
    }
    .dmzs{
        background-size: 100% 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .section-padding{
        margin: 50px auto;
    }
}

.usernav-border{
    border:1px solid #fce8a1 !important;
}
.usernav-iconcolor{
    color:#fdcd27 !important;
}
.usernav-text{
    color: #b97a01 !important;
}
.user-right-border1{
    border:1px solid #fce8a1 !important;
    border-top-color: rgba(0,0,0,0) !important;
    border-right-color: rgba(0,0,0,0) !important;
}
.user-right-border2{
    border:1px solid #fce8a1 !important;
    border-bottom-color: rgba(0,0,0,0) !important;
}
.btn-user{
    color: #fff;
    background-color: #fdcd27;
    border-color: #fdcd27;
    vertical-align: middle;
}
.btn-login{
    color: #fff !important;
    font-size: 16px !important;
    background-color: #F8C007;
    border-color: #fc9b0b;
    border-radius: 20px;
    height: 40px !important;
    min-width: 120px;
    margin-top: 0;
    padding-top: 7px !important;
    line-height: normal !important;
    outline: none;
}
.btn-login:hover{
    background-color: #F8C007 !important;
}
.btn-login:focus{outline: none;}
.home-wrapper p {
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #787787;
}
.download-title{
    color:#fff;
    font-size: 50px;
    margin-top: 100px;
    padding-bottom: 50px;
}
.download-infotext{
    color: #fff;
    font-size: 30px;
    padding-bottom: 20px;
}
@media (max-width: 767px){
    .download-title{
        font-size: 35px;
        margin-top: 40px;
        padding-bottom: 30px;
    }
    .download-infotext{
        font-size: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    .download-title{
        font-size: 42px;
        margin-top: 40px;
        padding-bottom: 30px;
    }
    .download-infotext{
        font-size: 26px;
    }
}
.btn-softward-download {
  padding: 9px 20px 5px 20px;
  position: relative;
  border: 2px solid #ffc434;
  border-radius: 40px;
  display: inline-block;
  color: #000;
  margin-right: 10px;
  margin-top: 10px;
  text-align: left;
  background:#fff;
}

.btn-softward-download:hover,.btn-softward-download:focus{
  color: #fff;
  outline: none;
  background: #24B100;
}

.btn-softward-download i {
  font-size: 30px;
  left: 0;
  line-height: 1;
  margin: 13px 0 0 20px;
  position: absolute;
  top: 0;
}

.btn-softward-download strong {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 6px;
  padding-left: 10px;
}

.btn-softward-download span {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: -3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.video-btn {
  color: #ffffff !important;
  letter-spacing: 1px;
  padding-top: 20px;
  font-size: 18px;
  outline: none !important;
}
.course-title{
    font-size: 20px;
}
.course-text{
    font-size: 14px;
}
@media (max-width: 767px){
    .course-title{
        font-size: 18px !important;
    }
    .course-text{
        font-size: 12px !important;
    }
}
.float-bottom {
    width: 100%;
    height: 80px;
    /* background: #525252; */
    /* opacity: 0.85; */
    background: rgba(255,196,52,0.66);
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 99;
}

.float-bottom-content {
    width: 50%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.float-bottom .text {
    width: 200px;
    height: 100%;
    line-height: 77px;
    color: #5a5a5a;
    font-size: 28px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.float-bottom .ledi {
    position: relative;
    bottom: 44px;
}

.float-bottom .text span {
    color: #fdd000;
}

.float-bottom .input-box {
    display: inline-block;
    float: right;
    height: 50px;
    margin-left: 50px;
    margin-top: 15px;
    border-radius: 25px;
    overflow: hidden;

}

.float-bottom .input-box input {
    width: 175px;
    height: 48px;
    float: left;
    margin-left: 30px;
    font-size: 20px;
    border: none;
}

.float-bottom .input-box a {
    width: 190px;
    height: 43px;
    background: #fff;
    text-align: center;
    color: #ffd236 ;
    font-size: 22px;
    line-height: 43px;
    border-radius: 22px;
    display: block;
    float: right;
    margin: 4px;
    text-decoration: none;
}
.float-bottom .input-box a:hover{
    background: #f0ebeb;
}
.float-bottom-blank{
    width: 100%;
    height: 80px;
}
.float-bottom-text{

}
.alliance-form{
    padding: 20px 100px;
    border: 1px solid #f5df93;
    border-radius: 10px;
}
.alliance-promotion-padding{
    margin-top: -80px;
}

@media (max-width: 420px){
    .alliance-promotion-padding{
    margin-top: -40px;
    }
}

@media ( min-width: 420px) and (max-width: 768px){
   .alliance-promotion-padding{
    margin-top: -50px;
    } 
}
@media ( min-width: 1200px){
   .alliance-promotion-padding{
    margin-top: -140px;
    } 
}
@media ( min-width: 1500px){
   .alliance-promotion-padding{
    margin-top: -160px;
    } 
}

@media (max-width: 767px){
     .float-bottom-text{
        display: none;
    } 
    .alliance-form{
        padding: 20px 40px;
        
    }
}
@media (max-width: 1500px){
    .float-bottom-content{
        width: 100%;
    }
}

.logo-seperate{
    margin-top: 10px;
    margin-bottom: 10px;
}


#hexGrid {
    overflow: hidden;
    width: 60%;
    margin: 0 auto;
    padding:0.866% 0;
    font-size: 15px;
}
#hexGrid:after {
    content: "";
    display: block;
    clear: both;
}
.hex {
    position: relative;
    list-style-type: none;
    float: left;
    overflow: hidden;
    visibility: hidden;
    outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
    -webkit-transform: rotate(-60deg) skewY(30deg) translatez(-1px);
        -ms-transform: rotate(-60deg) skewY(30deg) translatez(-1px);
            transform: rotate(-60deg) skewY(30deg) translatez(-1px);
}
.hex * {
    position: absolute;
    visibility: visible;
    outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hexIn {
    display:block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transform: skewY(-30deg) rotate(60deg);
        -ms-transform: skewY(-30deg) rotate(60deg);
            transform: skewY(-30deg) rotate(60deg);
}

/*** HEX CONTENT **********************************************************************/
.hex img {
    left: -100%;
    right: -100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.hex p {
    width: 102%;
    left:-1%; /* prevent line on the right where background doesn't cover image */
    padding-top: 45%;
    box-sizing:border-box;
    color: rgb(255,255,255);
    background-color: rgba(0, 0, 0, 0.8);
    font-weight: 300;
    text-align: center;
    top: 0%;
    padding-bottom:100%;
    -webkit-transform:translateY(100%) translatez(-1px);
        -ms-transform:translateY(100%) translatez(-1px);
            transform:translateY(100%) translatez(-1px);

    font-size: 25px;
}



/*** HOVER EFFECT  **********************************************************************/
.hexIn:hover h1, .hexIn:focus h1,
.hexIn:hover p, .hexIn:focus p{
    -webkit-transform:translateY(0%) translatez(-1px);
        -ms-transform:translateY(0%) translatez(-1px);
            transform:translateY(0%) translatez(-1px);
}

/*** SPACING AND SIZING *****************************************************************/

@media (min-width:1001px) { /* <- 3-2  hexagons per row */
    .hex {
        width: 32.666%; /* = (100-2) / 3 */
        padding-bottom: 37.720%; /* =  width / sin(60) */
    }
    .hex:nth-child(5n+4),
    .hex:nth-child(5n+5) {
        margin-top: -8.564%;
        margin-bottom: -8.564%;
        -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
            -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
                transform: translateX(50%) rotate(-60deg) skewY(30deg);
    }
    .hex:nth-child(5n+4):last-child,
    .hex:nth-child(5n+5):last-child {
        margin-bottom: 0;
    }
    .hex:nth-child(5n+4) {
        margin-right: 1%;
        margin-left: 0.5%;
    }
    .hex:nth-child(5n+2) {
        margin-left: 1%;
        margin-right: 1%;
    }
    .hex:nth-child(5n+6) {
        clear: left;
    }
}

@media (max-width: 1000px) { /* <- 2-1  hexagons per row */
    .hex {
        width: 49.5%; /* = (100-1) / 2 */
        padding-bottom: 57.158%; /* =  width / sin(60) */
    }
    .hex:nth-child(3n+3) {
        margin-top: -13.423%;
        margin-bottom: -13.423%;
        -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
            -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
                transform: translateX(50%) rotate(-60deg) skewY(30deg);
    }
    .hex:nth-child(3n+3):last-child {
        margin-bottom: 0;
    }
    .hex:nth-child(3n+3) {
        margin-left: 0.5%;
    }
    .hex:nth-child(3n+2) {
        margin-left: 1%;
    }
    .hex:nth-child(3n+4) {
        clear: left;
    }
    .hex p{
        font-size: 20px;
        padding-top: 40%;
    }
}
@media (max-width: 400px) {
    #hexGrid {
        font-size: 13px;
    }
    .hex p{
        font-size: 18px;
        padding-top: 40%;
    }
}
