* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 50px;
    height: 100%;
}

body {
    font: 0.32rem 'Arail', 'Microsoft Yahei';
    color: #302724;
    -webkit-text-size-adjust: none;

}

body {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none
}

input,
select,
textarea {
    outline: none;
}

input,
select {
    -webkit-appearance: none;
    border-radius: 0;
}

img {
    vertical-align: top;
    border: 0;
    -ms-interpolation-mode: bicubic;
    width: 100%;
}

.break {
    word-break: break-all;
    word-wrap: break-word;
}

.elips {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -o-text-overflow: ellipsis
}

header,
footer,
article,
section,
nav,
menu,
hgroup {
    display: block;
    clear: all;
}

.form-box .namepos {
    width: 1.3rem;
    height: 0.3rem;
    display: block;
    position: absolute;
    top: 2.55rem;
    left: 1.16rem;
    border-right: 1px solid #e5e5ea;
    line-height: 0.3rem;
    font-size: 0.26rem;
    color: #7e7c94;
    overflow: hidden;
    zoom: 1;
    background-size: 0.25rem auto;
}

.form-box .namepos span.country-name {
    width: 40%;
    display: block;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.form-box .namepos span.country-code {
    width: 40%;
    display: block;
    float: left;
}

.form-box .namepos.on {
    background-size: 0.2rem auto;
}

.country-code-box {
    width: 5.5rem;
    height: 5.6rem;
    padding: 0.1rem 0.2rem;
    border: 1px solid #cdcdcd;
    background: #fff;
    position: absolute;
    top: 3.1rem;
    left: 1rem;
    overflow: auto;
    border-radius: 0.06rem;
    z-index: 999;
    display: none;
}

.country-code-box span {
    display: block;
    height: 0.6rem;
    border-bottom: 1px solid #eee;
    font-size: 0.24rem;
    line-height: 0.6rem;
    color: #666;
    overflow: hidden;
    zoom: 1;
    cursor: pointer
}

.country-code-box span i {
    width: 70%;
    display: block;
    float: left;
    font-style: normal;
}

.country-code-box span s {
    width: 30%;
    display: block;
    float: right;
    text-decoration: none;
    text-align: right;
}

.fix {
    zoom: 1;
}

.fix:before,
.fix:after {
    content: '';
    display: table;
}

.fix:after {
    clear: both;
}

.fp-tableCell {
    width: 100%;
}

:focus {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

::-webkit-input-placeholder {
    color: #bbb;
}

section {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

input::-webkit-input-placeholder {
    color: #b6b7bf;
}

input:-moz-input-placeholder {
    color: #b6b7bf;
}

input::-moz-input-placeholder {
    color: #b6b7bf;
}

input:-ms-input-placeholder {
    color: #b6b7bf;
}

.block {
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    width: 100%;
}


/*loader*/

.loaded {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #efefef;
    z-index: 999;
}

.loaded .loader {
    width: 38%;
    position: absolute;
    left: 31%;
    top: 36%;
}

.loaded img {
    width: 100%;
}


/*按钮*/
.btn-box {
    width: 100%;
    height: 0.8rem;
    padding-left: 0.65rem;
}

.btn-box a {
    width: 3.30rem;
    height: 0.8rem;
    line-height: 0.8rem;
    display:block;
    float: left;
    margin-right: 0.2rem;
    font-size: 0.3rem;
    border-radius: 50px;
    font-weight: bold;
    letter-spacing: 0.08rem;
    color: #fff;
    text-align: center;
    /* background: #f7d14a; */
}

.btn-box a:nth-of-type(2) {
    width: 2.9rem;
    /* background: #ed6e4c; */
    color: #fff;
}

/*头部*/


.page-con {
    position: absolute;
    text-indent: -9999px;
}

.tel-box {
    width: 100%;
    position: relative;

}

.tel-box a {
    display: block;
    position: absolute;
    right: 0.2rem;
    top: 0.48rem;
    font-size: 0.2rem;
    color: #fff;
    letter-spacing: 1.5px;
    font-family: arial;
    line-height: 0.32rem;
    padding-left: 0.32rem;
    /* background: url(../images/dh.png) no-repeat left center; 
    background-size: 0.24rem 0.25rem;*/
    font-weight: 700;
    text-shadow: 0 0.03rem 0px #034e58;
}

.page1 .form-con {}

.form-con {
    width: 100%;
    position: relative;
}

.form-con .form-box {
    position: absolute;
    top: 0;
    left: 0.64rem;
}

.form-box {
    width: 6.2rem;
    margin: 0 auto;
    padding-top: 1.15rem;
}

.form-box h2 {
    position: absolute;
    text-indent: -9999px;
}

.form-box p {
    color: #999;
    width: 5.5rem;
    margin: 0 auto  0.16rem;
    overflow: hidden;
    height: 0.80rem;
}

.form-box p input {
    width: 100%;
    height: 0.80rem;
    background: none;
    border: none;
    outline: none;
    padding-left: 0.3rem;
    font-size: 0.24rem;
    color: #b6b7bf;
}

.form-box p .phone-code {
    width: 3.22rem;
    margin-right: 0.18rem;
}

.form-box p select {
    width: 100%;
    height: 0.78rem;
    border: none;
    outline: none;
    border-radius: 0.32rem;
    padding-left: 0.5rem;
    font-size: 0.28rem;
    color: #999;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #f2f4fa url(../images/sl.png) no-repeat right center;
    background-size: 0.6rem 0.25rem;
}

.form-box .btn-code {
    width: 2.1rem;
    height: 0.78rem;
    /* background-image: linear-gradient(to bottom, #fff681, #f4cb78); */
    background: none;
    border: 0;
    font-size: 0.24rem;
    color: #fff;
}

.form-box .btn-submit {
    margin: 0.3rem auto 0;
    width: 5.2rem;
    height: 0.8rem;
    border-radius: 0.5rem;
    display: block;
    /* background-image: linear-gradient(to bottom, #f97428, #f7411d); */
    background: none;
    line-height: 0.8rem;
    font-size: 0.3rem;
    color: #fff;
    border: none;
    letter-spacing: 0.02rem;
    font-weight: 700;
    text-align: center;
    font-weight: bold;
}

.form-box .btn-code:disabled,
.form-box .btn-submit:disabled {
    color: #333;
}

.form-box span.twz {
    display: block;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.2rem;
    padding-top: 0.15rem;
    color: #787d85;
    text-align: center;
}

.page-dy {
    padding: 2.39rem 0 0;
    height: 8.8rem;
    background: url(../images/box_02.png) no-repeat top;
    background-size: 100%;
}

.page-dy h2 {
    font-size: 0.28rem;
    color: #f7d14a;
    width: 6.46rem;
    height: 0.64rem;
    line-height: 0.64rem;
    background: #206266;
    box-shadow: 0 0 14px rgba(23, 53, 0, 0.25);
    margin: 0 auto;
    border-radius: 50px;
    font-weight: bold;
    position: relative;
}

.page-dy h2 span {
    line-height: 0.6rem;
    display: inline-block;
    vertical-align: top;
    border-radius: 50px;
    text-align: center;
    margin-right: 0.27rem;
    width: 1.77rem;
    background: #f7d14a;
    color: #000;
}

.page-dycon {
    margin: 0 auto 0.28rem;
    width: 6.28rem;
    height: 4.88rem;
}

.page-dycon p {
    font-size: 0.20rem;
    color: #fff;
    line-height: 0.57rem;
    margin-bottom: 0.2rem;
    padding-left: 1.12rem;
    display: none;
}
/*讲座信息 */
.page2 {
    background-size: 100%;
}


.zy-box {
    width: 100%;
}

.zy-con {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 0.7rem;
}

.zy-con ul li {
    width: 100%;
    position: relative;
}

.zy-con ul li img {
    width: 100%;
    display: block;
}

.zy-con .swiper-pagination {
    bottom: 1%;
}

.zy-con.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 12px;
    background: #eee;
    opacity: 1;
    margin: 0 15px;
    border-radius: 8px;
    border: 1px solid #0659a9;
}

.zy-con.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff4;
}

.yy-btn {
    width: 2.36rem;
    height: 0.58rem;
    display: block;
    text-indent: -9999px;
    /* background: #ccc; */
    position: absolute;
    left: 0.25rem;
}


/*底部表单*/

.page4 {
    width: 100%;
    height: 5.7rem;
    position: relative;
    background: url(../images/box_04.png) no-repeat;
    background-size: 100% auto;
}

.page4 .form-con {
    top: 0rem;
}

.page4 .bottom {
    width: 100%;
    height: 5.7rem;
    position: absolute;
    left: 0;
    background: url(../images/box3.png) no-repeat top;
    background-size: 100% auto;
}

.footer {
    height: 5.67rem;
    background: url(../images/footer.png) no-repeat;
    background-size: 100%;
    position: relative;
    padding-top: 3.9rem;
}

.footer a {
    font-size: 0.21rem;
    text-align: center;
    display: block;
    line-height: 0.31rem;
    color: #2c2b2b;
    padding-bottom: 0.28rem;
    font-weight: bold;
    text-transform: uppercase;
}

.footer p {
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #fff;
    height: 1.34rem;
    padding: 0.3rem 0rem 0;

}

.tc-box {
    width: 100%;
    height: auto;
    position: fixed;
    top: 25%;
    left: 0;
    z-index: 900;
}

.tc-box img.tc-bg {
    width: 100%;
    display: block;
}

.gwAgree {
    display: block;
    width: 100%;
    line-height: 0.2rem;
    text-align: center;
    font-size: 0.24rem;
    color: #2854df;
    padding: 0.2rem;
}

.gwAgree input {
    border: none;
    width: 0.22rem;
    height: 0.22rem;
    background: url(../images/box1.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
}

.gwAgree .side {
    background: url(../images/box2.png) no-repeat;
    background-size: 100% 100%;
}