html, body {
    position: relative;
    height: 100%;
}

.page {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.page1 {
    background: url("../img/page1-bj.jpg") no-repeat 50% 0;
    background-size: 100% 100%;
    text-align: center;
}

.page1-btn {
    display: block;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg, rgb(255, 186, 0) 0%, rgb(255, 242, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 186, 0) 0%, rgb(255, 242, 0) 100%);
    box-shadow: 0px 4px 11.4px 0.6px rgba(0, 0, 0, 0.23), inset 0.5px 0.866px 0px 0px rgba(0, 0, 0, 0.34);
    font-size: 30px;
    text-shadow: 0px 3px 5px rgba(6, 0, 1, 0.75);
    line-height: 78px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 209px;
    bottom: 140px;
    width: 332px;
    height: 79px;
    z-index: 7;
}

.page1-ft {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

.page1-ft a{
    display: inline-block;
    font-size: 30px;
    color: #ffffff;
    margin: 0 20px;
}

.introduceLink {
    /* position: absolute;
     bottom: 50px;
     left: 50%;
     -webkit-transform: translate(-50%, 0);
     transform: translate(-50%, 0);*/
    display: inline-block;
    font-size: 30px;
    color: #ffffff;
}

.page2, .page3 {
    /*  background: url("../img/page2-bj.jpg") no-repeat 50% 100%;
      background-size: 100% auto;*/
    background: url("../img/greensward.jpg") repeat 50% 0;
    background-size: 100% auto;
    padding: 132px 0 0 0;
}

.page2-hd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 132px;
    background: url("../img/playerBox-hd.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.selectBox {
    position: absolute;
    left: 37px;
    top: 20px;
    width: 290px;
    height: 66px;
    font-size: 30px;
}

.btn-make {
    position: absolute;
    left: 442px;
    top: 22px;
    width: 251px;
    height: 60px;
    z-index: 27;
    color: #ffffff;
    font-size: 30px;
    line-height: 60px;
    border-radius: 8px;
    text-align: center;
    text-shadow: 0px 3px 5px rgba(6, 0, 1, 0.75);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 186, 0) 0%, rgb(255, 242, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 186, 0) 0%, rgb(255, 242, 0) 100%);
    box-shadow: 0px 4px 11.4px 0.6px rgba(0, 0, 0, 0.23), inset 0.5px 0.866px 0px 0px rgba(0, 0, 0, 0.34);
}

.playerBox {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: url("../img/playerBox.png") no-repeat 0 0;
    background-size: 100% 100%;
    overflow: hidden;
}

