| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918 |
- html{
- margin:0;
- padding:0;
- height:100%;
- }
- body{
- margin:0;
- padding:0;
- font-family:"微软雅黑","Tahoma";
- background: #f3f3f3;
- position:relative;
- min-height: 100%;
- padding-bottom: 50px;
- }
- ul, ol, li, h1 {
- line-height:normal;
- list-style-image:none;
- list-style-position:outside;
- list-style-type:none;
- }
- dl,ul,div{
- padding: 0;
- margin: 0;
- font-weight: normal;
- font-style: normal;
- }
- dd {
- margin-left:0
- }
- a {
- outline:none;
- text-decoration: none;
- }
- a img {
- border:0 none
- }
- img {
- vertical-align:middle;
- border:0px
- }
- table {
- border-collapse:collapse
- }
- .fL {float:left}
- .fR {float:right}
- .clearfix:after {
- content:".";
- display:block;
- height:0;
- clear:both;
- visibility:hidden
- }
- .clearfix {
- display:inline-block;
- overflow:hidden
- }
- .clearfix {
- display:block
- }
- @font-face {
- font-family: 'iconMenu';
- src: url('fonts/iconMenu.eot?ambimp');
- src: url('fonts/iconMenu.eot?ambimp#iefix') format('embedded-opentype'),
- url('fonts/iconMenu.ttf?ambimp') format('truetype'),
- url('fonts/iconMenu.woff?ambimp') format('woff'),
- url('fonts/iconMenu.svg?ambimp#iconMenu') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- [class^="icon-"], [class*=" icon-"] {
- /* use !important to prevent issues with browser extensions that change fonts */
- font-family: 'iconMenu' !important;
- speak: none;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .topWrap{
- width:100%;
- height:80px;
- background:#fff;
- line-height: 75px;
- border-bottom: 2px solid #0aa770;
- }
- .width1000{
- width: 1000px;
- margin:0 auto;
- }
- .logo{
- margin:0 150px 0 0;
- width:250px;
- height:60px;
- }
- .logo h3{
- margin:0;
- padding:15px 0;
- }
- .topRight{
- position:relative;
- height:80px;
- color: #aaa;
- }
- .topRight span img{
- border-radius: 16px;
- }
- .topRight img{
- border-radius: 16px;
- }
- .topRight a{
- margin:0 5px;
- cursor: pointer;
- }
- .userOperations{
- position:absolute;
- top:78px;
- right:0;
- z-index: 999;
- background:#fff;
- border:1px solid #00925f;
- width:115px;
- display:none;
- }
- .userOperations li a{
- display:block;
- margin:0;
- padding:7px 10px;
- color:#333;
- }
- .userOperations li a:hover{
- background:#f0f0f0;
- text-decoration: none;
- color:#23527c;
- }
- .footerWrap{
- position:absolute;
- left:0;
- bottom:0;
- width:100%;
- padding:12px 0;
- /*height:50px;
- line-height: 50px;*/
- background:#fff;
- border-top:1px solid #ddd;
- text-align: center;
- color:#999;
- }
- /*.footerInfo{
- height:50px;
- line-height: 50px;
- }*/
- .mainCon{
- margin:20px 0;
- }
- .mainWrap{
- padding:0 0 20px 0;
- margin:20px 0 0 0;
- }
- .mainInfo{
- padding:20px;
- background:#fff;
- border:1px solid #ddd;
- }
- .mainImg{
- position:relative;
- width:1000px;
- height:500px;
- background:#f0f0f0;
- background:url(u27Bg.jpg) center center no-repeat;
- }
- .wrapBg{
- background: rgba(0,0,0,0.5);
- height:100%;
- }
- .wrapBgBlack{
- background: rgba(0,0,0,0.7);
- height:100%;
- }
- .classMain{
- position:absolute;
- top:30%;
- left:50%;
- /*margin-top:-95px;*/
- margin-left: -300px;
- width:600px;
- color:#fff;
- }
- .classTitle{
- font-size: 28px;
- }
- .classTitle a{
- color:#fff;
- }
- .classInfo{
- margin:10px 0;
- height:50px;
- line-height: 50px;
- }
- .classInfo span{
- margin:0 30px 0 0;
- }
- .btnWrap{
- position:absolute;
- top:60%;
- left:50%;
- margin-left: -110px;
- }
- .btnApply{
- padding:12px 60px;
- font-size: 24px;
- border-radius: 5px;
- }
- .btnBlue{
- position:relative;
- border:1px solid #00925f;
- background:#079e69;
- /*background:#428BCA;
- border:1px solid #307ec1;
- width:220px;
- height:60px;*/
- }
- .btnGreen{
- border:1px solid #00925f;
- background:#079e69;
- }
- .btnGreen:hover{
- border:1px solid #008858;
- background:#00925f;
- color:#fff;
- }
- .btnGreen:focus,
- .btnGreen.focus {
- color: #ffffff;
- background-color: #00925f;
- border-color: #008858;
- }
- .btnGreen:active,
- .btnGreen.active,
- .open > .dropdown-toggle.btnGreen {
- color: #ffffff;
- background-color: #00925f;
- border-color: #008858;
- }
- .btnGreen:active:hover,
- .btnGreen.active:hover,
- .open > .dropdown-toggle.btnGreen:hover,
- .btnGreen:active:focus,
- .btnGreen.active:focus,
- .open > .dropdown-toggle.btnGreen:focus,
- .btnGreen:active.focus,
- .btnGreen.active.focus,
- .open > .dropdown-toggle.btnGreen.focus {
- color: #ffffff;
- background-color: #00925f;
- border-color: #008858;
- }
- .btnGreen:active,
- .btnGreen.active,
- .open > .dropdown-toggle.btnGreen {
- background-image: none;
- }
- .btnGreen.disabled,
- .btnGreen[disabled],
- fieldset[disabled] .btnGreen,
- .btnGreen.disabled:hover,
- .btnGreen[disabled]:hover,
- fieldset[disabled] .btnGreen:hover,
- .btnGreen.disabled:focus,
- .btnGreen[disabled]:focus,
- fieldset[disabled] .btnGreen:focus,
- .btnGreen.disabled.focus,
- .btnGreen[disabled].focus,
- fieldset[disabled] .btnGreen.focus,
- .btnGreen.disabled:active,
- .btnGreen[disabled]:active,
- fieldset[disabled] .btnGreen:active,
- .btnGreen.disabled.active,
- .btnGreen[disabled].active,
- fieldset[disabled] .btnGreen.active {
- background-color: #00925f;
- border-color: #008858;
- }
- /*.btnBlue:before,.btnBlue:after{
- content: " ";
- display: block;
- position: absolute;
- width:218px;
- height:60px;
- top: -1px;
- left: -1px;
- -webkit-box-shadow:0 0 10px 7px #307ec1;
- -moz-box-shadow:0 0 10px 7px #307ec1;
- box-shadow:0 0 10px 7px #307ec1;
- border-radius: 10px;
- z-index:10;
- box-sizing: border-box;
- -webkit-animation: clipAni 5s infinite linear;
- }
- .btnBlue:before{
- -webkit-animation-delay: -5s;
- }
- @keyframes clipAni{
- 0%,100%{
- opacity: 0;);
- }
- 25%{
- opacity:0.3;);
- }
- 50%{
- opacity:0;);
- }
- 75%{
- opacity:0.3;);
- }
- }*/
- .btnBlue:hover{
- border:1px solid #008858;
- background:#00925f;
- color:#fff;
- /*border:1px solid #307ec1;
- background:#4897dc;
- color:#fff;*/
- }
- .btnLogin{
- background:#1abc9c;
- }
- .btnLogin:hover{
- background:#17b092;
- border:1px solid #12a88a;
- }
- .mainLogin{
- margin:0 auto;
- width:350px;
- }
- .identity{
- background: #fff;
- border:1px solid #ddd;
- }
- .tips{
- padding:10px 20px;
- background:#fafafa;
- border-bottom: 1px solid #ddd;
- }
- .idFrom{
- padding:20px 10px;
- }
- .idFrom .form-horizontal{
- width:550px;
- }
- .shopdetail{
- position:relative;
- width:100%;
- border:1px solid #ddd;
- border-top: 2px solid #aaa;
- background:#fff;
- margin-top: 70px;
- }
- .shopProcess{
- position:absolute;
- right:0;
- top:-55px;
- }
- .shopProcess li span{
- float:left;
- width:100%;
- height:36px;
- line-height: 36px;
- color:#999;
- }
- .shopProcess li span.number{
- font:bold 16px/38px "arial";
- }
- .shopProcess li span.text{
- font: normal "simsun";
- }
- .shopProcess .redHover .number{
- position:relative;
- width:36px;
- height:36px;
- background:#079e69;
- border:2px solid #079e69;
- color:#fff;
- }
- /*.shopProcess .redHover .number i{
- width:36px;
- height:36px;
- line-height: 36px;
- border:2px solid #079e69;
- background:#079e69;
- color:#fff;
- transform:rotate(-45deg);
- -ms-transform:rotate(-45deg);
- -moz-transform:rotate(-45deg);
- -webkit-transform:rotate(-45deg);
- -o-transform:rotate(-45deg);
- background: url(shop-big-bg.png) center -46px no-repeat;
- }*/
- /*#triangleRright {
- position:absolute;
- top:13px;
- left:92px;
- font-style: normal;
- font-size: 0;
- width: 0;
- height: 0;
- border-top: 5px solid transparent;
- border-left: 7px solid #f97825;
- border-bottom: 5px solid transparent;
- }*/
- .shopProcess .redHover .text{
- color:#079e69;
- }
- .shopProcess li{
- display:inline;
- float:left;
- width:150px;
- position:relative;
- }
- .shopProcess .number{
- width:36px;
- height:36px;
- text-align: center;
- line-height: 36px;
- border:2px solid #dcdcdc;
- background:#fff;
- transform:rotate(45deg);
- -ms-transform:rotate(45deg);
- -moz-transform:rotate(45deg);
- -webkit-transform:rotate(45deg);
- -o-transform:rotate(45deg);
- }
- .number i{
- font-style: normal;
- display:inline-block;
- transform:rotate(-45deg);
- -ms-transform:rotate(-45deg);
- -moz-transform:rotate(-45deg);
- -webkit-transform:rotate(-45deg);
- -o-transform:rotate(-45deg);
- /*background: url(shop-big-bg.png) center 0 no-repeat;*/
- }
- .shopProcess li span.lineRed{
- width: 114px;
- height: 2px;
- background: #079e69;
- position: absolute;
- right: 0;
- top: 53px;
- }
- .shopdetail h4{
- padding:20px;
- margin:0;
- }
- .shopdetailInfo{
- margin:0 20px 30px 20px;
- border:1px solid #f0f0f0;
- }
- .shopdetailInfo h4{
- font-size: 16px;
- padding:15px;
- background:#f0f0f0;
- border-bottom: 1px solid #f0f0f0;
- }
- .shopdetailInfo span{
- float:left;
- height:50px;
- line-height: 50px;
- width:33.3333%;
- padding:0 20px;
- }
- .detailShow{
- margin:0;
- color:#999;
- cursor:pointer;
- }
- .detailMode{
- border:1px solid #ddd;
- }
- .detailMain{
- padding:15px;
- }
- .detailWay{
- background:#f0f0f0;
- /*padding:10px;*/
- border-bottom: 1px solid #ddd;
- }
- .detailWay ul li{
- position:relative;
- float:left;
- width:33.3333%;
- background:#e6e6e6;
- }
- .detailWay div{
- min-height:55px;
- line-height: 55px;
- }
- .detailWayNum{
- padding:0 20px;
- font-size: 30px;
- background:#0aa770;
- color:#fff;
- }
- .triangleRight {
- position:absolute;
- top:16px;
- left:57px;
- width: 0;
- height: 0;
- border-top: 12px solid transparent;
- border-left: 10px solid #0aa770;
- border-bottom: 12px solid transparent;
- }
- .detailWayInfo{
- padding:0 25px;
- font-size: 20px;
- background:#e6e6e6;
- color:#FF6600;
- }
- .detailWayCode{
- font-size: 60px;
- color:#fff;
- }
- /*.detailWay span{
- margin:0 3px;
- color:#FF6600;
- }*/
- .zhifubao{
- padding:5px 0;
- }
- .detailR{
- margin-right: 20px;
- }
- .price-orange{
- font-size: 24px;
- color:#FF6600;
- }
- .payBtn{
- margin:20px 0;
- }
- .detailBody{
- width:100%;
- text-align: center;
- }
- .detailBody h5{
- margin:0 25px;
- text-align: left;
- }
- .modaBtnGroup{
- margin:20px 0;
- width:100%;
- text-align: center;
- }
- .classInfoR{
- position:relative;
- margin:0 0 0 480px;
- }
- .classInfoR p{
- margin:15px 0;
- }
- .classInfoR span{
- margin-right: 60px;
- }
- .btnClassApply{
- position:absolute;
- top:174px;
- left:0;
- }
- .classInfoBttom{
- margin:20px 0 0 0;
- }
- .tab-content{
- margin:20px 0;
- }
- .classList h4{
- background:#f3f3f3;
- height:50px;
- line-height: 50px;
- margin:15px 0;
- font-size: 14px;
- font-weight: bold;
- }
- .classList h4 span{
- min-width: 72px;
- text-align: center;
- padding:0 15px;
- background:#666;
- color:#fff;
- margin:0 5px 0 0;
- display:inline-block;
- }
- .classSection{
- margin-bottom: 15px;
- background:#f6f6f6;
- }
- .classSection dt{
- font-weight: 500;
- padding:10px 20px 5px 20px;
- }
- .classSection dd .classVideo{
- position:relative;
- height:35px;
- line-height: 35px;
- /*padding-left: 20px;*/
- }
- .classSection dd .classVideo a{
- padding-left: 20px;
- }
- .classSection dd .classVideo.now{
- background:#d7eed0;
- }
- .classSection dd .classVideo.now .glyphicon{
- font-size: 16px;
- padding-right: 10px;
- }
- .classSection dd a{
- display:block;
- }
- .classSection dd a:hover{
- background:#d7eed0;
- text-decoration: none;
- }
- .classTime{
- margin:0 25px 0 0;
- color:#999;
- }
- .btnClassGroup{
- position:absolute;
- top:-2px;
- right:15px;
- display:none;
- }
- .btnClassGroup2{
- position:absolute;
- top:-2px;
- right:15px;
- z-index: 10;
- display: none;
- }
- .btnClass{
- height:35px;
- line-height: 32px;
- padding:0 20px;
- /*border:1px solid #eee;*/
- /*border-radius: 3px;*/
- }
- .videoImg{
- position:relative;
- width:960px;
- height:500px;
- background:#000;
- }
- .videoCon{
- width:960px;
- height:500px;
- background:#000;
- }
- .videoShadow,.videoShadow2{
- position:absolute;
- top:0;
- left:0;
- width:100%;
- height:100%;
- background:#000;
- z-index: 1;
- }
- .videoShCon{
- position:absolute;
- width:530px;
- top:50%;
- left:50%;
- margin-left: -265px;
- margin-top: -125px;
- color:#fff;
- }
- .videoShCon h3 span{
- margin-right: 5px;
- color:#f00;
- }
- .videoShCon h3 .videoFinished{
- margin:0 10px;
- padding:5px;
- border-radius: 18px;
- border:2px solid #0aa770;
- color:#0aa770;
- }
- .videoShCon p{
- margin:15px 0;
- font-size: 16px;
- color:#666;
- }
- .btnShWrap{
- margin:30px 0;
- width:100%;
- text-align: center;
- }
- .btnShWrap .btn{
- margin:0 20px;
- }
- .classConVLeft{
- width:750px;
- }
- .classConVRight{
- margin:0 0 0 780px;
- }
- .classConVRight .progress{
- margin-top: 20px;
- height:26px;
- }
- .classConVRight .progress .progress-bar{
- line-height: 26px;
- }
- .classConLeft span{
- margin-right: 60px;
- }
- .classConLeftInfo span{
- color:#666;
- }
- .classConVRight .classConLeftInfo span{
- font-weight: bold;
- color:#0aa770;
- }
- .spl{
- margin:0 30px;
- font-style: normal;
- color:#bbb;
- }
- .classCVideo{
- margin:20px 0;
- }
- .profileTitle{
- background:#ddd;
- padding:10px;
- }
- .leftMenu{
- float:left;
- width:180px;
- background:#fff;
- border:1px solid #ddd;
- }
- .leftMenu li{
- border-bottom:1px solid #ddd;
- }
- .leftMenu li a{
- display:block;
- padding:0 15px;
- color:#333;
- height:45px;
- line-height: 45px;
- }
- .leftMenu li:last-child{
- border-bottom: none;
- }
- .leftMenu li:hover{
- background:#f7f7f7;
- }
- .leftMenu li a:hover{
- text-decoration: none;
- }
- .leftMenu li .active{
- background:#0aa770;
- color:#fff;
- }
- .rightMain{
- background:#fff;
- margin:0 0 0 200px;
- border:1px solid #ddd;
- }
- .userTitle{
- height:45px;
- border-bottom: 1px solid #ddd;
- }
- .userTitle h5{
- font-size: 16px;
- font-weight: bold;
- padding:0 15px;
- margin:0;
- line-height: 45px;
- }
- /*.userClass ul{*/
- /*margin:25px 0;*/
- /*}*/
- .userClass ul li{
- padding:25px;
- border-bottom: 1px solid #f0f0f0;
- }
- .userClass ul li:last-child{
- border-bottom: none;
- }
- .userClass ul li .progressNot{
- margin-bottom: 0;
- }
- .classInfoCon{
- position:relative;
- margin:0 0 0 200px;
- }
- .btnPlay{
- position:absolute;
- top:35px;
- right:0;
- }
- .classPro{
- margin:23px 0 0 0;
- font-size: 12px;
- }
- .orderList ul li{
- margin:25px;
- border:1px solid #f0f0f0;
- }
- .orderList .attBar{
- height:40px;
- line-height: 40px;
- border-bottom: 1px solid #ddd;
- /*background:#e1e1e1;*/
- }
- .orderList .attBarList{
- padding:15px;
- font-size: 16px;
- background:#f0f0f0;
- border-bottom: 1px solid #f0f0f0;
- }
- .orderList .subOrder{
- padding:15px;
- }
- .orderList .subOrder span{
- float:left;
- width:30%;
- }
- .orderList .subOrder span:last-child{
- width:10%;
- }
- .bodyBg{
- position:fixed;
- top:0;
- bottom:0;
- left:0;
- right:0;
- width:100%;
- height:100%;
- background: rgba(0,0,0,0.5);
- z-index: 1040;
- }
- #videoTips,#videoValidate{
- position:fixed;
- top:40%;
- left:50%;
- margin-left: -300px;
- margin-top: -125px;
- min-height:250px;
- z-index: 9999;
- }
- .warning ul li{
- padding:5px 0;
- }
- .modal-content .bg-warning{
- border-radius: 6px 6px 0 0;
- }
- .val-dialog{
- width: 400px;
- margin: 30px auto;
- position: relative;
- }
- .val-footer{
- padding: 10px;
- text-align: center;
- border-top: 1px solid #e5e5e5;
- }
- .playing{
- z-index: 10;
- /*display: none;*/
- }
- .mainWrap nav a{
- padding: 5px 10px;
- font-size: 12px;
- line-height: 1.5px;
- text-decoration:none;
- color: #337ab7;
- background-color: #ffffff;
- border: 1px solid #dddddd;
- margin-left: -1px;
- }
- .mainWrap nav a.current {
- background: #ccc;
- color: #fff;
- font-weight: 600;
- cursor: default;
- }
- .formItem {
- color:#666;
- padding:5px 20px 30px;
- }
- .formItem dl dt{
- font-weight: 500;
- font-size:14px;
- margin:20px 0 5px;
- }
- .formItem dl dd{
- margin:10px 0;
- }
- .formItem dl dd b{
- margin-right: 10px;
- }
- .bar-gary {
- background-color: #bbb;
- background-image: -moz-linear-gradient(top, #ccc, #bbb);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#bbb));
- background-image: -webkit-linear-gradient(top, #ccc, #bbb);
- background-image: -o-linear-gradient(top, #ccc, #bbb);
- background-image: linear-gradient(to bottom, #ccc, #bbb);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#bbb', GradientType=0);
- }
|