@media screen and (min-width: 768px) {
    #new-effect-picture{
        min-width: 1200px;
        position: relative;
    }
    .detail-content {
        width: 32%;
        margin-left: 65px;
    }
    .detail-item {
        height: 540px;
    }
}
h1, h2 {
    color: #333;
}
p {
    color: #666;
}
/* video-style-start */
.video-js .vjs-big-play-button{
    background-color: rgba(43, 51, 63, 0);
    border-radius: 50px;
}
.banner-container .video-container #my-player .vjs-big-play-button{
    width: 81px;
    height: 81px;
    border: none;
    background: url(../img/common/play.png) center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40.5px;
    margin-top: -40.5px;
}
.banner-container .video-container #my-player .vjs-big-play-button:hover{
    width: 61px;
    height: 61px;
    border: none;
    background: url(../img/common/play_hover.png) center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30.5px;
    margin-top: -30.5px;
}
.banner-container .video-container #my-player .vjs-big-play-button:before{
    content: ''!important;
    width: 0px;
    height: 0px;
    opacity:0;
}
.video-mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 680px;
    background-color: rgba(15, 37, 28, 0.8);
    display: none;
}
.js-close-icon {
    position: absolute;
    top: 40px;
    right: 30px;
    color: #fff;
    font-size: 60px;
    font-weight: 100;
}
.js-close-icon::before {
    content: "\00D7";
}
.banner-container .video-relative{
    position: relative;
    margin: 150px auto 0 auto;
    width: 700px;
}
.banner-container .video-relative .video-absolute{
    width: 700px;
    height: 400px;
}
/* video-style-end */
.banner-container {
  width: 100%;
  height:680px;
  background-image: url('../img/xgt_2019/xgt_banner.jpg');
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner {
    position: relative;
    height: 460px;
    margin: 0 auto;
    padding-top: 130px;
    color: #fff;
    text-align: center;
}
.banner h1 {
    font-size: 60px;
    color: #fff;
    letter-spacing: 1px;
}
.banner p {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.banner p.sub-title {
    font-size: 18px;
    margin-bottom: 30px;
}
.banner .register-info {
    display: flex;
    margin-top: 40px;
    margin-bottom: 24px;
    justify-content: center;
}
.js-register {
    display: flex;
    width: 380px;
    margin: 0 auto;
}
.js-register input {
    width: 260px;
    height: 40px;
    background-color: #f7fffb;
	border-radius: 20px 0px 0px 20px;
    outline:none;
    border: none;
    color: #999;
    font-size: 14px;
    text-indent: 20px;
}
.js-register .link-btn {
    width: 120px;
    height: 40px;
    color: #fff;
    background-color: #14cc76;
    border: none;
    border-radius: 0px 20px 20px 0px;
}

.banner .register-info span:first-of-type{
    font-size: 18px;
}
.banner .register-info #coupon-tag{
    background-color: #ec6941;
    border-radius: 15px 15px 15px 0;
    font-size: 16px;
    padding: 1px 13px 0 12px;
    margin-left: 4px;
    margin-bottom: 4px;
}
#js-video {
  width: 156px;
  height: 156px;
  background-image: url('../img/xgt_2019/xgt_play.png');
  margin: 0 auto;
  transition: background-image .5s;
}
#js-video:hover {
    background-image: url('../img/xgt_2019/xgt_play_hover.png');
}
.section-intro-general {
    width: 100%;
    height: 360px;
    background-color: #fff;
    text-align: center;
}
.section-intro-general.bg-green {
    height: 340px;
    background-color: #14cc76;
    color: #fff;
}
.section-intro-general.bg-green h2,
.section-intro-general.bg-green p {
    color: #fff;
}
.section-intro-general h2 {
    margin: 0px auto;
    padding-top: 60px;
    padding-bottom: 50px;
    font-size: 36px;
}
.section-intro-general .intro-list {
    display: flex;
    width:70%;
    margin: 0 auto;
    justify-content: space-around;
}
.section-intro-general .intro-list p {
    margin-top: 20px;
    font-size: 16px;
}
.detail-item {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fafafa;
}
.detail-item .link-btn {
    margin: 0;
}
.detail-item:nth-of-type(even) {
    background-color: #fff;
}
.detail-item-container {
    width: 100%;
    display:flex;
    justify-content: center;
}
.detail-item:nth-of-type(even) .detail-content {
    margin-left: 0px;
    width: 26%;
}
.detail-gif img{
    max-width: 500px;
}
.detail-item:nth-of-type(even) .detail-gif {
    width: 32%;
    margin-left: 70px;
}
.detail-title {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
}
.detail-sub-title {
    font-size: 16px;
}
.detail-display-icon {
    display: flex;
    justify-content: flex-start;
    margin: 40px 0;
    text-align: center;
}
.detail-display-icon div{
    margin-right: 55px;
}
.detail-display-icon div:last-child{
    margin-right: 0;
}
.detail-display-icon p {
    margin-top: 20px;
    font-size: 16px;
}
.link-btn {
    display: block;
    width: 160px;
    height: 40px;
    margin: 0 auto;
    line-height: 38px;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    color: #04bf68;
    border: solid 1px #05ab5f;
    cursor: pointer;
    transition: color .5s, border .5s, background .5s;
}
button.link-btn,
.contact-btn {
    outline: none;
}
.link-btn:visited,
.link-btn:active {
    color: #04bf68;
}
.link-btn:hover {
    background-color: #04bf68;
    color: #fff;
    border-color: #04bf68;
}
.section-scene {
    text-align: center;
}
.section-scene > h2 {
    font-size: 36px;
    padding-top: 60px;
    margin-top: 0;
}
.section-scene .content-list {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.section-scene .content-item {
    margin-top: 60px;
    margin-right: 25px;
}
.section-scene .content-item h2 {
    font-size: 24px;
}
.section-scene .content-item p {
    font-size: 14px;
}
.agent-recruit {
    background-color: #fff;
    text-align: center;
}
.agent-recruit .content-info {
    width: 380px;
    height: 340px;
    text-align: center;
    background-color: #fafafa;
    margin-top: -60px;
    margin-bottom: 60px;
    padding-top: 80px;
    cursor: pointer;
    transition: box-shadow .5s;
}
.content-item:hover .content-info {
    box-shadow: 1px 10px 10px 0px rgba(51, 51, 51, 0.2);
}
.agent-recruit .content-info h2 {
    font-weight: bold;
    margin:25px 0;
}
.agent-recruit .content-info p {
    height: 140px;
    padding: 20px 35px;
}
.agent-recruit .link-btn {
    width: 200px;
    margin: 0 auto;
}
.cluster-building {
    background-color: #fafafa;
    padding-bottom: 60px;
}
.cluster-building .content-list {
    width: 65%;
}
.cluster-building .content-item p {
    margin-top: 20px;
    margin-bottom: 50px;
}
.registration {
    height: 200px;
    background-color: #14cc76;
    text-align: center;
}
.registration h2 {
    font-size: 36px;
    margin-top: 0;
    color: #fff;
    padding-top: 60px;
    margin-bottom:10px;
}
.registration .text { font-size:24px;color:#fff;margin-bottom: 30px;}

.registration .link-btn {
    background-color: #fff;
    border-color: #04bf68;
    box-shadow: 0px 11px 18px 0px rgba(12, 129, 75, 0.5);
}
.registration .link-btn:hover {
    color: #fff;
    background-color: #04bf68;
}
@media screen and (max-width: 550px) {
    #new-effect-picture {
        max-width: 550px;
    }
    .banner-container {
        background-size: cover;
        height: 630px;
    }
    .banner {
        padding: 60px 20px 0 20px;
    }
    .banner h1 {
        font-size: 36px;
    }
    .video-mask {
        height: 630px;
    }
    .banner-container .video-relative{
        margin: 150px auto 0 auto;
        width: 340px;
    }
    .banner-container .video-relative .video-absolute{
        width: 340px;
        height: 200px;
    }
    .js-close-icon {
        top: 60px;
        right: 10px;
    }
    .js-register {
        width: 300px;
    }
    .js-register input {
        width: 180px;
    }
    #js-register-btn {
        width: 120px;
    }
    .banner .register-info {
        margin-top: 10px;
    }
    .section-intro-general {
        height: 380px;
    }
    .section-intro-general h2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-intro-general .intro-list {
        width: 80%;
        flex-wrap: wrap;
    }
    .section-intro-general.bg-green {
        height: 680px;
        justify-content: center;
    }
    .section-intro-general.bg-green .intro-list div {
        width: 100%;
    }
    .section-intro-detail-list .detail-item-container {
        flex-direction: column;
    }
    .section-intro-detail-list .detail-gif {
        text-align: center;
        margin: 30px auto;
    }
    .section-intro-detail-list .detail-gif img{
        width: 90%;
    }
    .detail-content {
        width: 90%;
        margin: 0 auto;
    }
    .detail-item .link-btn {
        margin: 0 auto 20px auto;
    }
    .detail-display-icon {
        margin: 30px auto;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 80%;
    }
    .detail-display-icon div{
        margin-right: 0;
    }
    .detail-item:nth-of-type(even) .detail-content {
        margin: 250px auto 0 auto;
        width: 90%;
    }
    .detail-item:nth-of-type(even) .detail-content h2{
        padding-top: 30px;
    }
    .detail-item:nth-of-type(even) .detail-item-container {
        position: relative;
    }
    .detail-item:nth-of-type(even) .detail-gif {
        position: absolute;
        top: 30px;
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    .link-btn {
        margin-bottom: 20px;
    }
    .section-scene .content-list {
        flex-direction: column;
    }
    .section-scene .content-item {
        margin: 10px;
    }
    .section-scene > h2 {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .agent-recruit {
        padding-bottom: 20px;
    }
    .agent-recruit .content-info {
        width: 100%;
        margin-bottom: 10px;
    }
    .cluster-building {
        padding-bottom: 10px;
    }
    .cluster-building .content-list {
        width: 80%;
    }
    .cluster-building .content-item p {
        margin-bottom: 10px;
    }
    .registration h2 {
        padding-top: 25px;
    }
}