.playerBox-hd {
    height: 70px;
    line-height: 60px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    background: url("../img/playerBox-hd.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.playerBox-bd {
    height: 155px;
    padding: 5px 0 0 10px;
    overflow: hidden;
}

.playerScroll {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.playerList {
    display: inline-block;
    white-space: nowrap;
    overflow: visible;
}

.playerItem {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 130px;
    margin: 0 40px 30px 40px;
}

.playerItem-avatar {
    width: 90px;
    height: 90px;
    /*margin:0 2px 30px 2px;*/
    margin: 0;
    background-color: #E5E5E5;
    /*border: 5px solid #E5E5E5;*/
    overflow: hidden;
    border-radius: 50%;
}

/*.teamPlayerItem .playerItem-avatar {
    background: #E5E5E5 url("../img/icon-add.png") no-repeat 50% 50%;
    background-size: 44px 44px;
}*/

.playerItem.active .playerItem-avatar {
    width: 90px;
    height: 90px;
    margin: 0;
    /*border: 5px solid #FFD221;*/
    background: url("../img/playerItem-avatar_bj.png") no-repeat;
    background-size: 100% 100%;
}

.playerItem-avatar img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 5px auto 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

/*.playerItem-avatar i{
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 80px 80px;
}*/

.teamPlayerItem .playerItem-avatar {
    background: url("../img/playerItem-avatar_bj1.png") no-repeat;
    background-size: 100% 100%;
    border: none;
    border-radius: inherit;
}

.teamPlayerItem .playerItem-avatar i {
    display: block;
    width: 80px;
    height: 80px;
    margin: 5px auto 0 auto;
    background: url("../img/icon-add.png") no-repeat 50% 50%;
    background-size: 100% 100%;
}

.playerItem-name {
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 160px;
    margin-left: -80px;
    /* -webkit-transform: translate(-50%, 0);
     transform: translate(-50%, 0);*/
    text-align: center;
    font-size: 28px;
    line-height: 1.1em;
    color: #fff;
    /*z-index: 100;*/
}

/*postion 1:前锋 2:中场 3:后卫 4:门将*/

.playerType {

}

.greensward {
    /*background: url("../img/court.png") repeat 50% 0;
    background-size: 100% auto;*/
}

/*球场*/

.court {
    position: absolute;
    bottom: 210px;
    left: 0;
    width: 100%;
    height: 730px;
    background: url("../img/court.png") no-repeat 50% 100%;
    background-size: 749px 550px;
}

/*阵形*/

.lineUp {
    /* position: absolute;
     bottom: 270px;
     left: 0;
     width: 100%;
     height: 730px;*/
}

.teamPlayerItem {
    position: absolute;
    margin: 0;
}

.teamPlayerItem .playerItem-name {
    width: 200px;
    margin-left: -100px;
    text-shadow: 3px 3px 8px #000;
}

/*-----------------------------------------------4-4-2-d--------------------------------------*/

.lineUp442d {

}

.lineUp442d .teamPlayerItem1-1 {
    right: 240px;
    bottom: 600px;
}

.lineUp442d .teamPlayerItem1-2 {
    left: 240px;
    bottom: 580px;
}

.lineUp442d .teamPlayerItem2-1 {
    left: 330px;
    bottom: 450px;
}

.lineUp442d .teamPlayerItem2-2 {
    left: 170px;
    bottom: 355px;
}

.lineUp442d .teamPlayerItem2-3 {
    right: 170px;
    bottom: 355px;
}

.lineUp442d .teamPlayerItem2-4 {
    right: 330px;
    bottom: 260px;
}

.lineUp442d .teamPlayerItem3-1 {
    left: 50px;
    bottom: 140px;
}

.lineUp442d .teamPlayerItem3-2 {
    left: 240px;
    bottom: 140px;
}

.lineUp442d .teamPlayerItem3-3 {
    right: 240px;
    bottom: 140px;
}

.lineUp442d .teamPlayerItem3-4 {
    right: 50px;
    bottom: 140px;
}

.lineUp442d .teamPlayerItem4-1 {
    left: 330px;
    bottom: 20px;
}

/*-----------------------------------------------4-4-2--------------------------------------*/

.lineUp442 {

}

.lineUp442 .teamPlayerItem1-1 {
    right: 240px;
    bottom: 580px;
}

.lineUp442 .teamPlayerItem1-2 {
    left: 240px;
    bottom: 550px;
}

.lineUp442 .teamPlayerItem2-1 {
    left: 50px;
    bottom: 355px;
}

.lineUp442 .teamPlayerItem2-2 {
    left: 240px;
    bottom: 355px;
}

.lineUp442 .teamPlayerItem2-3 {
    right: 240px;
    bottom: 355px;
}

.lineUp442 .teamPlayerItem2-4 {
    right: 50px;
    bottom: 355px;
}

.lineUp442 .teamPlayerItem3-1 {
    left: 50px;
    bottom: 170px;
}

.lineUp442 .teamPlayerItem3-2 {
    left: 240px;
    bottom: 170px;
}

.lineUp442 .teamPlayerItem3-3 {
    right: 240px;
    bottom: 170px;
}

.lineUp442 .teamPlayerItem3-4 {
    right: 50px;
    bottom: 170px;
}

.lineUp442 .teamPlayerItem4-1 {
    left: 330px;
    bottom: 20px;
}

/*-----------------------------------------------4-3-3--------------------------------------*/

.lineUp433 {

}

.lineUp433 .teamPlayerItem1-1 {
    left: 150px;
    bottom: 550px;
}

.lineUp433 .teamPlayerItem1-2 {
    left: 335px;
    bottom: 550px;
}

.lineUp433 .teamPlayerItem1-3 {
    right: 150px;
    bottom: 550px;
}

.lineUp433 .teamPlayerItem2-1 {
    left: 150px;
    bottom: 355px;
}

.lineUp433 .teamPlayerItem2-2 {
    left: 335px;
    bottom: 355px;
}

.lineUp433 .teamPlayerItem2-3 {
    right: 150px;
    bottom: 355px;
}

.lineUp433 .teamPlayerItem3-1 {
    left: 50px;
    bottom: 170px;
}

.lineUp433 .teamPlayerItem3-2 {
    left: 240px;
    bottom: 170px;
}

.lineUp433 .teamPlayerItem3-3 {
    right: 240px;
    bottom: 170px;
}

.lineUp433 .teamPlayerItem3-4 {
    right: 50px;
    bottom: 170px;
}

.lineUp433 .teamPlayerItem4-1 {
    left: 330px;
    bottom: 20px;
}

/*-----------------------------------------------4-2-3-1--------------------------------------*/

.lineUp4231 {

}

.lineUp4231 .teamPlayerItem1-1 {
    left: 330px;
    bottom: 630px;
}

.lineUp4231 .teamPlayerItem2-1 {
    left: 150px;
    bottom: 470px;
}

.lineUp4231 .teamPlayerItem2-2 {
    left: 330px;
    bottom: 470px;
}

.lineUp4231 .teamPlayerItem2-3 {
    right: 150px;
    bottom: 470px;
}

.lineUp4231 .teamPlayerItem2-4 {
    left: 240px;
    bottom: 310px;
}

.lineUp4231 .teamPlayerItem2-5 {
    right: 240px;
    bottom: 310px;
}

.lineUp4231 .teamPlayerItem3-1 {
    left: 50px;
    bottom: 160px;
}

.lineUp4231 .teamPlayerItem3-2 {
    left: 240px;
    bottom: 160px;
}

.lineUp4231 .teamPlayerItem3-3 {
    right: 240px;
    bottom: 160px;
}

.lineUp4231 .teamPlayerItem3-4 {
    right: 50px;
    bottom: 160px;
}

.lineUp4231 .teamPlayerItem4-1 {
    left: 330px;
    bottom: 20px;
}

/*-----------------------------------------------3-4-3--------------------------------------*/

.lineUp343 {

}

.lineUp343 .teamPlayerItem1-1 {
    left: 120px;
    bottom: 550px;
}

.lineUp343 .teamPlayerItem1-2 {
    left: 335px;
    bottom: 550px;
}

.lineUp343 .teamPlayerItem1-3 {
    right: 120px;
    bottom: 550px;
}

.lineUp343 .teamPlayerItem2-1 {
    left: 50px;
    bottom: 355px;
}

.lineUp343 .teamPlayerItem2-2 {
    left: 240px;
    bottom: 355px;
}

.lineUp343 .teamPlayerItem2-3 {
    right: 240px;
    bottom: 355px;
}

.lineUp343 .teamPlayerItem2-4 {
    right: 50px;
    bottom: 355px;
}

.lineUp343 .teamPlayerItem3-1 {
    left: 120px;
    bottom: 170px;
}

.lineUp343 .teamPlayerItem3-2 {
    left: 335px;
    bottom: 170px;
}

.lineUp343 .teamPlayerItem3-3 {
    right: 120px;
    bottom: 170px;
}

.lineUp343 .teamPlayerItem4-1 {
    left: 330px;
    bottom: 20px;
}

/*-----------------------------------------------3-5-2--------------------------------------*/

.lineUp352 {

}

.lineUp352 .teamPlayerItem1-1 {
    right: 240px;
    bottom: 630px;
}

.lineUp352 .teamPlayerItem1-2 {
    left: 240px;
    bottom: 600px;
}

.lineUp352 .teamPlayerItem2-1 {
    left: 120px;
    bottom: 470px;
}

.lineUp352 .teamPlayerItem2-2 {
    left: 330px;
    bottom: 470px;
}

.lineUp352 .teamPlayerItem2-3 {
    right: 120px;
    bottom: 470px;
}

.lineUp352 .teamPlayerItem2-4 {
    left: 240px;
    bottom: 320px;
}

.lineUp352 .teamPlayerItem2-5 {
    right: 240px;
    bottom: 320px;
}

.lineUp352 .teamPlayerItem3-1 {
    left: 120px;
    bottom: 170px;
}

.lineUp352 .teamPlayerItem3-2 {
    left: 320px;
    bottom: 170px;
}

.lineUp352 .teamPlayerItem3-3 {
    right: 120px;
    bottom: 170px;
}

.lineUp352 .teamPlayerItem4-1 {
    left: 330px;
    bottom: 20px;
}

/*------------------------------------page3-----------------------*/

.shareBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/greensward.jpg) repeat 50% 0;
    background-size: 100% auto;
    padding: 1.32rem 0 0 0;
    overflow: hidden;
}

