﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-family: "微软雅黑";
    font-family: Arial;
}
html, body {
    height: 100%;
    text-align: center;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
}
li{
    list-style:none;
}
img{
    width:100%;
    height:auto;
}
/*视频播放*/
.videogif{
    width:100%;
    height:auto;
}
.video {
    width: 100%;
    height: auto;
    background-color: #fdecee;
    padding: 6% 0 0 0;
}

.video ul {
    width: 100%;
    height: auto;
    padding: 10px 20px;
}

.video ul li {
    text-align: left;
}

.video .top_tit {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular;
    font-weight: bold;
    color: rgba(230,0,18,1);
    line-height: 38px;
}

.video .bot_font {
    font-size: 12px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 18px;
    padding-left: 10px;
    font-family: Source Han Sans CN;
}
.close {
    font-size: 40px;
    color: #fff;
    position: absolute;
    right: 0%;
    top: 0%;
    cursor: pointer;
    z-index: 99999;
    display: none;
}
.theme-popover-mask {
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none;
}
/*课程体系*/
.unique {
    width: 100%;
    height: auto;
    padding: 6% 4% 3%;
    position:relative;
}

#swpone > ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
}

#swpone > ul li {
    width: 50%;
    float: left;
    text-align: center;
}

#swpone > ul li img {
    width: 24%;
    height: auto;
}

#swpone > ul li .un_number {
    font-family: MyriadPro-Regular;
    font-weight: 400;
    color: rgba(230,0,18,1);
    line-height: 37px;
    font-size: 30px;
}

#swpone ul li > p {
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}
.title {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.5px;
}
.font-sw {
    font-size: 15px;
    color: #666666;
}
.tit-swp {
    display: block;
    width: 160px;
    height: 36px;
    line-height: 30px;
    font-size: 14px;
    background-image: url(/img/course_img/title01.png);
    margin-left: -80px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FF0000;
    cursor: pointer;
    position: relative;
    left: 50%;
    margin-bottom: 4%;
}
.c_secret::before {
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    border: 20px solid #e5e5e5;
    border-radius: 50%;
    left: 90%;
    top: 100px;
    transform: translateY(-30%);
    z-index: 0;
}
.course {
    width: 100%;
    height: auto;
    padding: 6% 4%;
    background-color: #E9E9E9;
}
.footer {
    padding: 5% 0 18%;
    background-color: #f6f5f5;
}
.footer p {
    font-size: 12px;
    text-align: center;
}
/*注册*/
.from {
    width: 100%;
    height: auto;
    background-image: url(/img/Mobile_Index/home-top01-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 6% 0;
    position:relative;
}
.fromInput {
    width: 80%;
    margin: 3% 10%;
}
.fromInput input {
    width: 100%;
    height: 38px;
    border: #ff0000 solid 1.5px;
    border-radius: 50px;
    padding: 0 0 0 13%;
    outline: none;
}
.fromInput span {
    display: inline-block;
    width: 100%;
    height: 38px;
    border-radius: 50px;
    background-color: #ee4a4a;
    line-height: 38px;
    color: #ffffff;
    margin: 4% 0;
    font-size: 14px;
}
.icon:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background: url(/img/AletRegister/login-icon-01.png);
    background-size: 100% 100%;
    left: 14%;
    top: 42%;
    transform: translateY(-50%);
}
.submin {
    font-size: 12px;
    font-weight: 300;
}
.submin img{
    width: 4%;
    vertical-align: top;
    margin-right: 2%;
}

/*分享的作品*/
.Vbox {
    width: 100%;
    /* height: 310px; */
    background-color: #fdecee;
    display:none;
   
}
.fImg {
    width: 100%;
    position: relative;
}
.fimg-bj{
    width: 100%;
    display: block;
}
.fImg-con-box{
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
}
.fimg-title{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 9px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.fimg-img-box .fimg-bj{
    position: relative;
    z-index: 9;
}
.fImg-con{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fimg-img-box .fImg-con{
    width: 82vw;
    height: 87vw;
}
.fimg-video-box .fimg-title{
    color: #fff;
}
.fimg-video-box .fImg-con{
    width: 91vw;
    height: 95vw;
}
.fImg-con img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 100%;
    max-width:100%;
}
.fImg-con video {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
/* .Vbox div p {
    text-align: center;
    color: #e60012;
    font-size: 14px;
    line-height: 20px;
} */
/*注册成功*/
.success {
    width: 80%;
    height: auto;
    margin-left: 10%;
    display: none;
}

.success p:first-child {
    font-family: PingFang-SC-Heavy;
    font-weight: 800;
    color: rgba(234,39,55,1);
    line-height: 32px;
    font-size: 18px;
}

.success .inf {
    font-weight: 500;
    color: rgba(51,51,51,1);
    line-height: 22px;
    font-size: 14px;
    margin-top: 2%;
}

.success .inf > span {
    color: #EA2737;
}

.success .code {
    width: 34%;
    margin-left: 32%;
    margin-top: 5%;
}

.s_code {
    font-size: 12px;
    color: #666666;
    line-height: 28px;
}
.freeClass {
    width: 80%;
    margin-left: 10%;
    background-color: #f24242;
    line-height: 46px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 24px;
    position: fixed;
    bottom: 1%;
    z-index: 99;
}
.ar_content .title{
    padding: 35px 0 0 0;
    box-sizing: border-box;
}
.ar_content img{
    display: block;
    margin: 15px auto 10px;
}