.shareBox-hd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 132px;
    background: url("../img/playerBox-hd.png") no-repeat 0 0;
    background-size: 100% 100%;
    line-height: 100px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}

.shareBox-hd strong {
    color: #ff0000;
    font-size: 48px;
    line-height: 100px;
}

.shareBox-ft {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 225px;
    padding: 30px 0 0 220px;
    background: url("../img/playerBox.png") no-repeat 0 0;
    background-size: 100% 100%;
    text-align: center;
    overflow: hidden;
}

.shareBox-ft-left {
    position: absolute;
    left: 40px;
    top: 35px;
    height: 180px;
}

.qrcode {
    width: 150px;
    height: 150px;
    background: url("../img/qrcode.png") no-repeat;
    background-size: 150px 150px;
}

.shareBox-ft-right {
    color: #ffffff;
    font-size: 24px;
    text-align: left;
}

.shareBox-ft-right h3 {
    font-size: 30px;
}

.shareBox-ft-right p {
    margin-bottom: 10px;
}

.shareImg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.shareImg img {
    width: 100%;
}

.btn3 {
    display: inline-block;
    width: 242px;
    height: 79px;
    margin: 0 30px;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg, rgb(255, 186, 0) 0%, rgb(255, 242, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 186, 0) 0%, rgb(255, 242, 0) 100%);
    box-shadow: 0px 4px 11.4px 0.6px rgba(0, 0, 0, 0.23), inset 0.5px 0.866px 0px 0px rgba(0, 0, 0, 0.34);
    font-size: 30px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    text-shadow: 0px 3px 5px rgba(6, 0, 1, 0.75);
}

.noticeBox {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 225px;
    padding: 20px 0 0 0;
    background: url("../img/playerBox.png") no-repeat 0 0;
    background-size: 100% 100%;
    text-align: center;
    overflow: hidden;
}

.noticeBox-tit {
    font-size: 32px;
    margin: 30px 0 20px 0;
    color: #fff;
}

.noticeBox-notice {
    font-size: 28px;
    color: #fff;
}

/*----------------------------*/

.mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 480px;
    background: #ffffff;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg, rgb(255, 186, 0) 0%, rgb(255, 242, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 186, 0) 0%, rgb(255, 242, 0) 100%);
    box-shadow: 0px 4px 11.4px 0.6px rgba(0, 0, 0, 0.23), inset 0.5px 0.866px 0px 0px rgba(0, 0, 0, 0.34);

}

.formBox {
    border: solid 3px #8C7311;
    border-radius: 9px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 5px 0px rgba(6, 0, 1, 0.75);
    width: 450px;
    padding: 20px 0;
    margin: 15px auto;
}

.formBox-input {
    display: block;
    width: 400px;
    height: 50px;
    padding: 0 10px;
    line-height: 48px;
    font-size: 24px;
    margin: 0 auto 20px auto;
    border: 1px solid #666666; /*no*/
    border-radius: 5px;
}

.formBox-ifo {
    width: 400px;
    font-size: 24px;
    color: #adadad;
    margin: 0 auto 10px auto;
    text-align: justify;
}

.formBox-submit {
    display: block;
    width: 280px;
    height: 48px;
    margin: auto;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg, rgb(255, 186, 0) 0%, rgb(255, 242, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 186, 0) 0%, rgb(255, 242, 0) 100%);
    box-shadow: 0px 4px 11.4px 0.6px rgba(0, 0, 0, 0.23), inset 0.5px 0.866px 0px 0px rgba(0, 0, 0, 0.34);
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 48px;
    text-shadow: 0px 3px 5px rgba(6, 0, 1, 0.75);
}

.formBox-submit:hover {
    color: #ffffff;
}

